summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-01-22 14:14:59 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-01-22 15:05:13 +0100
commit4f63c805e7ee303446209702eb6935b30b2e56d8 (patch)
tree5378a434579d0f5e9cbed793add0b3f60b961f8e /app-admin
parentapp-admin/packagekit-gtk: version bump to 1.1.5 #606798 (diff)
downloadgentoo-4f63c805e7ee303446209702eb6935b30b2e56d8.tar.gz
gentoo-4f63c805e7ee303446209702eb6935b30b2e56d8.tar.bz2
gentoo-4f63c805e7ee303446209702eb6935b30b2e56d8.zip
app-admin/packagekit: version bump to 1.1.5 #606798
Package-Manager: Portage-2.3.1, Repoman-2.3.1
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit/packagekit-1.1.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.5.ebuild b/app-admin/packagekit/packagekit-1.1.5.ebuild
new file mode 100644
index 000000000000..2d06243f2496
--- /dev/null
+++ b/app-admin/packagekit/packagekit-1.1.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 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 qt5"
+
+RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
+ qt5? ( >=app-admin/packagekit-qt-0.9.6 )"
+
+DEPEND="${RDEPEND}"