diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 09:04:02 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 09:11:04 +0100 |
commit | 3c2304e6da69fe91c77c793cff8021ca9840749c (patch) | |
tree | cd85615fe5c0e95f33e1bfe6a51b1455105b4ef5 /dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild | |
parent | dev-java/hessian: treeclean (diff) | |
download | gentoo-3c2304e6da69fe91c77c793cff8021ca9840749c.tar.gz gentoo-3c2304e6da69fe91c77c793cff8021ca9840749c.tar.bz2 gentoo-3c2304e6da69fe91c77c793cff8021ca9840749c.zip |
dev-java/gnu-hylafax: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild')
-rw-r--r-- | dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild b/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild deleted file mode 100644 index 31cf502872d3..000000000000 --- a/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="source doc" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Java API designed to implement the client protocol portion of the hfaxd server" -HOMEPAGE="http://gnu-hylafax.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}-bin.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -CDEPEND="dev-java/commons-logging:0 - dev-java/commons-cli:1 - dev-java/oracle-javamail:0 - dev-java/java-getopt:1 - dev-java/log4j:0" - -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 - ${CDEPEND}" - -JAVA_GENTOO_CLASSPATH=" - commons-logging - commons-cli-1 - oracle-javamail - java-getopt-1 - log4j" - -S="${WORKDIR}/${P}" - -PATCHES=( - "${FILESDIR}"/"${P}"-ClientPool.patch #546502 -) - -java_prepare() { - rm -rv "${S}"/lib || die - find -name "pom.xml" -delete || die - - # tarball contains the same sources in gnu-.../sources and gnu-.../main/ - rm -r gnu-hylafax-*/sources || die - - epatch "${PATCHES[@]}" -} |