commit:     ef7518811eb8c49a2091238b0f58fabe5b88e327
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 09:36:12 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 10:55:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef751881

net-libs/gssdp: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/gssdp/Manifest             |  2 --
 net-libs/gssdp/gssdp-0.14.14.ebuild | 59 -------------------------------------
 net-libs/gssdp/gssdp-0.14.15.ebuild | 58 ------------------------------------
 3 files changed, 119 deletions(-)

diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest
index f038d9b..dc1ba36 100644
--- a/net-libs/gssdp/Manifest
+++ b/net-libs/gssdp/Manifest
@@ -1,3 +1 @@
-DIST gssdp-0.14.14.tar.xz 298488 SHA256 
685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6 SHA512 
07edc257b93db80e47d427da140a62f5d4e8084d15be4c2e6d575748cd30cfb87aedd7a9259ea10aca783fb82a7f9db5f67a2d2e8da37d2c4eab0effb4569f36
 WHIRLPOOL 
fe1fd9db6331c4a58da9196abb4113bc027614671c70b361af4496a31e9a50d139854a3050cb46331b7658ccb7db74053f76a4d9a8da8642596e3f6c5482ce11
-DIST gssdp-0.14.15.tar.xz 311656 SHA256 
084991de1fad8400e55d3ddd0ce8d07786fd7bfa36503f7089bd1f2ba5bda20c SHA512 
b5ca37049ee948a450db322e3ba4d5fab2d1aa4374bacb09ff13f3851f06544da4e1c2c6f50816b777d3828d1e2615e47dfdd3767cdccb938a490ab9ab60418a
 WHIRLPOOL 
1e70d0aad1b697658bae4add75cc6b89429e2c44f53994a4de3eed2c32ae58816dbe0d94de9a574101bf25c7f53da7b194831bcd5c41ff4d2943d2bbec0f2a67
 DIST gssdp-0.14.16.tar.xz 301000 SHA256 
54520bfb230b9c8c938eba88d87df44e04749682c95fb8aa381d13441345c5b2 SHA512 
1ff3a8bcb8af537bdb26d56edd3452fba9a781264bd29debd08ad901f47b060f3a80006b63c52fe93d487200bad8d5d0745937de868ad78167464dc0cf2fa3de
 WHIRLPOOL 
3fdf6d1c1aca1b7c3295cb390656ba8fcacb9ec1655aaccaa07c246605d994ca932cd3391ea08979ade1d9bf2ffea3eb8c37930fb162e763673dd0f1904d10e0

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 fd92b92..00000000
--- 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
-}

diff --git a/net-libs/gssdp/gssdp-0.14.15.ebuild 
b/net-libs/gssdp/gssdp-0.14.15.ebuild
deleted file mode 100644
index 05a04db..00000000
--- a/net-libs/gssdp/gssdp-0.14.15.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-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
-}

Reply via email to