summaryrefslogtreecommitdiff
path: root/kde-base/perlkde/perlkde-4.9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-11-18 19:51:23 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-11-24 23:05:28 +1100
commit6c61e006354ccbe86157239ab44f68dfedc86643 (patch)
tree3fa0f755ce4945210f3cb91e8a875c6fce62eb73 /kde-base/perlkde/perlkde-4.9999.ebuild
parent14418f655d3909b5b1d4254d61662e94d1c52112 (diff)
downloadkde-6c61e006354ccbe86157239ab44f68dfedc86643.tar.gz
kde-6c61e006354ccbe86157239ab44f68dfedc86643.tar.bz2
kde-6c61e006354ccbe86157239ab44f68dfedc86643.zip
Introduce KDE Applications.
All packages which have a KDE Applications release have moved from kde-base to kde-apps. 9999 is back, and is upstream master (whether it be KDE 4 or KF5). For packages with an unreleased KF5 branch, 5.9999 is used.
Diffstat (limited to 'kde-base/perlkde/perlkde-4.9999.ebuild')
-rw-r--r--kde-base/perlkde/perlkde-4.9999.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-base/perlkde/perlkde-4.9999.ebuild b/kde-base/perlkde/perlkde-4.9999.ebuild
new file mode 100644
index 00000000000..b666d8f8777
--- /dev/null
+++ b/kde-base/perlkde/perlkde-4.9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE Perl bindings"
+KEYWORDS=""
+IUSE="akonadi attica debug kate okular nepomuk test"
+
+RDEPEND="
+ >=dev-lang/perl-5.10.1:=
+ $(add_kdebase_dep perlqt)
+ $(add_kdebase_dep smokekde 'akonadi?,attica?,kate?,nepomuk?,okular?')
+ nepomuk? ( >=dev-libs/soprano-2.9.0 )
+"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/List-MoreUtils )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-4.11.3-vendor.patch" )
+
+RESTRICT="test"
+# yes they all fail.
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with akonadi)
+ $(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with attica LibAttica)
+ $(cmake-utils_use_disable kate)
+ $(cmake-utils_use_with nepomuk)
+ $(cmake-utils_use_with nepomuk Soprano)
+ $(cmake-utils_use_with okular)
+ )
+ kde4-base_src_configure
+}