Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit/
Date: Sun, 03 Jan 2016 13:32:35
Message-Id: 1451827639.91a36012acbd47611b1fb8b6a344cef416e34e0f.eva@gentoo
1 commit: 91a36012acbd47611b1fb8b6a344cef416e34e0f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 13:27:19 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 13:27:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a36012
7
8 app-admin/packagekit: clean up old revision
9
10 Package-Manager: portage-2.2.26
11
12 app-admin/packagekit/packagekit-0.7.4.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/app-admin/packagekit/packagekit-0.7.4.ebuild b/app-admin/packagekit/packagekit-0.7.4.ebuild
16 deleted file mode 100644
17 index 3f45d23..0000000
18 --- a/app-admin/packagekit/packagekit-0.7.4.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -
27 -MY_PN="PackageKit"
28 -MY_P=${MY_PN}-${PV}
29 -
30 -DESCRIPTION="PackageKit Package Manager interface (meta package)"
31 -HOMEPAGE="http://www.packagekit.org/"
32 -SRC_URI=""
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~x86"
37 -IUSE="gtk qt4"
38 -
39 -RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
40 - qt4? ( ~app-admin/packagekit-qt4-${PV} )"
41 -
42 -DEPEND="${RDEPEND}"