diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 08:50:19 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-21 09:10:24 +0100 |
commit | 3627eff7d925552e4b42ccf2c5ad82b2ba0001f3 (patch) | |
tree | 5891413d01eeeab5e32ad1d2b8fb94bec348c0f1 /dev-java/snip/snip-0.11-r1.ebuild | |
parent | dev-java/spice-jndikit: treeclean (diff) | |
download | gentoo-3627eff7d925552e4b42ccf2c5ad82b2ba0001f3.tar.gz gentoo-3627eff7d925552e4b42ccf2c5ad82b2ba0001f3.tar.bz2 gentoo-3627eff7d925552e4b42ccf2c5ad82b2ba0001f3.zip |
dev-java/snip: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/snip/snip-0.11-r1.ebuild')
-rw-r--r-- | dev-java/snip/snip-0.11-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-java/snip/snip-0.11-r1.ebuild b/dev-java/snip/snip-0.11-r1.ebuild deleted file mode 100644 index 84d3a8aaabe3..000000000000 --- a/dev-java/snip/snip-0.11-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="an Apache ANT optional task that extracts snippets of code from text files" -HOMEPAGE="http://www.martiansoftware.com/lab/snip.html" -SRC_URI="http://www.martiansoftware.com/lab/${PN}/${P}-src.zip -> ${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" - -CDEPEND="dev-java/ant-core:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - app-arch/unzip - >=virtual/jdk-1.6 - source? ( app-arch/zip )" - -JAVA_GENTOO_CLASSPATH="ant-core" - -java_prepare() { - java-pkg_clean -} |