diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:24:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:24:27 +0000 |
commit | aaea5eb6b86bdeaf936e2cc30ff21e02ea71b1a7 (patch) | |
tree | 436dbec2f9cfa95171ad42a7777e5fc6676defc9 /media-libs/bio2jack | |
parent | Mask jack USE flag for audacious-plugins so that we can drop from stable the ... (diff) | |
download | gentoo-2-aaea5eb6b86bdeaf936e2cc30ff21e02ea71b1a7.tar.gz gentoo-2-aaea5eb6b86bdeaf936e2cc30ff21e02ea71b1a7.tar.bz2 gentoo-2-aaea5eb6b86bdeaf936e2cc30ff21e02ea71b1a7.zip |
Remove old versions (yes this means removing stable versions) as they are generated from prebuild tarballs that are not properly cleared out, add new revision that clears out the prebuilt files before proceeding, and also work when automake 1.9 is not installed in the system.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/bio2jack')
-rw-r--r-- | media-libs/bio2jack/ChangeLog | 11 | ||||
-rw-r--r-- | media-libs/bio2jack/bio2jack-0.4.ebuild | 35 | ||||
-rw-r--r-- | media-libs/bio2jack/bio2jack-0.7.ebuild | 35 | ||||
-rw-r--r-- | media-libs/bio2jack/bio2jack-0.9-r1.ebuild (renamed from media-libs/bio2jack/bio2jack-0.9.ebuild) | 16 |
4 files changed, 24 insertions, 73 deletions
diff --git a/media-libs/bio2jack/ChangeLog b/media-libs/bio2jack/ChangeLog index 2616a4d3fda1..706262b2fdb3 100644 --- a/media-libs/bio2jack/ChangeLog +++ b/media-libs/bio2jack/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-libs/bio2jack # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.36 2010/10/14 07:30:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.37 2010/12/02 18:24:24 flameeyes Exp $ + +*bio2jack-0.9-r1 (02 Dec 2010) + + 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> -bio2jack-0.4.ebuild, + -bio2jack-0.7.ebuild, -bio2jack-0.9.ebuild, +bio2jack-0.9-r1.ebuild: + Remove old versions (yes this means removing stable versions) as they are + generated from prebuild tarballs that are not properly cleared out, add new + revision that clears out the prebuilt files before proceeding, and also work + when automake 1.9 is not installed in the system. 14 Oct 2010; Tim Harder <radhermit@gentoo.org> bio2jack-0.9.ebuild: Remove --disable-dependency-tracking as it causes the static-libs USE flag diff --git a/media-libs/bio2jack/bio2jack-0.4.ebuild b/media-libs/bio2jack/bio2jack-0.4.ebuild deleted file mode 100644 index 9a0ffd4208c5..000000000000 --- a/media-libs/bio2jack/bio2jack-0.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.4.ebuild,v 1.10 2006/10/28 00:25:12 flameeyes Exp $ - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.8" - -inherit autotools - -DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK" -HOMEPAGE="http://bio2jack.sourceforge.net/" -SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=media-sound/jack-audio-connection-kit-0.80" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die - dobin bio2jack-config - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/media-libs/bio2jack/bio2jack-0.7.ebuild b/media-libs/bio2jack/bio2jack-0.7.ebuild deleted file mode 100644 index 02845bc9fba7..000000000000 --- a/media-libs/bio2jack/bio2jack-0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.7.ebuild,v 1.15 2010/01/15 09:21:51 fauli Exp $ - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.8" - -inherit autotools - -DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK" -HOMEPAGE="http://bio2jack.sourceforge.net/" -SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=">=media-sound/jack-audio-connection-kit-0.80" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dobin bio2jack-config || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/media-libs/bio2jack/bio2jack-0.9.ebuild b/media-libs/bio2jack/bio2jack-0.9-r1.ebuild index 009f6924ba7b..a6d1893eead5 100644 --- a/media-libs/bio2jack/bio2jack-0.9.ebuild +++ b/media-libs/bio2jack/bio2jack-0.9-r1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.9.ebuild,v 1.3 2010/10/14 07:30:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild,v 1.1 2010/12/02 18:24:24 flameeyes Exp $ EAPI="3" +inherit autotools + DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK" HOMEPAGE="http://bio2jack.sourceforge.net/" SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" @@ -19,8 +21,18 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} +src_prepare() { + # upstream does not provide a real release, it releases a tarball + # with a _prebuilt_ copy of bio2jack. Drop all of the built stuff + # and recreate autotools from scratch, then build. + rm -rf *.a *.o *.la *.lo .libs .deps Makefile config.{log,status} stamp-h1 stamp || die + + eautoreconf +} + src_configure() { econf \ + --disable-dependency-tracking \ --enable-shared \ $(use_enable static-libs static) } @@ -28,5 +40,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" dobin bio2jack-config || die - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README || die } |