summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-03 14:59:02 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-03 14:59:02 +0000
commit23b296b58d30f920ec0625aea8b17306d218f203 (patch)
tree65c581d587f93a88aed934ac3914da452b44c545 /net-libs/libdmapsharing
parentRemove masked for removal package (diff)
downloadhistorical-23b296b58d30f920ec0625aea8b17306d218f203.tar.gz
historical-23b296b58d30f920ec0625aea8b17306d218f203.tar.bz2
historical-23b296b58d30f920ec0625aea8b17306d218f203.zip
Remove masked for removal package
Diffstat (limited to 'net-libs/libdmapsharing')
-rw-r--r--net-libs/libdmapsharing/files/libdmapsharing-2.1.13-build-order.patch22
-rw-r--r--net-libs/libdmapsharing/files/libdmapsharing-2.1.13-glib-2.31.patch27
-rw-r--r--net-libs/libdmapsharing/files/libdmapsharing-2.1.13-slotability-fix.patch130
-rw-r--r--net-libs/libdmapsharing/libdmapsharing-2.9.23.ebuild53
4 files changed, 0 insertions, 232 deletions
diff --git a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-build-order.patch b/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-build-order.patch
deleted file mode 100644
index 5cafd371a543..000000000000
--- a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-build-order.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From e6433e978c3be048a5ff640325fd589677d14e5b Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Fri, 8 Apr 2011 11:24:08 +0200
-Subject: [PATCH 2/2] gentoo: gtk-doc needs to have the library built
-
----
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 3a1498e..099c054 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--SUBDIRS = docs libdmapsharing tests
-+SUBDIRS = libdmapsharing docs tests
- DIST_SUBDIRS = docs libdmapsharing m4 media tests
-
- ### all of the standard pc files we need to generate
---
-1.7.4.1
-
diff --git a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-glib-2.31.patch b/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-glib-2.31.patch
deleted file mode 100644
index 57935e3a673f..000000000000
--- a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-glib-2.31.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 401b054f026f437d36fba06c25be9f49bee8ab00 Mon Sep 17 00:00:00 2001
-From: "W. Michael Petullo" <mike@flyn.org>
-Date: Mon, 5 Dec 2011 11:14:42 -0600
-Subject: [PATCH] Update glib includes in dpap-share.c (thanks Adam Jackson)
-
-Signed-off-by: W. Michael Petullo <mike@flyn.org>
----
- libdmapsharing/dpap-share.c | 3 +--
- 1 files changed, 1 insertions(+), 2 deletions(-)
-
-diff --git a/libdmapsharing/dpap-share.c b/libdmapsharing/dpap-share.c
-index 5b5628d..6c21d68 100644
---- a/libdmapsharing/dpap-share.c
-+++ b/libdmapsharing/dpap-share.c
-@@ -27,8 +27,7 @@
- #include <stdlib.h>
-
- #include <glib/gi18n.h>
--#include <glib/gslist.h>
--#include <glib/gmappedfile.h>
-+#include <glib.h>
-
- #include <unistd.h>
- #include <sys/types.h>
---
-1.7.8.6
-
diff --git a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-slotability-fix.patch b/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-slotability-fix.patch
deleted file mode 100644
index 25b38f681925..000000000000
--- a/net-libs/libdmapsharing/files/libdmapsharing-2.1.13-slotability-fix.patch
+++ /dev/null
@@ -1,130 +0,0 @@
-From d7cab09c8c6afe6c8da35932ba99579542764934 Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue <eva@gentoo.org>
-Date: Wed, 23 Mar 2011 23:31:07 +0100
-Subject: [PATCH 1/2] gentoo: fix slotability
-
----
- docs/Makefile.am | 4 ++--
- libdmapsharing.pc.in | 2 +-
- libdmapsharing/Makefile.am | 16 ++++++++--------
- tests/Makefile.am | 4 ++--
- 4 files changed, 13 insertions(+), 13 deletions(-)
-
-diff --git a/docs/Makefile.am b/docs/Makefile.am
-index bd6f455..205aa5c 100644
---- a/docs/Makefile.am
-+++ b/docs/Makefile.am
-@@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = 1.6
- # of using the various options.
-
- # The name of the module, e.g. 'glib'.
--DOC_MODULE=libdmapsharing
-+DOC_MODULE=libdmapsharing-@API_VERSION@
-
- # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
- #DOC_MODULE_VERSION=2
-@@ -95,7 +95,7 @@ GTKDOC_CFLAGS= \
- $(MDNS_CFLAGS)
-
- GTKDOC_LIBS= \
-- $(top_builddir)/libdmapsharing/libdmapsharing.la \
-+ $(top_builddir)/libdmapsharing/libdmapsharing-@API_VERSION@.la \
- $(GLIB_LIBS) \
- $(GTHREAD_LIBS) \
- $(GOBJECT_LIBS) \
-diff --git a/libdmapsharing.pc.in b/libdmapsharing.pc.in
-index c95a5cf..c46f912 100644
---- a/libdmapsharing.pc.in
-+++ b/libdmapsharing.pc.in
-@@ -7,5 +7,5 @@ Name: libdmapsharing
- Description: libdmapsharing
- Version: @VERSION@
- Requires: glib-2.0 libsoup-2.4
--Libs: -L${libdir} -ldmapsharing
-+Libs: -L${libdir} -ldmapsharing-@API_VERSION@
- Cflags: -I${includedir}/libdmapsharing-@API_VERSION@
-diff --git a/libdmapsharing/Makefile.am b/libdmapsharing/Makefile.am
-index 6a589d4..293b042 100644
---- a/libdmapsharing/Makefile.am
-+++ b/libdmapsharing/Makefile.am
-@@ -1,8 +1,8 @@
--lib_LTLIBRARIES = libdmapsharing.la
-+lib_LTLIBRARIES = libdmapsharing-2.2.la
-
- BUILT_SOURCES = dmap-marshal.c dmap-marshal.h dmap-enums.c dmap-enums.h
-
--libdmapsharing_la_SOURCES = \
-+libdmapsharing_2_2_la_SOURCES = \
- $(BUILT_SOURCES) \
- daap-record.c \
- daap-share.c \
-@@ -21,15 +21,15 @@ libdmapsharing_la_SOURCES = \
- dpap-share.c
-
- if USE_HOWL
--libdmapsharing_la_SOURCES += \
-+libdmapsharing_2_2_la_SOURCES += \
- dmap-mdns-browser-howl.c
- else
- if USE_DNS_SD
--libdmapsharing_la_SOURCES += \
-+libdmapsharing_2_2_la_SOURCES += \
- dmap-mdns-browser-dnssd.c \
- dmap-mdns-publisher-dnssd.c
- else
--libdmapsharing_la_SOURCES += \
-+libdmapsharing_2_2_la_SOURCES += \
- dmap-mdns-avahi.c \
- dmap-mdns-browser-avahi.c \
- dmap-mdns-publisher-avahi.c
-@@ -37,14 +37,14 @@ endif
- endif
-
- if USE_GSTREAMERAPP
--libdmapsharing_la_SOURCES += \
-+libdmapsharing_2_2_la_SOURCES += \
- g-gst-input-stream.c \
- g-gst-mp3-input-stream.c \
- g-gst-wav-input-stream.c \
- gst-util.c
- endif
-
--libdmapsharing_la_CFLAGS = \
-+libdmapsharing_2_2_la_CFLAGS = \
- -DG_LOG_DOMAIN=\"libdmapsharing\" \
- -I$(top_srcdir) \
- $(GDKPIXBUF_CFLAGS) \
-@@ -52,7 +52,7 @@ libdmapsharing_la_CFLAGS = \
- $(GSTREAMERAPP_CFLAGS) \
- $(MDNS_CFLAGS)
-
--libdmapsharing_la_LDFLAGS = \
-+libdmapsharing_2_2_la_LDFLAGS = \
- -version-info @SO_VERSION@ \
- $(GLIB_LIBS) \
- $(GTHREAD_LIBS) \
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index acf0ee5..60e64c9 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -9,7 +9,7 @@ test_dmap_client_SOURCES = \
- test-dmap-client.c
-
- test_dmap_client_LDADD = \
-- $(top_builddir)/libdmapsharing/libdmapsharing.la \
-+ $(top_builddir)/libdmapsharing/libdmapsharing-2.2.la \
- $(GLIB_LIBS) \
- $(GTHREAD_LIBS) \
- $(GOBJECT_LIBS) \
-@@ -29,7 +29,7 @@ test_dmap_server_SOURCES = \
- test-dpap-record-factory.c
-
- test_dmap_server_LDADD = \
-- $(top_builddir)/libdmapsharing/libdmapsharing.la \
-+ $(top_builddir)/libdmapsharing/libdmapsharing-2.2.la \
- $(GLIB_LIBS) \
- $(GTHREAD_LIBS) \
- $(GOBJECT_LIBS) \
---
-1.7.4.1
-
diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.23.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.23.ebuild
deleted file mode 100644
index 4a7031e79537..000000000000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.23.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.23.ebuild,v 1.3 2013/12/08 19:25:01 pacho Exp $
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
-SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-# TODO: implement tests (requires dev-libs/check)
-RDEPEND="
- >=dev-libs/glib-2.36.0:2
- x11-libs/gdk-pixbuf:2
-
- >=net-dns/avahi-0.6
- >=net-libs/libsoup-2.32:2.4
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
-
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
-
- # Fix documentation slotting
- sed "s/^\(DOC_MODULE\).*/\1 = ${PN}-${SLOT}/" \
- -i doc/Makefile.am doc/Makefile.in || die "sed failed"
-}
-
-src_configure() {
- econf \
- --disable-maintainer-mode \
- --with-mdns=avahi
-}
-
-src_install() {
- default
- prune_libtool_files
-}