summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/packagekit/packagekit-0.7.4.ebuild')
-rw-r--r--app-admin/packagekit/packagekit-0.7.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/packagekit/packagekit-0.7.4.ebuild b/app-admin/packagekit/packagekit-0.7.4.ebuild
new file mode 100644
index 000000000000..3f45d23adc04
--- /dev/null
+++ b/app-admin/packagekit/packagekit-0.7.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="3"
+
+MY_PN="PackageKit"
+MY_P=${MY_PN}-${PV}
+
+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-${PV} )"
+
+DEPEND="${RDEPEND}"