net-libs/gupnp-ui: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 22 Mar 2020 06:12:18 +0000 (07:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 22 Mar 2020 06:12:18 +0000 (07:12 +0100)
Closes: https://bugs.gentoo.org/710436
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/gupnp-ui/Manifest [deleted file]
net-libs/gupnp-ui/files/gupnp-ui-0.1.1-underlinking.patch [deleted file]
net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild [deleted file]
net-libs/gupnp-ui/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-libs/gupnp-ui/Manifest b/net-libs/gupnp-ui/Manifest
deleted file mode 100644 (file)
index a4d97c7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gupnp-ui-0.1.1.tar.gz 362414 BLAKE2B 2453520ea36f4d69df3af26241f9f2a0584e55225394a8e76d7a13cfd0d0b42cfb3203f1afba157cc2dd651cd63744fb5f4393e3790becbd3293764c3d37d14b SHA512 eae64352e96e6cc54411b5f9276a4386b60bc4af21246d3387024b8d5b7243ef988a98739adecc068f7d26fd85887b7500c4e9d89993aa68e5fe746ddc93dcab
diff --git a/net-libs/gupnp-ui/files/gupnp-ui-0.1.1-underlinking.patch b/net-libs/gupnp-ui/files/gupnp-ui-0.1.1-underlinking.patch
deleted file mode 100644 (file)
index 207eecc..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -11,7 +11,7 @@
- AC_PROG_LIBTOOL
- PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0)
--
-+PKG_CHECK_MODULES(GSSDP, gssdp-1.0)
- PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
- # Debugging
---- tests/Makefile.am
-+++ tests/Makefile.am
-@@ -1,9 +1,9 @@
--AM_CFLAGS = $(LIBGUPNP_UI_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
-+AM_CFLAGS = $(LIBGUPNP_UI_CFLAGS) $(GTHREAD_CFLAGS) $(GSSDP_CFLAGS) -I$(top_srcdir)
- noinst_PROGRAMS = test-view
- test_view_SOURCES = test-view.c
--test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la $(GTHREAD_LIBS)
-+test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la $(GTHREAD_LIBS) $(GSSDP_LIBS)
- CLEANFILES = $(BUILT_SOURCES)
- DISTCLEANFILES = $(BUILT_SOURCES)
diff --git a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild b/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
deleted file mode 100644 (file)
index 01c06fa..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils
-
-DESCRIPTION="Collection of simple GTK+ widgets on top of GUPnP"
-HOMEPAGE="http://gupnp.org"
-SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       net-libs/gssdp:0/3
-       net-libs/gupnp:0/4"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-underlinking.patch
-)
-
-src_configure() {
-       econf --disable-gtk-doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS NEWS README
-}
diff --git a/net-libs/gupnp-ui/metadata.xml b/net-libs/gupnp-ui/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
index 863372d8c5a221ccd038f853528587e0b15b495d..c038f8b8fd58ae58b8fff7796fd692fa82b35c13 100644 (file)
@@ -490,11 +490,6 @@ games-strategy/boswars
 # Use media-gfx/mcomix instead. Masked for removal in 30 days.
 media-gfx/comix
 
-# Mart Raudsepp <leio@gentoo.org> (2020-02-21)
-# Does not compile against new gupnp-1.2 API. No consumers, dead project.
-# Removal in 30 days. Bug #710436.
-net-libs/gupnp-ui
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-19)
 # No maintainer, py2-only, blocks dev-python/pygtk removal, needs version bump
 # See bugs #546024, #706486, pending PR #14720. Masked for removal in 40 days.