diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-09 00:23:15 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-09 00:55:55 +0200 |
commit | feca79459a135344146542bbe18b3689eac592dc (patch) | |
tree | b6bcc0015af3ad62a17ffbf3934805b482af4296 /net-libs | |
parent | net-libs/gupnp-igd: bump to 0.2.5, remove oldstyle python bindings, other ove... (diff) | |
download | gentoo-feca79459a135344146542bbe18b3689eac592dc.tar.gz gentoo-feca79459a135344146542bbe18b3689eac592dc.tar.bz2 gentoo-feca79459a135344146542bbe18b3689eac592dc.zip |
net-libs/gupnp-igd: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gupnp-igd/Manifest | 2 | ||||
-rw-r--r-- | net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch | 16 | ||||
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild | 94 | ||||
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild | 106 |
4 files changed, 0 insertions, 218 deletions
diff --git a/net-libs/gupnp-igd/Manifest b/net-libs/gupnp-igd/Manifest index 6c46ed393ca9..119e1afa2ea7 100644 --- a/net-libs/gupnp-igd/Manifest +++ b/net-libs/gupnp-igd/Manifest @@ -1,4 +1,2 @@ -DIST gupnp-igd-0.2.2.tar.xz 262216 BLAKE2B a2c1980569b75643b4fc0ce3c28af0e949176572a8368179ad1152b3b9e5a0a879e067c48b37d423855c94f2cf993e8aea8b901b0684c33d31d78e64e3d26d24 SHA512 5e876b5e759f483b270d85f2125ede5db304b3664f22a6b4e68943ba5dbc6fe597e59ef44f23e284d15ee00809c28fc6194b44faa345cc6aec62927958a53583 -DIST gupnp-igd-0.2.3.tar.xz 269920 BLAKE2B e3fd67b04f91348c1fbf236f6a9dc03e10575bacbed6ebc99a1be2817983844c2390b2f057c6464ed74e4f140c4cc2fb6bc941296b2db945a90647b77304b14c SHA512 74b4a6e34fe89b7fa92125664bb09354601fe0b476b909fc6c233027ec58914619c88e5bd951a675d7ccfc33d01b0fdddb21eb915d38c7ff824364dc62c319ac DIST gupnp-igd-0.2.4.tar.xz 272004 BLAKE2B d195187faab17fcb5510afec0d024071936c5d61ac9ce4b4fd266cbc1ac238876935b588d91d7e55d3280ded4a0b39560a3b3bdbfec9cbccc3ab883ab1f75e1c SHA512 4da8d401935c4237661310aec0acb38e9c9fe54aeb6b2ef1c9533a8576dbd2d9f9db3b50c4e86b7efc81c80059a10ea52f73517dab23f3cdc0f91a5c0944dab8 DIST gupnp-igd-0.2.5.tar.xz 287964 BLAKE2B 2267b991a0137006f122b3454bfb1bd9df0fd7fae2c47b50a394a2859f6e04375b55447830f6606c8a25260b9cafb75329cbdcd201c220a66fe881dce368abfe SHA512 3d2af29d10c2939a81c8745a50d9cc20be53f97a2112cec6e45bf05373d807d86404b61c776fea34b15ac341f9b7bfff2f3c48901dd241e64e18b5bc7e614cc8 diff --git a/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch b/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch deleted file mode 100644 index 0e1dfb48a388..000000000000 --- a/net-libs/gupnp-igd/files/gupnp-igd-0.2.2-underlinking.patch +++ /dev/null @@ -1,16 +0,0 @@ - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index c4f7d47..f13b398 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -10,7 +10,7 @@ AC_STDC_HEADERS - AC_PROG_LIBTOOL - AC_FUNC_MMAP - --PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0) -+PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0 gssdp-1.0) - - # glib-genmarshal - GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild deleted file mode 100644 index f1c343c3cbfb..000000000000 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.2-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils gnome.org python-r1 - -DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP" -HOMEPAGE="http://gupnp.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - net-libs/gssdp - >=net-libs/gupnp-0.18 - >=dev-libs/glib-2.16:2 - introspection? ( >=dev-libs/gobject-introspection-0.10 ) - python? ( - ${PYTHON_DEPS} - >=dev-libs/gobject-introspection-0.10 - >=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig -" - -# The only existing test is broken -RESTRICT="test" - -PATCHES=( - "${FILESDIR}"/${P}-underlinking.patch - "${FILESDIR}"/${PN}-0.1.11-disable_static_modules.patch - ) - -src_prepare() { - rm missing || die - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die - - # Python bindings are built/installed manually. - if use python; then - sed -e "/PYTHON_SUBDIR =/s/ python//" -i Makefile.am Makefile.in || die - fi - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --disable-static - --disable-gtk-doc - $(use_enable introspection) - $(use_enable python) - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile - - if use python; then - python_copy_sources - - building() { - cd "${BUILD_DIR}"/python || die - emake \ - PYTHON_INCLUDES="-I$(python_get_includedir)" \ - pyexecdir="$(python_get_sitedir)" - } - python_foreach_impl building - fi -} - -src_install() { - autotools-utils_src_install - - if use python; then - installation() { - cd "${BUILD_DIR}"/python || die - emake \ - DESTDIR="${D}" \ - pyexecdir="$(python_get_sitedir)" \ - install - } - python_foreach_impl installation - fi -} diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild deleted file mode 100644 index 2286f628e1be..000000000000 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF=true - -inherit eutils gnome.org multilib-minimal python-r1 - -DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP" -HOMEPAGE="http://gupnp.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+introspection python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=net-libs/gssdp-0.14.7[${MULTILIB_USEDEP}] - >=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-0.10 ) - python? ( - ${PYTHON_DEPS} - >=dev-libs/gobject-introspection-0.10 - >=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - sys-devel/gettext - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] -" - -# The only existing test is broken -RESTRICT="test" - -PATCHES=( - "${FILESDIR}"/${PN}-0.1.11-disable_static_modules.patch -) - -multilib_src_configure() { - local myconf=( - --disable-static - --disable-gtk-doc - $(multilib_native_use_enable introspection) - # python is built separately - --disable-python - ) - - ECONF_SOURCE=${S} \ - econf "${myconf[@]}" - - if multilib_is_native_abi; then - ln -s "${S}"/doc/html doc/html || die - - python_configure() { - mkdir -p "${BUILD_DIR}" || die - cd "${BUILD_DIR}" || die - - ECONF_SOURCE=${S} \ - econf "${myconf[@]}" \ - --enable-python - } - - use python && python_foreach_impl python_configure - fi -} - -multilib_src_compile() { - default - - if multilib_is_native_abi && use python; then - local native_builddir=${BUILD_DIR} - - python_compile() { - emake -C "${BUILD_DIR}"/python \ - VPATH="${S}/python:${native_builddir}/python" \ - igd_la_LIBADD="\$(PYGUPNP_IGD_LIBS) ${native_builddir}/libgupnp-igd/libgupnp-igd-1.0.la" - } - - python_foreach_impl python_compile - fi -} - -multilib_src_install() { - default - - if multilib_is_native_abi && use python; then - local native_builddir=${BUILD_DIR} - - python_install() { - emake -C "${BUILD_DIR}"/python \ - VPATH="${S}/python:${native_builddir}/python" \ - DESTDIR="${D}" install - } - - python_foreach_impl python_install - fi -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files -} |