summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-01-26 11:36:12 +0200
committerMart Raudsepp <leio@gentoo.org>2017-01-26 12:55:27 +0200
commitef7518811eb8c49a2091238b0f58fabe5b88e327 (patch)
tree90d210b6331bb79f00bccdcca4e14f43ab0c78ea /net-libs/gssdp/gssdp-0.14.14.ebuild
parentnet-libs/glib-networking: Remove old (diff)
downloadgentoo-ef7518811eb8c49a2091238b0f58fabe5b88e327.tar.gz
gentoo-ef7518811eb8c49a2091238b0f58fabe5b88e327.tar.bz2
gentoo-ef7518811eb8c49a2091238b0f58fabe5b88e327.zip
net-libs/gssdp: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/gssdp/gssdp-0.14.14.ebuild')
-rw-r--r--net-libs/gssdp/gssdp-0.14.14.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/net-libs/gssdp/gssdp-0.14.14.ebuild b/net-libs/gssdp/gssdp-0.14.14.ebuild
deleted file mode 100644
index fd92b92493a1..000000000000
--- a/net-libs/gssdp/gssdp-0.14.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 multilib-minimal vala
-
-DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP"
-HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
-
-LICENSE="LGPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="+introspection +gtk"
-
-RDEPEND="
- >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
- >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
- gtk? ( >=x11-libs/gtk+-3.0:3 )
- introspection? (
- $(vala_depend)
- >=dev-libs/gobject-introspection-1.36:= )
- !<net-libs/gupnp-vala-0.10.3
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.14
- sys-devel/gettext
- >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-src_prepare() {
- # Disable functional test as it requires port that might be used by rygel to
- # be free of use
- sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
- -i "${S}"/tests/Makefile.in || die
-
- use introspection && vala_src_prepare
- gnome2_src_prepare
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- gnome2_src_configure \
- $(multilib_native_use_enable introspection) \
- $(multilib_native_use_with gtk) \
- --disable-static
-
- if multilib_is_native_abi; then
- # fix gtk-doc
- ln -s "${S}"/doc/html doc/html || die
- fi
-}
-
-multilib_src_install() {
- gnome2_src_install
-}