diff options
author | 2006-02-02 16:34:12 +0000 | |
---|---|---|
committer | 2006-02-02 16:34:12 +0000 | |
commit | 9eb1867ae8287a4105868d3477eec05e5db2e6a2 (patch) | |
tree | 850790969f3f52c8ee5e6b1f651e400c435e25ea /media-tv/tvbrowser | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-9eb1867ae8287a4105868d3477eec05e5db2e6a2.tar.gz gentoo-2-9eb1867ae8287a4105868d3477eec05e5db2e6a2.tar.bz2 gentoo-2-9eb1867ae8287a4105868d3477eec05e5db2e6a2.zip |
Add ~amd64 (bug #120087), port dependencies to modular X, and add "themes" to IUSE.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-tv/tvbrowser')
-rw-r--r-- | media-tv/tvbrowser/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-2.1.ebuild | 26 |
2 files changed, 25 insertions, 9 deletions
diff --git a/media-tv/tvbrowser/ChangeLog b/media-tv/tvbrowser/ChangeLog index c4eea25ffac1..f1e0b7d74c6b 100644 --- a/media-tv/tvbrowser/ChangeLog +++ b/media-tv/tvbrowser/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2006/01/24 18:42:10 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.3 2006/02/02 16:34:12 chutzpah Exp $ + + 02 Feb 2006; Patrick McLean <chutzpah@gentoo.org> tvbrowser-2.1.ebuild: + Add ~amd64 keyword (but #120087) and port to modular X. The dependencies for + modular X are based on a ldd of the Java binary libraries as I can't simply + check the links as is normally done since this is a Java application. Also + added "themes" to IUSE. 24 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> tvbrowser-2.1.ebuild: Make ebuild work with other architectures than x86 diff --git a/media-tv/tvbrowser/tvbrowser-2.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.1.ebuild index 09c46d9424c8..54905a3b69e7 100644 --- a/media-tv/tvbrowser/tvbrowser-2.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2 2006/01/24 18:42:10 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.1.ebuild,v 1.3 2006/02/02 16:34:12 chutzpah Exp $ inherit eutils java-pkg libtool flag-o-matic @@ -10,16 +10,26 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip themes? ( http://www.tvbrowser.org/downloads/themepacks/allthemepacks.zip )" SLOT="0" -KEYWORDS="~x86" - -RDEPEND=">=virtual/jre-1.4 - virtual/x11 +KEYWORDS="~x86 ~amd64" + +RDEPEND="|| ( ( x11-libs/libXt + x11-libs/libSM + x11-libs/libICE + x11-libs/libXext + x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + ) + virtual/x11 + ) + >=virtual/jre-1.4 dev-java/junit dev-java/commons-net dev-java/jgoodies-forms dev-java/bsh - dev-java/skinlf - " + dev-java/skinlf" + DEPEND=">=virtual/jdk-1.4 ${RDEPEND} >=dev-java/ant-core-1.5.4 @@ -28,7 +38,7 @@ DEPEND=">=virtual/jdk-1.4 LICENSE="GPL-2" -IUSE="doc source jikes" +IUSE="doc jikes themes source" src_unpack() { unpack ${A} |