summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-01-03 14:24:56 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-01-03 14:24:56 +0100
commite583b183431adf11e07baeca922c1ffd1e666a3a (patch)
tree14242cc184813bef3861b29b598c54ae65362e19
parentgnome-extra/gnome-software: initial ebuild, bug #565212 (diff)
downloadgentoo-e583b183.tar.gz
gentoo-e583b183.tar.bz2
gentoo-e583b183.zip
app-admin/packagekit-qt4: drop old revision
Package-Manager: portage-2.2.26
-rw-r--r--app-admin/packagekit-qt4/Manifest1
-rw-r--r--app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild68
2 files changed, 0 insertions, 69 deletions
diff --git a/app-admin/packagekit-qt4/Manifest b/app-admin/packagekit-qt4/Manifest
index 20c630b8b796..2873587f8e6f 100644
--- a/app-admin/packagekit-qt4/Manifest
+++ b/app-admin/packagekit-qt4/Manifest
@@ -1,3 +1,2 @@
-DIST PackageKit-0.7.4.tar.xz 1493656 SHA256 4112c86d67afbbb9be5d3a706c63c537babbbe1f96e398ae306f5e5e02563a98 SHA512 a2cee60f499ec6c5359f3dc2eddda02cfb9c287f80a6b38aa1d9d87558ce5938ade87ab34f6cb1f9640749a0f19625b44c89f72dea5fbb0cbd5f34aec8dbb9f6 WHIRLPOOL 2827cb038c86164ae58021fafe9f2bbf21e69b5c63c4ef5e0f613806f5725f910af3d5aa51646fd258da9c91b81b086cf9560f66bf042e1cb6d1c25128f984b3
DIST PackageKit-Qt-0.8.8.tar.xz 41416 SHA256 e234d4b1f8451821930f463621a86c9708eebfd1db65019883d38a60d13c870c SHA512 a81b85588f531ca58d355094a78c3f07aa804350fdd49f98fbae02076ebb1d4736c0a3d33822805a9e1b5ee5bf62e85141994b841c5e9218b7d03715b45dde11 WHIRLPOOL 319b2226fcf1a7de58df016b2cd401779601ad1842f0d35c9341f56d380397d9dc92a7cd8c8291fb0c4487f7821f4c860130b6275523a240bc3e8996d425f973
DIST PackageKit-Qt-0.9.5.tar.xz 43312 SHA256 f4fb60b82d845d887de57ef44481301f966291912116e416d981156faf3620f0 SHA512 3dbe52d6e0f8ba17c9ef04acdb5e2c29d5630fbb60b3522e57895b2d409497a15a543ba87efd876111726b1785c6ed74ff663b5379ba053ccab492d0e3bc08e2 WHIRLPOOL 7ec050b0086496c84506af0282e577a1a08eb8cf1628e9b9d4f41e6924c7965188ed564f83ce14493df72e555ee30c3c77e9bd11df791434292bbc12d53e2b61
diff --git a/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild b/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
deleted file mode 100644
index 19b3e366eccf..000000000000
--- a/app-admin/packagekit-qt4/packagekit-qt4-0.7.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit eutils base
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt4 PackageKit backend library"
-HOMEPAGE="http://www.packagekit.org/"
-SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND=">=dev-qt/qtcore-4.4.0:4
- >=dev-qt/qtdbus-4.4.0:4
- >=dev-qt/qtsql-4.4.0:4
- ~app-admin/packagekit-base-${PV}"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- # http://pkgs.fedoraproject.org/gitweb/?p=PackageKit.git;a=commit;h=0b378668288db34890b82c7be007fc76c7fcd956
- sed -i -e '/polkit-backend-1/d' configure || die #423431
- econf \
- --enable-introspection=no \
- --localstatedir=/var \
- --disable-dependency-tracking \
- --enable-option-checking \
- --enable-libtool-lock \
- --disable-strict \
- --disable-local \
- --disable-gtk-doc \
- --disable-command-not-found \
- --disable-debuginfo-install \
- --disable-gstreamer-plugin \
- --disable-service-packs \
- --disable-man-pages \
- --disable-cron \
- --disable-gtk-module \
- --disable-networkmanager \
- --disable-browser-plugin \
- --disable-pm-utils \
- --disable-device-rebind \
- --disable-tests \
- --enable-qt
-}
-
-src_compile() {
- local qtdir=packagekit-qt2
- cd "${S}"/lib/${qtdir} || die
- emake || die "emake install failed"
-}
-
-src_install() {
- local qtdir=packagekit-qt2
- cd "${S}"/lib/${qtdir} || die
- emake DESTDIR="${D}" install || die "emake install failed"
-}