Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
Date: Tue, 18 Feb 2020 16:58:46
Message-Id: 1582044842.81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec.johu@gentoo
1 commit: 81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 16:54:02 2020 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 16:54:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ed783d
7
8 app-admin/packagekit-qt: Remove 1.0.1 (r0)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
17 deleted file mode 100644
18 index 8e125d09672..00000000000
19 --- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -MY_PN="PackageKit-Qt"
28 -MY_P=${MY_PN}-${PV}
29 -inherit cmake-utils
30 -
31 -DESCRIPTION="Qt PackageKit backend library"
32 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
33 -SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0/1"
37 -KEYWORDS="amd64 ~arm x86"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - >=app-admin/packagekit-base-0.9
42 - dev-qt/qtcore:5
43 - dev-qt/qtdbus:5
44 -"
45 -DEPEND="${RDEPEND}
46 - dev-libs/libxslt
47 - virtual/pkgconfig
48 -"
49 -
50 -S="${WORKDIR}/${MY_P}"