diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 14:27:19 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-03 14:27:19 +0100 |
commit | 91a36012acbd47611b1fb8b6a344cef416e34e0f (patch) | |
tree | 65a2a53f38791ad4e53e1221f7a674796f5815aa /app-admin/packagekit | |
parent | app-admin/packagekit-base: clean up local USE flag descriptions (diff) | |
download | gentoo-91a36012acbd47611b1fb8b6a344cef416e34e0f.tar.gz gentoo-91a36012acbd47611b1fb8b6a344cef416e34e0f.tar.bz2 gentoo-91a36012acbd47611b1fb8b6a344cef416e34e0f.zip |
app-admin/packagekit: clean up old revision
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/packagekit')
-rw-r--r-- | app-admin/packagekit/packagekit-0.7.4.ebuild | 22 |
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}" |