summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-12-11 15:13:30 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2018-12-12 15:17:31 +0100
commit234b039cd93dddc7d96d2e7e35b9a0a6ef17912b (patch)
tree9906623e81174d85644ab8ccb92d805fff9c1428
parentc72323ca3a008da8a575f6417b38c5a2ac8cade5 (diff)
downloadgentoo-234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.tar.gz
gentoo-234b039cd93dddc7d96d2e7e35b9a0a6ef17912b.tar.xz
app-admin/packagekit: 1.1.7 → 1.1.12
Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r--app-admin/packagekit/packagekit-1.1.12.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.12.ebuild b/app-admin/packagekit/packagekit-1.1.12.ebuild
new file mode 100644
index 00000000000..c91143dec18
--- /dev/null
+++ b/app-admin/packagekit/packagekit-1.1.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="PackageKit Package Manager interface (meta package)"
+HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
+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}"