diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-04 15:54:41 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-04 15:54:41 +0000 |
commit | a495fe7dc12c6921e453633e4737c6b847ba0d0c (patch) | |
tree | b1f9c97bf6c6608ea5fc39c43c7d45bde831d3f3 /media-tv | |
parent | Fix broken autotools handling. (diff) | |
download | gentoo-2-a495fe7dc12c6921e453633e4737c6b847ba0d0c.tar.gz gentoo-2-a495fe7dc12c6921e453633e4737c6b847ba0d0c.tar.bz2 gentoo-2-a495fe7dc12c6921e453633e4737c6b847ba0d0c.zip |
Added WANT_AUTO* (Flameeyes), removed jikes use-flag (Caster).
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvbrowser/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-2.1.ebuild | 12 | ||||
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-2.2.1.ebuild | 10 |
3 files changed, 19 insertions, 11 deletions
diff --git a/media-tv/tvbrowser/ChangeLog b/media-tv/tvbrowser/ChangeLog index 187fb63ae48a..800342277447 100644 --- a/media-tv/tvbrowser/ChangeLog +++ b/media-tv/tvbrowser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/tvbrowser -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.5 2006/10/20 10:40:59 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.6 2007/01/04 15:54:41 zzam Exp $ + + 04 Jan 2007; Matthias Schwarzott <zzam@gentoo.org> tvbrowser-2.1.ebuild, + tvbrowser-2.2.1.ebuild: + Added WANT_AUTO* (Flameeyes), removed jikes use-flag (Caster). 20 Oct 2006; Matthias Schwarzott <zzam@gentoo.org> tvbrowser-2.2.1.ebuild: Readded the allthemes SRC_URI, due to Bernd Pachur <valirion@thybaria.de>, diff --git a/media-tv/tvbrowser/tvbrowser-2.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.1.ebuild index 54905a3b69e7..47956ded9405 100644 --- a/media-tv/tvbrowser/tvbrowser-2.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-2.1.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.1.ebuild,v 1.3 2006/02/02 16:34:12 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.1.ebuild,v 1.4 2007/01/04 15:54:41 zzam Exp $ -inherit eutils java-pkg libtool flag-o-matic +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils java-pkg flag-o-matic autotools DESCRIPTION="Themeable and easy to use TV Guide - written in Java" HOMEPAGE="http://www.tvbrowser.org/" @@ -67,8 +70,7 @@ src_unpack() { cd ${S}/deployment/x11 rm configure - libtoolize --copy --force - autoreconf + eautoreconf } src_compile() { diff --git a/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild index 3d1919e4cc98..d5816ebc6632 100644 --- a/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild @@ -1,6 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild,v 1.2 2006/10/20 10:40:59 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild,v 1.3 2007/01/04 15:54:41 zzam Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit eutils java-pkg-2 java-ant-2 autotools flag-o-matic @@ -40,7 +43,7 @@ DEPEND=">=virtual/jdk-1.4 LICENSE="GPL-2" -IUSE="doc jikes themes source" +IUSE="doc themes source" src_unpack() { unpack ${P}-src.zip @@ -85,7 +88,6 @@ src_unpack() { src_compile() { local antflags="runtime-linux" use doc && antflags="${antflags} public-doc" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" cd ${S} mkdir public eant ${antflags} |