summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-22 00:56:52 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-22 01:30:18 +0200
commit80798df097e7dceadc563e981ed5f738fd9b02a3 (patch)
tree5094bfc5fbca2f2390cf3a104990285d9e745e91 /net-libs
parentnet-dialup/moserial: remove old (diff)
downloadgentoo-80798df097e7dceadc563e981ed5f738fd9b02a3.tar.gz
gentoo-80798df097e7dceadc563e981ed5f738fd9b02a3.tar.bz2
gentoo-80798df097e7dceadc563e981ed5f738fd9b02a3.zip
net-libs/libdmapsharing: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libdmapsharing/Manifest1
-rw-r--r--net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index ddbb7c8f8ff4..7ce3dc2b1cb0 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.37.tar.gz 760469 BLAKE2B 04fd2908311372a29efee7400ed9c5ae680514fd314d2f1f9f8bf1263b33941980c838bbc854971566bffce6a1ff9a980e46e42f096d0498fba87424cafe0b99 SHA512 db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95 SHA512 7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a
diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
deleted file mode 100644
index cbe44efe8d62..000000000000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-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/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection test"
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
- >=dev-libs/glib-2.36:2
- x11-libs/gdk-pixbuf:2
- >=net-dns/avahi-0.6[dbus]
- >=net-libs/libsoup-2.48.0:2.4
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- sys-libs/zlib
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
- test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
- # Remove useless CFLAGS alteration in configure
- sed -e 's/CFLAGS -O2/CFLAGS/' \
- -i configure.ac configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --with-mdns=avahi \
- $(use_enable introspection) \
- $(use_enable test tests) \
- $(use_enable test check)
-}