From 0706fc6986773f4e4d391deff4ad5143c464ea4e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Mar 2019 17:44:59 +0000 Subject: Revert "gentoo resync : 24.03.2019" This reverts commit aa3411e241a201d53a2689766fe419f2756819f3. --- .../channeleditor/channeleditor-1.9.2.1-r2.ebuild | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild (limited to 'media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild') diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild deleted file mode 100644 index f4a7b466a0f7..000000000000 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE=source -inherit desktop eutils java-pkg-2 java-ant-2 xdg - -DESCRIPTION="Editor for VDR channels.conf" -HOMEPAGE="https://sites.google.com/site/reniershomepage/" -SRC_URI="mirror://sourceforge/${PN}/${P/-/_}_src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" - -PATCHES=( - # include localisation changes - "${FILESDIR}"/${P}-messages.properties.patch - "${FILESDIR}"/${P}-messages_en.properties.patch -) - -S="${WORKDIR}/${PN}" - -mainclass() { - # read Main-Class from MANIFEST.MF - sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF" \ - || die "reading Main-Class failed" -} - -src_prepare() { - default - - xdg_environment_reset - - # move files out of build and remove stuff not needed in the package - mv build/* "${S}" || die "cleaning build dir failed" - rm -f src/java/org/javalobby/icons/{README,COPYRIGHT} \ - || die "removing files failed" - - # copy build.xml - cp -f "${FILESDIR}/build-${PV}.xml" build.xml \ - || die "copying build.xml failed" - - # 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) - - use source && java-pkg_dosrc src - - make_desktop_entry channeleditor Channeleditor "" "Utility" -} -- cgit v1.2.3