diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-30 12:46:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-30 12:46:46 +0000 |
commit | 6b23e75e4e403366a9aac4e88dc62f877e4d2fe4 (patch) | |
tree | 77f6b8429d8af82d8379dc3ffedf1ac31e6b0892 /net-libs/farsight2 | |
parent | Version bump. (diff) | |
download | gentoo-2-6b23e75e4e403366a9aac4e88dc62f877e4d2fe4.tar.gz gentoo-2-6b23e75e4e403366a9aac4e88dc62f877e4d2fe4.tar.bz2 gentoo-2-6b23e75e4e403366a9aac4e88dc62f877e4d2fe4.zip |
Version bump, remove old.
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/farsight2')
-rw-r--r-- | net-libs/farsight2/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/farsight2/farsight2-0.0.31.ebuild (renamed from net-libs/farsight2/farsight2-0.0.26.ebuild) | 25 |
2 files changed, 20 insertions, 14 deletions
diff --git a/net-libs/farsight2/ChangeLog b/net-libs/farsight2/ChangeLog index a0f0527ba150..ff0f8940e27d 100644 --- a/net-libs/farsight2/ChangeLog +++ b/net-libs/farsight2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/farsight2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.63 2012/05/05 02:54:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.64 2012/06/30 12:46:46 pacho Exp $ + +*farsight2-0.0.31 (30 Jun 2012) + + 30 Jun 2012; Pacho Ramos <pacho@gentoo.org> +farsight2-0.0.31.ebuild, + -farsight2-0.0.26.ebuild: + Version bump, remove old. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> farsight2-0.0.26.ebuild, farsight2-0.0.29.ebuild: @@ -237,4 +243,3 @@ 10 May 2009; Arun Raghavan <ford_prefect@gentoo.org> +farsight2-0.0.9.ebuild, +metadata.xml: Initial commit - diff --git a/net-libs/farsight2/farsight2-0.0.26.ebuild b/net-libs/farsight2/farsight2-0.0.31.ebuild index b60f01190577..ab5db86b7b32 100644 --- a/net-libs/farsight2/farsight2-0.0.26.ebuild +++ b/net-libs/farsight2/farsight2-0.0.31.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.26.ebuild,v 1.7 2012/05/05 02:54:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.31.ebuild,v 1.1 2012/06/30 12:46:46 pacho Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" inherit python @@ -12,16 +12,18 @@ HOMEPAGE="http://farsight.freedesktop.org/" SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="python test msn upnp" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="python msn upnp" +# IUSE="python test msn upnp" + SLOT="0" # Tests often fail due to races RESTRICT="test" -COMMONDEPEND=">=media-libs/gstreamer-0.10.26 - >=media-libs/gst-plugins-base-0.10.26 - >=dev-libs/glib-2.16:2 +COMMONDEPEND=">=media-libs/gstreamer-0.10.33 + >=media-libs/gst-plugins-base-0.10.33 + >=dev-libs/glib-2.26:2 >=net-libs/libnice-0.1.0[gstreamer] python? ( >=dev-python/pygobject-2.16:2 @@ -34,9 +36,9 @@ RDEPEND="${COMMONDEPEND} msn? ( >=media-plugins/gst-plugins-mimic-0.10.17 )" DEPEND="${COMMONDEPEND} - test? ( media-plugins/gst-plugins-vorbis - media-plugins/gst-plugins-speex ) - virtual/pkgconfig" + virtual/pkgconfig" +# test? ( media-plugins/gst-plugins-vorbis +# media-plugins/gst-plugins-speex ) pkg_setup() { python_set_active_version 2 @@ -52,8 +54,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS README ChangeLog + default # Remove .la files since static libs are no longer being installed find "${D}" -name '*.la' -exec rm -f '{}' + || die |