summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-01-03 13:39:41 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-01-03 14:11:09 +0100
commitcc3dd723687acec26f51e93ce064a7a316e0d61c (patch)
tree828b055898b42c91bd8450d3d44bd5895c35cd88
parentdev-lang/rakudo: Bump, patches thanks to flussence (diff)
downloadgentoo-cc3dd723.tar.gz
gentoo-cc3dd723.tar.bz2
gentoo-cc3dd723.zip
app-admin/packagekit: version bump to 1.0.11
Package-Manager: portage-2.2.26
-rw-r--r--app-admin/packagekit/packagekit-1.0.11.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.0.11.ebuild b/app-admin/packagekit/packagekit-1.0.11.ebuild
new file mode 100644
index 000000000000..f8c5af717e2d
--- /dev/null
+++ b/app-admin/packagekit/packagekit-1.0.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="PackageKit Package Manager interface (meta package)"
+HOMEPAGE="http://www.packagekit.org/"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk qt4"
+
+RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
+ qt4? ( >=app-admin/packagekit-qt4-0.9 )"
+
+DEPEND="${RDEPEND}"