summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-01-03 14:27:19 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-01-03 14:27:19 +0100
commit91a36012acbd47611b1fb8b6a344cef416e34e0f (patch)
tree65a2a53f38791ad4e53e1221f7a674796f5815aa
parentapp-admin/packagekit-base: clean up local USE flag descriptions (diff)
downloadgentoo-91a36012.tar.gz
gentoo-91a36012.tar.bz2
gentoo-91a36012.zip
app-admin/packagekit: clean up old revision
Package-Manager: portage-2.2.26
-rw-r--r--app-admin/packagekit/packagekit-0.7.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-admin/packagekit/packagekit-0.7.4.ebuild b/app-admin/packagekit/packagekit-0.7.4.ebuild
deleted file mode 100644
index 3f45d23adc04..000000000000
--- a/app-admin/packagekit/packagekit-0.7.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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}"