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: Sun, 07 Oct 2018 09:36:20
Message-Id: 1538904967.5c7f5705585331aefa436d702ff103448b918748.johu@gentoo
1 commit: 5c7f5705585331aefa436d702ff103448b918748
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 09:35:48 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 09:36:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f5705
7
8 app-admin/packagekit-qt: Remove 1.0.0
9
10 Overshadowed by 1.0.1.
11
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 app-admin/packagekit-qt/Manifest | 1 -
16 app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 29 ----------------------
17 2 files changed, 30 deletions(-)
18
19 diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
20 index 843013e2330..c6aba48afe0 100644
21 --- a/app-admin/packagekit-qt/Manifest
22 +++ b/app-admin/packagekit-qt/Manifest
23 @@ -1,2 +1 @@
24 -DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
25 DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a
26
27 diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
28 deleted file mode 100644
29 index 8e125d09672..00000000000
30 --- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -MY_PN="PackageKit-Qt"
39 -MY_P=${MY_PN}-${PV}
40 -inherit cmake-utils
41 -
42 -DESCRIPTION="Qt PackageKit backend library"
43 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
44 -SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0/1"
48 -KEYWORDS="amd64 ~arm x86"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - >=app-admin/packagekit-base-0.9
53 - dev-qt/qtcore:5
54 - dev-qt/qtdbus:5
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-libs/libxslt
58 - virtual/pkgconfig
59 -"
60 -
61 -S="${WORKDIR}/${MY_P}"