public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-gtk/
Date: Sun,  3 Jan 2016 13:32:18 +0000 (UTC)	[thread overview]
Message-ID: <1451827525.4bf52d050be8215c079fafaddad3f3e762ff00e7.eva@gentoo> (raw)

commit:     4bf52d050be8215c079fafaddad3f3e762ff00e7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 13:25:25 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 13:25:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf52d05

app-admin/packagekit-gtk: drop old revision

Package-Manager: portage-2.2.26

 app-admin/packagekit-gtk/Manifest                  |  1 -
 .../packagekit-gtk/packagekit-gtk-0.7.4.ebuild     | 65 ----------------------
 2 files changed, 66 deletions(-)

diff --git a/app-admin/packagekit-gtk/Manifest b/app-admin/packagekit-gtk/Manifest
index 57f03a2..66a8d6f 100644
--- a/app-admin/packagekit-gtk/Manifest
+++ b/app-admin/packagekit-gtk/Manifest
@@ -1,3 +1,2 @@
-DIST PackageKit-0.7.4.tar.xz 1493656 SHA256 4112c86d67afbbb9be5d3a706c63c537babbbe1f96e398ae306f5e5e02563a98 SHA512 a2cee60f499ec6c5359f3dc2eddda02cfb9c287f80a6b38aa1d9d87558ce5938ade87ab34f6cb1f9640749a0f19625b44c89f72dea5fbb0cbd5f34aec8dbb9f6 WHIRLPOOL 2827cb038c86164ae58021fafe9f2bbf21e69b5c63c4ef5e0f613806f5725f910af3d5aa51646fd258da9c91b81b086cf9560f66bf042e1cb6d1c25128f984b3
 DIST PackageKit-0.8.15.tar.xz 1506084 SHA256 76aa44994d63b403b1f1154406539951502f5ab92624a8a7dedbeb5437ed0af5 SHA512 d6a1a4582212b02350b8a5ab8413346b0b33a49d329d3c5c4314e3db0c7c40b891d64d275c3acd8eafc45a59462b537cd031919027db2176502861271ce34a02 WHIRLPOOL bcc75e8a05b5616fbec1a2772af53ae51cf8c44a9feda4ca9cff4567f274aed62d3cf01751ab89834f423b77a74dcc1445c32390c323a46bb4340cde568760ce
 DIST PackageKit-1.0.11.tar.xz 1427404 SHA256 bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7 SHA512 9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce WHIRLPOOL 8d9bebf55acdff2096bb750bc1f3028cdbbb8e0fd09926de69c7e3dcbd7fe56a2908709be01633dd5a61df80afab05b28d8f424b1bbb79454f503cd03301e56a

diff --git a/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild
deleted file mode 100644
index b72fee3..0000000
--- a/app-admin/packagekit-gtk/packagekit-gtk-0.7.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 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="Gtk3 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-libs/dbus-glib
-	media-libs/fontconfig
-	>=x11-libs/gtk+-3.0:3
-	x11-libs/pango
-	~app-admin/packagekit-base-${PV}"
-DEPEND="${RDEPEND} 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 \
-		--localstatedir=/var \
-		--enable-introspection=yes \
-		--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 \
-		--enable-gtk-module \
-		--disable-networkmanager \
-		--disable-browser-plugin \
-		--disable-pm-utils \
-		--disable-device-rebind \
-		--disable-tests \
-		--disable-qt
-}
-
-src_compile() {
-	cd "${S}"/contrib/gtk-module || die
-	emake || die "emake install failed"
-}
-
-src_install() {
-	cd "${S}"/contrib/gtk-module || die
-	emake DESTDIR="${D}" install || die "emake install failed"
-}


             reply	other threads:[~2016-01-03 13:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-03 13:32 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-12-21 22:17 [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-gtk/ Gilles Dartiguelongue
2018-12-12 14:17 Gilles Dartiguelongue
2018-04-02 17:50 Gilles Dartiguelongue
2018-04-02 17:50 Gilles Dartiguelongue
2018-03-10 12:53 Pacho Ramos
2017-12-09 11:25 Ettore Di Giacinto
2017-12-09 11:25 Ettore Di Giacinto
2017-02-22 13:40 Ettore Di Giacinto
2017-01-22 14:09 Ettore Di Giacinto
2016-10-30 11:44 Gilles Dartiguelongue
2016-10-23 14:34 Ettore Di Giacinto
2016-09-26 22:33 Gilles Dartiguelongue
2016-09-06 22:07 Gilles Dartiguelongue
2016-05-29 14:37 Pacho Ramos
2016-01-03 13:32 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451827525.4bf52d050be8215c079fafaddad3f3e762ff00e7.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox