diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-28 17:03:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-28 17:48:50 +0200 |
commit | 57233567a8210202696bc1c3a37c0f9eee7baacb (patch) | |
tree | c917b15cc1ad57bcbad99f6c56c73456ff9550e5 /net-libs/gssdp | |
parent | app-office/gnumeric: Version bump (diff) | |
download | gentoo-57233567a8210202696bc1c3a37c0f9eee7baacb.tar.gz gentoo-57233567a8210202696bc1c3a37c0f9eee7baacb.tar.bz2 gentoo-57233567a8210202696bc1c3a37c0f9eee7baacb.zip |
net-libs/gssdp: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-libs/gssdp')
-rw-r--r-- | net-libs/gssdp/Manifest | 2 | ||||
-rw-r--r-- | net-libs/gssdp/gssdp-0.14.11.ebuild | 60 | ||||
-rw-r--r-- | net-libs/gssdp/gssdp-0.14.13.ebuild | 59 |
3 files changed, 0 insertions, 121 deletions
diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest index 9b73bb0f8106..56e4285add8a 100644 --- a/net-libs/gssdp/Manifest +++ b/net-libs/gssdp/Manifest @@ -1,3 +1 @@ -DIST gssdp-0.14.11.tar.xz 291872 SHA256 7bf5aeaf2119fe0bec5f3632ecf39dae15bc85276c72c2ad8dd4b0e345c6535a SHA512 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b WHIRLPOOL 069647057f4feaffeff6dd5fadd4a51ba2a3fba742a6b2c022292bcdafdea72dc5db5405c6417db4e7962824105978c487ed2cffe30ca347282565bff18c4887 -DIST gssdp-0.14.13.tar.xz 297668 SHA256 43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea SHA512 e9411d9afee28458d841b2455e08714260bd857384288603e8593adb3f48461b8b14e6f8b8b48f6b16715364e24119b32cd69a57f470fae3f7d6d74ba3784aca WHIRLPOOL e8ecdfec3b52386cfea719ea07d790420089a33d06b6f71ec29b0d6a75f7a1bda442c4ca39b690095424249a95c96d4e55beeb5881fa22a2b56f8fe10b2e50fc DIST gssdp-0.14.14.tar.xz 298488 SHA256 685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6 SHA512 07edc257b93db80e47d427da140a62f5d4e8084d15be4c2e6d575748cd30cfb87aedd7a9259ea10aca783fb82a7f9db5f67a2d2e8da37d2c4eab0effb4569f36 WHIRLPOOL fe1fd9db6331c4a58da9196abb4113bc027614671c70b361af4496a31e9a50d139854a3050cb46331b7658ccb7db74053f76a4d9a8da8642596e3f6c5482ce11 diff --git a/net-libs/gssdp/gssdp-0.14.11.ebuild b/net-libs/gssdp/gssdp-0.14.11.ebuild deleted file mode 100644 index 2c1d02ff1ca8..000000000000 --- a/net-libs/gssdp/gssdp-0.14.11.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.14" -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-0.6.7 ) - !<net-libs/gupnp-vala-0.10.3 -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.10 - 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/gtest/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.13.ebuild b/net-libs/gssdp/gssdp-0.14.13.ebuild deleted file mode 100644 index 5cdb35137672..000000000000 --- a/net-libs/gssdp/gssdp-0.14.13.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 -} |