summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-03-16 17:37:49 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-03-16 17:37:49 +0000
commit485378cf65d543e1c7a32d166ec8577f2861a2df (patch)
tree02871c29605b3d4441ae58cccce391b9375ed223 /media-tv
parentVersion bump (diff)
downloadgentoo-2-485378cf65d543e1c7a32d166ec8577f2861a2df.tar.gz
gentoo-2-485378cf65d543e1c7a32d166ec8577f2861a2df.tar.bz2
gentoo-2-485378cf65d543e1c7a32d166ec8577f2861a2df.zip
Remove old.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/channeleditor/ChangeLog6
-rw-r--r--media-tv/channeleditor/channeleditor-1.9.2.1.ebuild51
-rw-r--r--media-tv/channeleditor/channeleditor-1.9.2.ebuild51
3 files changed, 5 insertions, 103 deletions
diff --git a/media-tv/channeleditor/ChangeLog b/media-tv/channeleditor/ChangeLog
index 1aaaaa0ba351..5b66916ce886 100644
--- a/media-tv/channeleditor/ChangeLog
+++ b/media-tv/channeleditor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/channeleditor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.7 2010/02/11 22:51:12 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.8 2010/03/16 17:37:49 billie Exp $
+
+ 16 Mar 2010; Daniel Pielmeier <billie@gentoo.org>
+ -channeleditor-1.9.2.ebuild, -channeleditor-1.9.2.1.ebuild:
+ Remove old.
11 Feb 2010; Vlastimil Babka <caster@gentoo.org>
channeleditor-1.9.2.1-r1.ebuild:
diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1.ebuild
deleted file mode 100644
index 44ee3ba22412..000000000000
--- a/media-tv/channeleditor/channeleditor-1.9.2.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1.ebuild,v 1.1 2008/06/18 19:42:35 zzam Exp $
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Editor for VDR channels.conf"
-HOMEPAGE="http://renier.re.funpic.de/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}_src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${PN}"
-
-mainclass() {
- # read Main-Class from MANIFEST.MF
- sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # move files out of build and remove stuff not needed in the package
- mv build/* "${S}"
- rm -f src/java/org/javalobby/icons/{README,COPYRIGHT}
-
- # copy build.xml
- cp -f "${FILESDIR}/build.xml" build.xml
-
- # convert CRLF to LF
- edos2unix MANIFEST.MF
-}
-
-src_compile() {
- eant build -Dmanifest.mainclass=$(mainclass)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- java-pkg_dolauncher ${PN} --main $(mainclass)
-
- make_desktop_entry channeleditor Channeleditor "" "Utility" || \
- die "Couldn't make desktop entry"
-}
diff --git a/media-tv/channeleditor/channeleditor-1.9.2.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.ebuild
deleted file mode 100644
index 55edd027ca51..000000000000
--- a/media-tv/channeleditor/channeleditor-1.9.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.ebuild,v 1.3 2008/06/22 15:41:32 maekke Exp $
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Editor for VDR channels.conf"
-HOMEPAGE="http://renier.re.funpic.de/"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}_src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${PN}"
-
-mainclass() {
- # read Main-Class from MANIFEST.MF
- sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # move files out of build and remove stuff not needed in the package
- mv build/* "${S}"
- rm -f src/java/org/javalobby/icons/{README,COPYRIGHT}
-
- # copy build.xml
- cp -f "${FILESDIR}/build.xml" build.xml
-
- # convert CRLF to LF
- edos2unix MANIFEST.MF
-}
-
-src_compile() {
- eant build -Dmanifest.mainclass=$(mainclass)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- java-pkg_dolauncher ${PN} --main $(mainclass)
-
- make_desktop_entry channeleditor Channeleditor "" "Utility" || \
- die "Couldn't make desktop entry"
-}