diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-21 08:14:25 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-21 23:12:32 +0100 |
commit | 06c4c6995b7817a7374d43e7cdea76fb43b1f028 (patch) | |
tree | a147da460fe16d45c90760b7c6f89e3cb547135d /app-admin | |
parent | net-misc/nextcloud-client: 2.5.1 bump (diff) | |
download | gentoo-06c4c6995b7817a7374d43e7cdea76fb43b1f028.tar.gz gentoo-06c4c6995b7817a7374d43e7cdea76fb43b1f028.tar.bz2 gentoo-06c4c6995b7817a7374d43e7cdea76fb43b1f028.zip |
app-admin/packagekit: cleanup 1.1.7
Refs: https://bugs.gentoo.org/653068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/packagekit/packagekit-1.1.7.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild b/app-admin/packagekit/packagekit-1.1.7.ebuild deleted file mode 100644 index 7b3d8c9972a8..000000000000 --- a/app-admin/packagekit/packagekit-1.1.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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}" |