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