From 0294152e3ab1591d9c6ec5a898c374e5b164b167 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Mon, 16 Nov 2009 10:24:48 +0000 Subject: Cleanup. Package-Manager: portage-2.2_rc50/cvs/Linux i686 --- media-tv/tvbrowser/tvbrowser-2.7.1.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'media-tv/tvbrowser/tvbrowser-2.7.1.ebuild') 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: :" -- cgit v1.2.3-65-gdbad