summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-12-19 04:46:08 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-12-19 04:46:08 +0000
commitb705c57d533b284a496db742eaa6a3e9fdf51077 (patch)
tree7d1cc50a4d50ed8b4a1b37e9d1215a431bfae819 /media-tv/tvbrowser
parentMarked ~hppa (bug #195815). (diff)
downloadgentoo-2-b705c57d533b284a496db742eaa6a3e9fdf51077.tar.gz
gentoo-2-b705c57d533b284a496db742eaa6a3e9fdf51077.tar.bz2
gentoo-2-b705c57d533b284a496db742eaa6a3e9fdf51077.zip
Removed gen1 version.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-tv/tvbrowser')
-rw-r--r--media-tv/tvbrowser/ChangeLog6
-rw-r--r--media-tv/tvbrowser/files/digest-tvbrowser-2.16
-rw-r--r--media-tv/tvbrowser/tvbrowser-2.1.ebuild130
3 files changed, 5 insertions, 137 deletions
diff --git a/media-tv/tvbrowser/ChangeLog b/media-tv/tvbrowser/ChangeLog
index 0633c379339d..5cc0b55fe587 100644
--- a/media-tv/tvbrowser/ChangeLog
+++ b/media-tv/tvbrowser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/tvbrowser
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.20 2007/11/27 10:53:54 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.21 2007/12/19 04:46:08 wltjr Exp $
+
+ 19 Dec 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ -tvbrowser-2.1.ebuild:
+ Removed gen1 version.
27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> tvbrowser-2.1.ebuild,
tvbrowser-2.2.1.ebuild, tvbrowser-2.5.ebuild, tvbrowser-2.5-r1.ebuild:
diff --git a/media-tv/tvbrowser/files/digest-tvbrowser-2.1 b/media-tv/tvbrowser/files/digest-tvbrowser-2.1
deleted file mode 100644
index e890de83d58f..000000000000
--- a/media-tv/tvbrowser/files/digest-tvbrowser-2.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 672a2f53c54511ced3f796c65a9183f7 allthemepacks.zip 210954
-RMD160 6d456534bd504c98eb57ff39876ee2c2ffabee70 allthemepacks.zip 210954
-SHA256 602d229f734c2fa3e2984a2d86faf6c1825d6db56329b00ce25ba1a2eb5b64b7 allthemepacks.zip 210954
-MD5 8852d24f3796e2b104edeee3b59cc0cc tvbrowser-2.1-src.zip 5928402
-RMD160 5918840feec2d09fabaa093de744eed4788756f9 tvbrowser-2.1-src.zip 5928402
-SHA256 8bfec6bd7b7336a6ca539135ec412f968c19ddca7ae13ded9d371c32360467dd tvbrowser-2.1-src.zip 5928402
diff --git a/media-tv/tvbrowser/tvbrowser-2.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.1.ebuild
deleted file mode 100644
index da5519295e03..000000000000
--- a/media-tv/tvbrowser/tvbrowser-2.1.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# 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.7 2007/11/27 10:53:54 zzam Exp $
-
-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/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip
-themes? ( http://www.tvbrowser.org/downloads/themepacks/allthemepacks.zip )"
-
-SLOT="0"
-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/jre-1.4
- dev-java/junit
- dev-java/commons-net
- dev-java/jgoodies-forms
- dev-java/bsh
- dev-java/skinlf"
-
-DEPEND=">=virtual/jdk-1.4
- ${RDEPEND}
- >=dev-java/ant-core-1.5.4
- app-arch/unzip
- source? ( app-arch/zip )"
-
-LICENSE="GPL-2"
-
-IUSE="doc jikes themes source"
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}"/${P}-makefiles.patch
-
- local J_ARCH
- case "${ARCH}" in
- x86) J_ARCH=i386 ;;
- amd64) J_ARCH=amd64 ;;
- *) die "not supported arch for this ebuild" ;;
- esac
-
- sed -i "${S}"/deployment/x11/src/Makefile.am \
- -e "s-/lib/i386/-/lib/${J_ARCH}/-"
-
- cd "${S}"/lib
- rm *.jar
-
- java-pkg_jar-from junit
- java-pkg_jar-from commons-net
- java-pkg_jar-from jgoodies-forms forms.jar forms-1.0.5.jar
- java-pkg_jar-from bsh bsh.jar bsh-2.0b1.jar
- java-pkg_jar-from skinlf
-
- cd "${S}"/deployment/x11
- rm configure
-
- eautoreconf
-}
-
-src_compile() {
- local antflags="runtime-linux"
- use doc && antflags="${antflags} public-doc"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- cd "${S}"
- mkdir public
- ant ${antflags} || die "compilation failed !"
-
- # second part: systray-module
- cd "${S}"/deployment/x11
- append-flags -fPIC
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- use source && java-pkg_dosrc src/*
- use doc && java-pkg_dohtml -r doc/*
- cd runtime/${PN}_linux
-
- java-pkg_dojar ${PN}.jar
-
- local todir="/usr/share/${PN}"
- if [ ${SLOT}q != "0q" ] ; then
- todir="${todir}-${SLOT}"
- fi
-
- cp -a imgs "${D}"/${todir}
- cp -a plugins "${D}"/${todir}
- cp linux.properties "${D}"/${todir}
-
- cp libDesktopIndicator.so "${D}"/${todir}
-
- mkdir "${D}/usr/share/${PN}-themepacks"
- cp themepacks/themepack.zip "${D}/usr/share/${PN}-themepacks"
-
- if use themes; then
- cd "${D}/usr/share/${PN}-themepacks"
- unpack allthemepacks.zip
- fi
-
- mkdir "${D}"/${todir}/bin
-
- echo "#!/bin/bash" > "${D}/${todir}/bin/tvbrowser.sh"
- echo "cd ${todir}" >> "${D}/${todir}/bin/tvbrowser.sh"
- echo "export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${todir}" >> "${D}/${todir}/bin/tvbrowser.sh"
- echo "\$(java-config -J) -jar lib/tvbrowser.jar" >> "${D}/${todir}/bin/tvbrowser.sh"
- chmod +x "${D}/${todir}/bin/tvbrowser.sh"
-
- dodir /usr/bin
- dosym ${todir}/bin/tvbrowser.sh /usr/bin/tvbrowser
-}
-
-pkg_postinst() {
- elog
- elog "If you want Systray you have to use a jre >= 1.5 !"
- elog
-}