mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-libs/gupnp: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST gupnp-1.2.6.tar.xz 142652 BLAKE2B 12f3fd59b6c8616dcbc32ab4feeeccde864af6da0593d0d51b8a9bab045c39b8e4540bc1470a0758f1a0979e647f9dae67bae544d1457e567264d7408d58e06f SHA512 317ff1f0ea1f03476596db6ce2f6c7c86b7c9962a7ddb00da9f487fe7f7bb70ccf8fe64e485583e4a988d90afdb41128730fef459f4ecb757ff2aef44dc4de9c
|
||||
DIST gupnp-1.2.7.tar.xz 142928 BLAKE2B 094e9569c501ae32def1335c8129d5585a2bec37d86c2317a2c9b2d965db5ce0ae6c19017bd44fb718709cf068f93ed75d08ab7e30c5f265e1ce45a9a9352897 SHA512 83d012989f9aab578c9bdb4dd95d316003938a39cc997949622b56523dd7081e09093c48c0016d738ca0040a00b3e6218ba59cad9e49e05f4106213160e7c409
|
||||
DIST gupnp-1.3.0.tar.xz 150160 BLAKE2B 300147881e30300cd2bbff7ffc2666d6281dc165cbfcca46617a59c244bb699d49f26074e07909782038f5a87939ac342fe5ae5468a9c38d8065ceea70293c6b SHA512 6367f3d616acef433a26d2475b4ec3067ced9d09e9e9ccf6400f30abc4202e0dd524aa33beb7bb5f88c9a62ff69fafc0d283dc0cb80220f53bfd027205069763
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
PYTHON_REQ_USE="xml"
|
||||
|
||||
inherit gnome.org meson-multilib python-single-r1 vala xdg
|
||||
|
||||
DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
|
||||
|
||||
LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
|
||||
SLOT="0/1.2-0" # <API version>-<soname>
|
||||
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
|
||||
|
||||
IUSE="connman gtk-doc +introspection kernel_linux networkmanager vala"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|
||||
?? ( connman networkmanager )
|
||||
"
|
||||
|
||||
# prefix: uuid dependency can be adapted to non-linux platforms
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]
|
||||
>=net-libs/gssdp-1.2.3:0=[introspection?,${MULTILIB_USEDEP}]
|
||||
>=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}]
|
||||
>=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
|
||||
>=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
|
||||
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
gtk-doc? ( >=dev-util/gtk-doc-1.14
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
app-text/docbook-xml-dtd:4.2 )
|
||||
dev-libs/libxslt
|
||||
app-text/docbook-xsl-stylesheets
|
||||
virtual/pkgconfig
|
||||
!connman? ( !networkmanager? ( kernel_linux? ( sys-kernel/linux-headers ) ) )
|
||||
vala? ( $(vala_depend)
|
||||
>=net-libs/gssdp-1.2.3:0[vala]
|
||||
net-libs/libsoup:2.4[vala]
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
use introspection && vala_src_prepare
|
||||
xdg_src_prepare
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local backend=system
|
||||
use kernel_linux && backend=linux
|
||||
use connman && backend=connman
|
||||
use networkmanager && backend=network-manager
|
||||
|
||||
local emesonargs=(
|
||||
-Dcontext_manager=${backend}
|
||||
$(meson_native_use_bool introspection)
|
||||
$(meson_native_use_bool vala vapi)
|
||||
$(meson_native_use_bool gtk-doc gtk_doc)
|
||||
-Dexamples=false
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
python_fix_shebang "${ED}"/usr/bin/gupnp-binding-tool-1.2
|
||||
}
|
||||
Reference in New Issue
Block a user