From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 42EDC1384B4 for ; Sun, 3 Jan 2016 19:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 717EC21C001; Sun, 3 Jan 2016 19:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AD2521C001 for ; Sun, 3 Jan 2016 19:15:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C848C33FE7D for ; Sun, 3 Jan 2016 19:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E858213A for ; Sun, 3 Jan 2016 19:15:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451848548.5f9abaf133be02588176f3bc4b8fa763bd36df4e.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-packagekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-packagekit/Manifest gnome-extra/gnome-packagekit/gnome-packagekit-3.12.2.ebuild X-VCS-Directories: gnome-extra/gnome-packagekit/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5f9abaf133be02588176f3bc4b8fa763bd36df4e X-VCS-Branch: master Date: Sun, 3 Jan 2016 19:15:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 86635715-9de7-4303-a9bf-d7f415b91f39 X-Archives-Hash: 7c4c72b0d66e249fd8d722fcf6e3d3ba commit: 5f9abaf133be02588176f3bc4b8fa763bd36df4e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jan 3 19:15:34 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jan 3 19:15:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9abaf1 gnome-extra/gnome-packagekit: clean up old revision Package-Manager: portage-2.2.26 gnome-extra/gnome-packagekit/Manifest | 1 - .../gnome-packagekit-3.12.2.ebuild | 98 ---------------------- 2 files changed, 99 deletions(-) diff --git a/gnome-extra/gnome-packagekit/Manifest b/gnome-extra/gnome-packagekit/Manifest index 6b5f889..23efd49 100644 --- a/gnome-extra/gnome-packagekit/Manifest +++ b/gnome-extra/gnome-packagekit/Manifest @@ -1,2 +1 @@ -DIST gnome-packagekit-3.12.2.tar.xz 4596908 SHA256 a4d5fca6f9481b48202f996c8a3835051c98b6e6df0929394704c3c41e28afb2 SHA512 e1e5cd296e4bc99c13d71805de530be644b4ac3a9bd5580d36ebd880a22292ec91ce9ad28a8ff66f0cb2285a5bc0c80f1b47421c9bbf7b2c9e2c1c17131bc21d WHIRLPOOL 66f23046d3fd262b5a5fbc470d762baaafbb75fb1c9e832f408672b8c399580a1ad2a9e7b03acd81c00c6a486074b224eed4b15d1377354f557823f6282013de DIST gnome-packagekit-3.18.0.tar.xz 1789556 SHA256 a0a862f0fd0adec9e4110277c599f57404d4fb655e68448d93fe9c7500e2fc28 SHA512 500c6dfe20a127eab35ccf7447ae18f81ad5c1b34e604b56fc6e4ae0f2b5ad24a7f009da32ffeb010a596d18b8680f8d93f774dc7fe2455546f09b30bda589e8 WHIRLPOOL 39d63d616e63579ac26df40683895e150d3bfb6e12852d59d67984f2fc246364304a295bb8f7a458c96c84c5d03d480d41c2e0ab56b788f63148e86d92bf882a diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.12.2.ebuild b/gnome-extra/gnome-packagekit/gnome-packagekit-3.12.2.ebuild deleted file mode 100644 index 7169668..0000000 --- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.12.2.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit eutils gnome2 virtualx - -DESCRIPTION="PackageKit client for the GNOME desktop" -HOMEPAGE="http://www.freedesktop.org/software/PackageKit/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls systemd test udev" - -# gdk-pixbuf used in gpk-animated-icon -# pango used on gpk-common -RDEPEND=" - >=dev-libs/glib-2.32:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.91.0:3 - >=x11-libs/libnotify-0.7.0:= - x11-libs/pango - >=dev-libs/dbus-glib-0.73 - - >=app-admin/packagekit-base-0.7.2[udev] - >=app-admin/packagekit-gtk-0.7.2 - >=media-libs/libcanberra-0.10[gtk3] - >=sys-apps/dbus-1.1.2 - - media-libs/fontconfig - x11-libs/libX11 - - systemd? ( >=sys-apps/systemd-42 ) - !systemd? ( sys-auth/consolekit ) - udev? ( virtual/libgudev:= ) -" -DEPEND="${RDEPEND} - app-text/docbook-sgml-utils - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.35 - dev-libs/libxslt - sys-devel/gettext - virtual/pkgconfig -" - -# NOTES: -# app-text/docbook-sgml-utils required for man pages -# app-text/gnome-doc-utils and dev-libs/libxslt required for gnome help files -# gtk-doc is generating a useless file, don't need it - -# UPSTREAM: -# misuse of CPPFLAGS/CXXFLAGS ? -# see if tests can forget about display (use eclass for that ?) -# intltool and gettext only with +nls - -src_prepare() { - # Regenerate marshalers for