commit:     e8033684d8e1daccf4443863a423800ca52928be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 06:44:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 06:51:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8033684

gnome-extra/gnome-packagekit: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708398
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 gnome-extra/gnome-packagekit/Manifest              |  2 -
 .../gnome-packagekit-3.24.0.ebuild                 | 85 ----------------------
 .../gnome-packagekit-3.30.0.ebuild                 | 61 ----------------
 gnome-extra/gnome-packagekit/metadata.xml          |  8 --
 profiles/features/selinux/package.mask             |  1 -
 profiles/package.mask                              |  1 -
 6 files changed, 158 deletions(-)

diff --git a/gnome-extra/gnome-packagekit/Manifest 
b/gnome-extra/gnome-packagekit/Manifest
deleted file mode 100644
index 0c0d13166ad..00000000000
--- a/gnome-extra/gnome-packagekit/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gnome-packagekit-3.24.0.tar.xz 2174372 BLAKE2B 
fd6b94c1e2bd9e29c73754e3c1625d6acd4e1931a80c61c572d6f1a90a3c1814cafea1358e64f8cb1be0308d00146716a3a5058a732702b14c3d6a9a0cc98d4a
 SHA512 
af3291b11ad279d050fcd970e1c98257b65da5f36146d8e5f1f255ef1b17e6f2caf8073ce16623da130edaf452860788aa20dd2de6a4bbf639aaf9d3bbd7c095
-DIST gnome-packagekit-3.30.0.tar.xz 1744188 BLAKE2B 
e346d76a835a84a0b8be46da7af1dba63ef96826e978d06e38490aa44485a010f76b2ed44cde310b8128150f5cf7461cde8007ee5ef7603221f9b947c0e48185
 SHA512 
69416ccb61effca112ef62ee7a7ba29c262ce768ee41a8bd24a064b66a7106f5e968dc01c6cc3d30d270bd9ebf8cf353044531ad3a19d63b174f097c67edfe9f

diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.24.0.ebuild 
b/gnome-extra/gnome-packagekit/gnome-packagekit-3.24.0.ebuild
deleted file mode 100644
index b57e3b9ceb8..00000000000
--- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.24.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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
-RESTRICT="!test? ( 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? ( dev-libs/libgudev:= )
-"
-DEPEND="${RDEPEND}
-       app-text/docbook-sgml-utils
-       dev-libs/appstream-glib
-       >=dev-util/gtk-doc-am-1.9
-       dev-libs/libxslt
-       >=sys-devel/gettext-0.19.7
-       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 \
-               --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
-}

diff --git a/gnome-extra/gnome-packagekit/gnome-packagekit-3.30.0.ebuild 
b/gnome-extra/gnome-packagekit/gnome-packagekit-3.30.0.ebuild
deleted file mode 100644
index f95e27f607e..00000000000
--- a/gnome-extra/gnome-packagekit/gnome-packagekit-3.30.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="PackageKit client for the GNOME desktop"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.32:2
-       >=x11-libs/gtk+-3.15.3:3
-       >=app-admin/packagekit-base-0.9.1
-       systemd? (
-               sys-auth/polkit
-               >=sys-apps/systemd-42 )
-"
-DEPEND="${RDEPEND}
-       app-text/docbook-sgml-utils
-       app-text/docbook-sgml-dtd:4.1
-       dev-libs/appstream-glib
-       >=sys-devel/gettext-0.19.7
-       virtual/pkgconfig
-"
-
-# NOTES:
-# app-text/docbook-sgml-utils and dtd required for man pages
-
-# UPSTREAM:
-# see if tests can forget about display (use eclass for that ?)
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use test tests)
-               $(meson_use systemd)
-       )
-       meson_src_configure
-}
-
-src_test() {
-       "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-       GSETTINGS_SCHEMA_DIR="${S}/data" virtx meson_src_test
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-       gnome2_icon_cache_update
-}

diff --git a/gnome-extra/gnome-packagekit/metadata.xml 
b/gnome-extra/gnome-packagekit/metadata.xml
deleted file mode 100644
index 39980802b1d..00000000000
--- a/gnome-extra/gnome-packagekit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>gn...@gentoo.org</email>
-       <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/features/selinux/package.mask 
b/profiles/features/selinux/package.mask
index 45e9c982e02..4d913328714 100644
--- a/profiles/features/selinux/package.mask
+++ b/profiles/features/selinux/package.mask
@@ -73,4 +73,3 @@ app-portage/euscan
 <app-portage/layman-2.4.2
 app-portage/metagen
 =app-portage/overlint-0.5.2
-gnome-extra/gnome-packagekit

diff --git a/profiles/package.mask b/profiles/package.mask
index ab10ddb41b3..a20832ca4da 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -632,7 +632,6 @@ app-admin/packagekit
 app-admin/packagekit-base
 app-admin/packagekit-gtk
 app-admin/packagekit-qt
-gnome-extra/gnome-packagekit
 
 # Mart Raudsepp <l...@gentoo.org> (2020-02-16)
 # Fails to automatically launch pipewire for me. Help welcome figuring it out.

Reply via email to