summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/packagekit/packagekit-0.8.15.ebuild')
-rw-r--r--app-admin/packagekit/packagekit-0.8.15.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-0.8.15.ebuild b/app-admin/packagekit/packagekit-0.8.15.ebuild
new file mode 100644
index 000000000000..3b4fb0a4f2d4
--- /dev/null
+++ b/app-admin/packagekit/packagekit-0.8.15.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 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="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk qt4"
+
+RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
+ qt4? ( =app-admin/packagekit-qt4-0.8* )"
+
+DEPEND="${RDEPEND}"