summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-08-14 10:21:05 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-08-14 10:21:05 +0000
commit9d7bf2937a016edd7aaeb8e43c5583b407b6ab4c (patch)
treea5c82d5315936b4708641217b949f7c91c3f08c7 /net-libs
parentRemove old, fix introspection deps (diff)
downloadgentoo-2-9d7bf2937a016edd7aaeb8e43c5583b407b6ab4c.tar.gz
gentoo-2-9d7bf2937a016edd7aaeb8e43c5583b407b6ab4c.tar.bz2
gentoo-2-9d7bf2937a016edd7aaeb8e43c5583b407b6ab4c.zip
Remove old, use EAPI 4
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gupnp/ChangeLog7
-rw-r--r--net-libs/gupnp/gupnp-0.12.8.ebuild36
-rw-r--r--net-libs/gupnp/gupnp-0.13.2.ebuild40
-rw-r--r--net-libs/gupnp/gupnp-0.14.1.ebuild42
-rw-r--r--net-libs/gupnp/gupnp-0.15.1.ebuild42
-rw-r--r--net-libs/gupnp/gupnp-0.16.1.ebuild13
6 files changed, 11 insertions, 169 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog
index ea9bf4898f80..faf7aa701bea 100644
--- a/net-libs/gupnp/ChangeLog
+++ b/net-libs/gupnp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/gupnp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.35 2011/06/05 21:38:03 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.36 2011/08/14 10:21:05 nirbheek Exp $
+
+ 14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -gupnp-0.12.8.ebuild,
+ -gupnp-0.13.2.ebuild, -gupnp-0.14.1.ebuild, -gupnp-0.15.1.ebuild,
+ gupnp-0.16.1.ebuild:
+ Remove old, use EAPI 4
*gupnp-0.16.1 (05 Jun 2011)
diff --git a/net-libs/gupnp/gupnp-0.12.8.ebuild b/net-libs/gupnp/gupnp-0.12.8.ebuild
deleted file mode 100644
index 5638a8d83128..000000000000
--- a/net-libs/gupnp/gupnp-0.12.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.12.8.ebuild,v 1.12 2010/02/19 18:58:53 armin76 Exp $
-
-EAPI=2
-
-DESCRIPTION="an object-oriented framework for creating UPnP devs and control points."
-HOMEPAGE="http://gupnp.org"
-SRC_URI="http://${PN}.org/sources/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=net-libs/gssdp-0.6
- net-libs/libsoup:2.4
- >=dev-libs/glib-2.18:2
- dev-libs/libxml2
- || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --disable-gtk-doc \
- --disable-gtk-doc-html \
- --disable-gtk-doc-pdf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/gupnp/gupnp-0.13.2.ebuild b/net-libs/gupnp/gupnp-0.13.2.ebuild
deleted file mode 100644
index dc3a8d8bd093..000000000000
--- a/net-libs/gupnp/gupnp-0.13.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.13.2.ebuild,v 1.5 2011/01/11 05:36:26 ford_prefect Exp $
-
-EAPI=2
-
-DESCRIPTION="an object-oriented framework for creating UPnP devs and control points."
-HOMEPAGE="http://gupnp.org/"
-SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="networkmanager"
-
-RDEPEND=">=net-libs/gssdp-0.7.1
- >=net-libs/libsoup-2.4.1:2.4
- >=dev-libs/glib-2.18:2
- dev-libs/libxml2
- || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
- networkmanager? ( >=dev-libs/dbus-glib-0.76 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- local backend=unix
- use networkmanager && backend=network-manager
-
- econf \
- --disable-dependency-tracking \
- --disable-gtk-doc \
- --with-context-manager=${backend} \
- --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/gupnp/gupnp-0.14.1.ebuild b/net-libs/gupnp/gupnp-0.14.1.ebuild
deleted file mode 100644
index 6037e93eff80..000000000000
--- a/net-libs/gupnp/gupnp-0.14.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.14.1.ebuild,v 1.1 2011/01/10 12:15:44 ford_prefect Exp $
-
-EAPI=2
-
-DESCRIPTION="an object-oriented framework for creating UPnP devs and control points."
-HOMEPAGE="http://gupnp.org/"
-SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection networkmanager"
-
-RDEPEND=">=net-libs/gssdp-0.7.1[introspection?]
- >=net-libs/libsoup-2.4.1:2.4[introspection?]
- >=dev-libs/glib-2.18:2
- dev-libs/libxml2
- || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- networkmanager? ( >=dev-libs/dbus-glib-0.76 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- local backend=unix
- use networkmanager && backend=network-manager
-
- econf \
- $(use_enable introspection) \
- --disable-dependency-tracking \
- --disable-gtk-doc \
- --with-context-manager=${backend} \
- --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/gupnp/gupnp-0.15.1.ebuild b/net-libs/gupnp/gupnp-0.15.1.ebuild
deleted file mode 100644
index 2a2a0d6c8a8a..000000000000
--- a/net-libs/gupnp/gupnp-0.15.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.15.1.ebuild,v 1.1 2011/02/22 22:27:52 eva Exp $
-
-EAPI=3
-
-DESCRIPTION="an object-oriented framework for creating UPnP devs and control points."
-HOMEPAGE="http://gupnp.org/"
-SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection networkmanager"
-
-RDEPEND=">=net-libs/gssdp-0.9.2[introspection?]
- >=net-libs/libsoup-2.28.2:2.4[introspection?]
- >=dev-libs/glib-2.24:2
- dev-libs/libxml2
- || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- networkmanager? ( >=dev-libs/glib-2.26 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- local backend=unix
- use networkmanager && backend=network-manager
-
- econf \
- $(use_enable introspection) \
- --disable-dependency-tracking \
- --disable-gtk-doc \
- --with-context-manager=${backend} \
- --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/gupnp/gupnp-0.16.1.ebuild b/net-libs/gupnp/gupnp-0.16.1.ebuild
index 5a7c7b2c2594..edc356689047 100644
--- a/net-libs/gupnp/gupnp-0.16.1.ebuild
+++ b/net-libs/gupnp/gupnp-0.16.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.16.1.ebuild,v 1.1 2011/06/05 21:38:03 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.16.1.ebuild,v 1.2 2011/08/14 10:21:05 nirbheek Exp $
-EAPI=3
+EAPI="4"
-DESCRIPTION="an object-oriented framework for creating UPnP devs and control points."
+DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
HOMEPAGE="http://gupnp.org/"
SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
+DOCS="AUTHORS ChangeLog NEWS README"
+
src_configure() {
local backend=unix
use networkmanager && backend=network-manager
@@ -35,8 +37,3 @@ src_configure() {
--with-context-manager=${backend} \
--with-html-dir=/usr/share/doc/${PF}/html
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}