diff options
Diffstat (limited to 'dev-java/snakeyaml/snakeyaml-1.9-r1.ebuild')
-rw-r--r-- | dev-java/snakeyaml/snakeyaml-1.9-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-java/snakeyaml/snakeyaml-1.9-r1.ebuild b/dev-java/snakeyaml/snakeyaml-1.9-r1.ebuild deleted file mode 100644 index 3dcba854fa24..000000000000 --- a/dev-java/snakeyaml/snakeyaml-1.9-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A YAML 1.1 parser and emitter for Java 5" -HOMEPAGE="https://bitbucket.org/asomov/snakeyaml" -SRC_URI="https://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip" - -LICENSE="Apache-2.0" -SLOT="1.9" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=virtual/jdk-1.5" -RDEPEND=">=virtual/jre-1.5" - -S="${WORKDIR}/${PN}" -JAVA_SRC_DIR="src/main/java" - -java_prepare() { - find "${WORKDIR}" -name '*.class' -exec rm {} + - - # Easier to use java-pkg-simple. - rm -v pom.xml || die -} - -src_install() { - java-pkg-simple_src_install - dodoc AUTHORS src/etc/announcement.msg -} |