summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2020-02-18 17:54:02 +0100
committerJohannes Huber <johu@gentoo.org>2020-02-18 17:54:02 +0100
commit81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec (patch)
tree8320a20d724192a2ee7042e2348ba3d639d0cc6e /app-admin/packagekit-qt
parentdev-ruby/facter: fix 3.14.8 patch (diff)
downloadgentoo-81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec.tar.gz
gentoo-81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec.tar.bz2
gentoo-81ed783dbca18e8e7c587f5f1e7684a3dd3a62ec.zip
app-admin/packagekit-qt: Remove 1.0.1 (r0)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'app-admin/packagekit-qt')
-rw-r--r--app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
deleted file mode 100644
index 8e125d096722..000000000000
--- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.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}"