summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-22 07:12:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-22 07:12:18 +0100
commitee00b80d356a6e0d8fa3c0c8016bf8ca1c439cc1 (patch)
tree13d7f2f1f4aaa5bca91a785fccd8759685f509b1
parentmedia-gfx/cropgui: Remove last-rited pkg (diff)
downloadgentoo-ee00b80d356a6e0d8fa3c0c8016bf8ca1c439cc1.tar.gz
gentoo-ee00b80d356a6e0d8fa3c0c8016bf8ca1c439cc1.tar.bz2
gentoo-ee00b80d356a6e0d8fa3c0c8016bf8ca1c439cc1.zip
net-libs/gupnp-ui: Remove last-rited pkg
Closes: https://bugs.gentoo.org/710436 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-libs/gupnp-ui/Manifest1
-rw-r--r--net-libs/gupnp-ui/files/gupnp-ui-0.1.1-underlinking.patch25
-rw-r--r--net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild38
-rw-r--r--net-libs/gupnp-ui/metadata.xml5
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 74 deletions
diff --git a/net-libs/gupnp-ui/Manifest b/net-libs/gupnp-ui/Manifest
deleted file mode 100644
index a4d97c7c5bfd..000000000000
--- a/net-libs/gupnp-ui/Manifest
+++ /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
index 207eecc7f12c..000000000000
--- a/net-libs/gupnp-ui/files/gupnp-ui-0.1.1-underlinking.patch
+++ /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
index 01c06fadfd32..000000000000
--- a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
+++ /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
index 6f49eba8f496..000000000000
--- a/net-libs/gupnp-ui/metadata.xml
+++ /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>
diff --git a/profiles/package.mask b/profiles/package.mask
index 863372d8c5a2..c038f8b8fd58 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.