dev-java/jupidator: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-04-13 20:36:52 +02:00
parent 9edf404822
commit d8d463bda2
2 changed files with 0 additions and 46 deletions

View File

@@ -1,2 +1 @@
DIST jupidator-0.6.0.tar.bz2 253170 BLAKE2B 0a32df25c2885115ba914ecbcad8d8c426893eace2f8067a3f6c858ae15f3573e9106693694acc9179fe6841e5f3a664a0b1038cbda001dbbee08b475914d29b SHA512 5e96831ca41b6871eb5f6c883c21eae17474844a74fc5e103b534d6e225d0a16ef98149da1d52728e737607eb7ece586f05aafa0a0ada29c4c28ff3e078a2415
DIST jupidator.0.6.0.tar.bz2 253170 BLAKE2B 0a32df25c2885115ba914ecbcad8d8c426893eace2f8067a3f6c858ae15f3573e9106693694acc9179fe6841e5f3a664a0b1038cbda001dbbee08b475914d29b SHA512 5e96831ca41b6871eb5f6c883c21eae17474844a74fc5e103b534d6e225d0a16ef98149da1d52728e737607eb7ece586f05aafa0a0ada29c4c28ff3e078a2415

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
JAVA_PKG_IUSE="doc source"
WANT_ANT_TASKS="ant-nodeps"
inherit java-pkg-2 java-ant-2 eutils
MY_P="${PN}.${PV}"
DESCRIPTION="Jupidator is a library/tool in Java for automatic updating of applications"
HOMEPAGE="http://www.sourceforge.net/projects/jupidator"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5
dev-java/ant-core"
DEPEND=">=virtual/jdk-1.5
dev-java/ant-core
doc? ( app-text/xmlto )
sys-devel/gettext"
S="${WORKDIR}/${PN}"
java_prepare() {
rm -v dist/*.jar || die
rm -rv src/java/org/apache/tools/bzip2 || die
#Bundled ant classes
java-ant_rewrite-classpath nbproject/build-impl.xml
chmod +x i18n/make.sh || die
}
src_compile() {
ANT_TASKS="ant-nodeps" eant -Dgentoo.classpath="$(java-pkg_getjars ant-core)" compile jar
}
src_install() {
java-pkg_dojar dist/${PN}.jar
use doc && java-pkg_dohtml -r dist/doc
use source && java-pkg_dosrc src/java/com
}