summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-10-07 11:35:48 +0200
committerJohannes Huber <johu@gentoo.org>2018-10-07 11:36:07 +0200
commit5c7f5705585331aefa436d702ff103448b918748 (patch)
tree62f856e20445b0e4c8d9370f28004e5e5388da8c /app-admin/packagekit-qt
parentx11-terms/guake: dev-libs/glib has no PYTHON_USEDEP (diff)
downloadgentoo-5c7f5705585331aefa436d702ff103448b918748.tar.gz
gentoo-5c7f5705585331aefa436d702ff103448b918748.tar.bz2
gentoo-5c7f5705585331aefa436d702ff103448b918748.zip
app-admin/packagekit-qt: Remove 1.0.0
Overshadowed by 1.0.1. Signed-off-by: Johannes Huber <johu@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'app-admin/packagekit-qt')
-rw-r--r--app-admin/packagekit-qt/Manifest1
-rw-r--r--app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/packagekit-qt/Manifest b/app-admin/packagekit-qt/Manifest
index 843013e23300..c6aba48afe0c 100644
--- a/app-admin/packagekit-qt/Manifest
+++ b/app-admin/packagekit-qt/Manifest
@@ -1,2 +1 @@
-DIST packagekit-qt-1.0.0.tar.gz 53495 BLAKE2B a19ff095ec42bc16e498455323a4046365f6ae144fdfc998dee799df9f4ea022696ab30682316b6417c8a96e80e75db31704e36e43c1a5eddd0a7d86309adada SHA512 4109117a94c47180cff0f073c03820ac39a139b6b3ac88dec82758fffe01271f7a3dae85d94e86a4a1167f4660326adc1d58dc6eb0fd164bd0aefee2e412dad4
DIST packagekit-qt-1.0.1.tar.gz 53503 BLAKE2B af96899e520f4139d6025746c2a2e7a65c67c2900cdf4fbdb410c12e33f494343d078ec24e7dcdb33749b1d5206b0bf622809827ed64beae162888e48d0aaec0 SHA512 e1291545b496571c00a6a24586c45b7173e85e3704d419af6a0ec47ea5ce256c8ec7e887721b1bf8038cb967ceb82726925800ab06aa784b2bdd560e49be724a
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
deleted file mode 100644
index 8e125d096722..000000000000
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="PackageKit-Qt"
-MY_P=${MY_PN}-${PV}
-inherit cmake-utils
-
-DESCRIPTION="Qt PackageKit backend library"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
-SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/1"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
- >=app-admin/packagekit-base-0.9
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"