diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-01-17 21:43:43 -0500 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-01-17 21:45:21 -0500 |
| commit | e83369d43c881e611a8528af2afa3aa5475bf878 (patch) | |
| tree | e4f733871a6c0b250fc3c591139e67ed68647ce9 | |
| parent | ef37f6683f765a69222aec9e66fce3b9a6a51a52 (diff) | |
| download | kde-e83369d43c881e611a8528af2afa3aa5475bf878.tar.gz kde-e83369d43c881e611a8528af2afa3aa5475bf878.tar.bz2 kde-e83369d43c881e611a8528af2afa3aa5475bf878.zip | |
[kde-active] Sync -9999 from kde-misc with the current ebuild from
kde-active
Package-Manager: portage-2.2.0_alpha154
| -rw-r--r-- | kde-active/plasma-mobile/plasma-mobile-9999.ebuild | 29 | ||||
| -rw-r--r-- | kde-misc/plasma-mobile/metadata.xml | 5 | ||||
| -rw-r--r-- | kde-misc/plasma-mobile/plasma-mobile-9999.ebuild | 22 |
3 files changed, 29 insertions, 27 deletions
diff --git a/kde-active/plasma-mobile/plasma-mobile-9999.ebuild b/kde-active/plasma-mobile/plasma-mobile-9999.ebuild new file mode 100644 index 00000000000..eefcdaaf19e --- /dev/null +++ b/kde-active/plasma-mobile/plasma-mobile-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base +DESCRIPTION="Plasma shell optimized for mobile devices" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2 LGPL-2 LGPL-2.1" +SLOT="4" +KEYWORDS="" +IUSE="handset" + +DEPEND=" + dev-libs/soprano + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep nepomuk-core) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use handset BUILD_HANDSET) + ) + kde4-base_src_configure +} diff --git a/kde-misc/plasma-mobile/metadata.xml b/kde-misc/plasma-mobile/metadata.xml deleted file mode 100644 index 8d1e86a9cef..00000000000 --- a/kde-misc/plasma-mobile/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -</pkgmetadata> diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild deleted file mode 100644 index bc78d3140f6..00000000000 --- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -KDE_MINIMAL="4.6" -inherit kde4-base - -DESCRIPTION="Plasma mobile shell for internet tablets" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="" -SLOT="4" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep nepomuk) - $(add_kdebase_dep plasma-workspace) -" -RDEPEND="${DEPEND}" |
