From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EC40138334 for ; Tue, 31 Jul 2018 08:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F95E08F7; Tue, 31 Jul 2018 08:07:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDD98E08F7 for ; Tue, 31 Jul 2018 08:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D728335C63 for ; Tue, 31 Jul 2018 08:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4AEB38F for ; Tue, 31 Jul 2018 08:07:12 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1533024416.afcc76d5adbcdff4cfee2e46f0bdd9f6d707b99f.leio@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.22.1.ebuild X-VCS-Directories: gnome-extra/gnome-packagekit/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: afcc76d5adbcdff4cfee2e46f0bdd9f6d707b99f X-VCS-Branch: master Date: Tue, 31 Jul 2018 08:07:12 +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: 42be8ab9-6037-45a4-8012-939b566ae5fa X-Archives-Hash: 296dc3a690e174a3ae87a4e8e497a47d commit: afcc76d5adbcdff4cfee2e46f0bdd9f6d707b99f Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jul 31 08:06:56 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jul 31 08:06:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcc76d5 gnome-extra/gnome-packagekit: remove old Package-Manager: Portage-2.3.43, Repoman-2.3.10 gnome-extra/gnome-packagekit/Manifest | 1 - .../gnome-packagekit-3.22.1.ebuild | 86 ---------------------- 2 files changed, 87 deletions(-) diff --git a/gnome-extra/gnome-packagekit/Manifest b/gnome-extra/gnome-packagekit/Manifest index a0318292ab0..a30bd973206 100644 --- a/gnome-extra/gnome-packagekit/Manifest +++ b/gnome-extra/gnome-packagekit/Manifest @@ -1,2 +1 @@ -DIST gnome-packagekit-3.22.1.tar.xz 1684420 BLAKE2B 30ce96fdec5fb1211d06fcc751ed0ac01e386364af6025051766b25ee6eadb4a926c3ff5ed74d27c67fc5774497fac20cde0248a6bd9ee24a77ae9cad7e0080d SHA512 f8f5046f53c095f199cf75452a5f0c2cc62a54cd5337b696a3885358573b44d94bcf44b168a4ea8cbd00b746d0274437a5fc9cb10f0a55e9eb9f2dbd2a8e4f18 DIST gnome-packagekit-3.24.0.tar.xz 2174372 BLAKE2B fd6b94c1e2bd9e29c73754e3c1625d6acd4e1931a80c61c572d6f1a90a3c1814cafea1358e64f8cb1be0308d00146716a3a5058a732702b14c3d6a9a0cc98d4a SHA512 af3291b11ad279d050fcd970e1c98257b65da5f36146d8e5f1f255ef1b17e6f2caf8073ce16623da130edaf452860788aa20dd2de6a4bbf639aaf9d3bbd7c095 diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.22.1.ebuild b/gnome-extra/gnome-packagekit/gnome-packagekit-3.22.1.ebuild deleted file mode 100644 index 0fc509b13a2..00000000000 --- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.22.1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 virtualx - -DESCRIPTION="PackageKit client for the GNOME desktop" -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="systemd udev" # test - -# XXX: test, upstream managed to break gpk-self-test beyond repair -# 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+-3.15.3:3 - >=x11-libs/libnotify-0.7.0:= - x11-libs/pango - - >=app-admin/packagekit-base-0.9.1 - >=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-libs/appstream-glib - >=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 - -# UPSTREAM: -# see if tests can forget about display (use eclass for that ?) - -src_prepare() { - # * disable tests with graphical dialogs and that require packagekitd - # to be run with the dummy backend and installed .ui files - # * disable tests that fails every time packagekit developers make a - # tiny change to headers - # * gpk_test_markdown_func: no definition for that one - sed -e '/g_test_add_func.*gpk_test_enum_func/d' \ - -e '/g_test_add_func.*gpk_test_dbus_task_func/d' \ - -e '/g_test_add_func.*gpk_test_error_func/d' \ - -e '/g_test_add_func.*gpk_test_modal_dialog/d' \ - -e '/g_test_add_func.*gpk_test_task_func/d' \ - -e '/g_test_add_func.*gpk_test_markdown_func/d' \ - -i src/gpk-self-test.c || die - - # XXX: g_autoptr requires explicit type support - sed -e 's/g_autoptr(GpkTask)/GpkTask */' \ - -i src/gpk-self-test.c || die - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --localstatedir=/var \ - --enable-iso-c \ - --disable-tests \ - $(use_enable systemd) \ - $(use_enable udev gudev) - # $(use_enable test tests) -} - -src_test() { - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die - GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check -}