summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormudler <mudler@sabayon.org>2016-06-29 11:16:20 +0200
committermudler <mudler@sabayon.org>2016-09-05 17:31:23 +0200
commitd3585992e670f670b67ee47e20ab157cf2effe5f (patch)
tree0bf8beab21eb897070547180ede74bcba7d90fe9 /app-admin/packagekit/packagekit-1.1.1.ebuild
parentapp-admin/packagekit-base: version bump to 1.1.1 (diff)
downloadgentoo-d3585992e670f670b67ee47e20ab157cf2effe5f.tar.gz
gentoo-d3585992e670f670b67ee47e20ab157cf2effe5f.tar.bz2
gentoo-d3585992e670f670b67ee47e20ab157cf2effe5f.zip
app-admin/packagekit: version bump to 1.1.1
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=587070 Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/packagekit/packagekit-1.1.1.ebuild')
-rw-r--r--app-admin/packagekit/packagekit-1.1.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.1.ebuild b/app-admin/packagekit/packagekit-1.1.1.ebuild
new file mode 100644
index 000000000000..53d2fdd495cb
--- /dev/null
+++ b/app-admin/packagekit/packagekit-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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-qt-0.9[qt5(-)] )"
+
+DEPEND="${RDEPEND}"