app-admin/packagekit: version bump to 1.1.5 #606798
authorEttore Di Giacinto <mudler@gentoo.org>
Sun, 22 Jan 2017 13:14:59 +0000 (14:14 +0100)
committerEttore Di Giacinto <mudler@gentoo.org>
Sun, 22 Jan 2017 14:05:13 +0000 (15:05 +0100)
Package-Manager: Portage-2.3.1, Repoman-2.3.1

app-admin/packagekit/packagekit-1.1.5.ebuild [new file with mode: 0644]

diff --git a/app-admin/packagekit/packagekit-1.1.5.ebuild b/app-admin/packagekit/packagekit-1.1.5.ebuild
new file mode 100644 (file)
index 0000000..2d06243
--- /dev/null
@@ -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}"