forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import from kde overlay. Needed for KDE Plasma 5.7.0. Initial ebuild by Michael Palimaka <[email protected]>. Package-Manager: portage-2.3.0
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST kholidays-16.04.2.tar.xz 175832 SHA256 c0b9b41aa32400c562498445551164f651c6c6200574c78334902ee725f445c1 SHA512 780e044f132c04d3763d859e701c70266d94a975ed55ee8b7edb4236d62bd71087ee7c688f15f9c0eebc7098eb4a984876fc5c29594db47e0eb2869587691013 WHIRLPOOL 4254357860e9cf9c151134d729f76e278bcd049e29964bc3d7d718c8474f8c96a1409ab1bcae8fa42a7daa2552d3eb95525a2652c1c796c0d8ce6738b65f1a2f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
KDE_TEST="true" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Library to determine holidays and other special events for a geographical region" | ||
LICENSE="LGPL-2+" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_qt_dep qtdeclarative) | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
# bug 579592 | ||
RESTRICT="test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
</pkgmetadata> |