commit:     4cf65aef943ccb9caf97940221793db7d7f6eea2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 23:32:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 23:35:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf65aef

x11-libs/pangox-compat: Remove last-rited package

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                              |  5 ----
 x11-libs/pangox-compat/Manifest                    |  1 -
 x11-libs/pangox-compat/metadata.xml                |  8 ------
 .../pangox-compat/pangox-compat-0.0.2-r1.ebuild    | 31 ----------------------
 x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild  | 27 -------------------
 5 files changed, 72 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ca4fadf69f3..9c149bae67d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,11 +233,6 @@ sys-auth/pam_passwdqc
 dev-dotnet/mono-addins
 media-gfx/pinta
 
-# Andreas Sturmlechner <ast...@gentoo.org> (2020-09-27)
-# Obsolete package blocking unmasking of >=x11-libs/pango-1.44, dead upstream.
-# No reverse dependencies, bug #698922. Removal in 30 days.
-x11-libs/pangox-compat
-
 # Alexey Sokolov <alexey+gen...@asokolov.org> (2020-10-03)
 # Package with no available HOMEPAGE, SRC_URI and multiple compilation issues.
 # Bug #741468, removal in 30 days.

diff --git a/x11-libs/pangox-compat/Manifest b/x11-libs/pangox-compat/Manifest
deleted file mode 100644
index 8469ec0108c..00000000000
--- a/x11-libs/pangox-compat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pangox-compat-0.0.2.tar.xz 267396 BLAKE2B 
364761c9610e497e3bc2c8a1d311cffa0298256b3cf68754c5ea4e31ce096d136cd50e2deca473d2b34aedf24e50577e8e8c37ca2556ed53c9210e4d3ff663c9
 SHA512 
fd3e257157d78c3d86c948e7909226fdebe52408d02a52432de8a295443b64b80b37cb795fe646d581515e6072bd278f2dcab0e43cf27b63b03a82c01eb6b9b3

diff --git a/x11-libs/pangox-compat/metadata.xml 
b/x11-libs/pangox-compat/metadata.xml
deleted file mode 100644
index 39980802b1d..00000000000
--- a/x11-libs/pangox-compat/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/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild 
b/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild
deleted file mode 100644
index 9b8599f1f5f..00000000000
--- a/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="PangoX compatibility library"
-HOMEPAGE="http://www.pango.org/";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-
-RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-       >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
-       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} gnome2_src_configure --disable-static
-}
-
-multilib_src_install() {
-       gnome2_src_install
-}

diff --git a/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild 
b/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild
deleted file mode 100644
index 5b7a845e893..00000000000
--- a/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="PangoX compatibility library"
-HOMEPAGE="http://www.pango.org/";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-
-RDEPEND=">=dev-libs/glib-2.31:2
-       >=x11-libs/pango-1.32
-       x11-libs/libX11"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       G2CONF="${G2CONF} --disable-static"
-
-       gnome2_src_configure
-}

Reply via email to