diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-11-16 10:24:48 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-11-16 10:24:48 +0000 |
commit | 0294152e3ab1591d9c6ec5a898c374e5b164b167 (patch) | |
tree | f534729def8f390b34766eba8d0cdcac958235c1 /media-tv/tvbrowser/tvbrowser-2.7.1.ebuild | |
parent | Version bump. This time disable some draconic/nearly-idiotic rules. (diff) | |
download | historical-0294152e3ab1591d9c6ec5a898c374e5b164b167.tar.gz historical-0294152e3ab1591d9c6ec5a898c374e5b164b167.tar.bz2 historical-0294152e3ab1591d9c6ec5a898c374e5b164b167.zip |
Cleanup.
Package-Manager: portage-2.2_rc50/cvs/Linux i686
Diffstat (limited to 'media-tv/tvbrowser/tvbrowser-2.7.1.ebuild')
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-2.7.1.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild index 02675d875c04..bb191317e6c3 100644 --- a/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild,v 1.2 2008/11/09 03:23:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild,v 1.3 2009/11/16 10:24:48 zzam Exp $ JAVA_PKG_IUSE="doc source" #WANT_ANT_TASKS="ant-junit" @@ -94,13 +94,6 @@ src_unpack() { # when bumping, check that it doesn't affect lines it shouldn't! sed "/unpacked.dir/d" -i build.xml || die - local J_ARCH - case "${ARCH}" in - x86) J_ARCH=i386 ;; - amd64) J_ARCH=amd64 ;; - *) die "not supported arch for this ebuild" ;; - esac - # disable running of junit tests, because tvbrowserdataservice.file.ChannelListTest fails always sed -i "${S}"/build.xml -e"s:, test: :" |