diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-14 10:20:59 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-14 10:20:59 +0000 |
commit | d6ba2c54fc0a1a688362dad9fdc41ad8eeaf816a (patch) | |
tree | 4320b4af688f0575ebd96457379b35d2c8562d08 /net-libs/gupnp-av/gupnp-av-0.6.1.ebuild | |
parent | Remove old, fix introspection deps (diff) | |
download | gentoo-2-d6ba2c54fc0a1a688362dad9fdc41ad8eeaf816a.tar.gz gentoo-2-d6ba2c54fc0a1a688362dad9fdc41ad8eeaf816a.tar.bz2 gentoo-2-d6ba2c54fc0a1a688362dad9fdc41ad8eeaf816a.zip |
Remove old, use EAPI 4
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gupnp-av/gupnp-av-0.6.1.ebuild')
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.6.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild b/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild deleted file mode 100644 index b44bbb72cb7c..000000000000 --- a/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild +++ /dev/null @@ -1,33 +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-av/gupnp-av-0.6.1.ebuild,v 1.1 2010/10/01 16:13:30 ford_prefect Exp $ - -EAPI=2 - -DESCRIPTION="a small utility library that aims to ease the handling UPnP A/V profiles." -HOMEPAGE="http://gupnp.org/" -SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=net-libs/gupnp-0.13[introspection?]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - $(use_enable introspection) \ - --disable-dependency-tracking \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} |