diff options
-rw-r--r-- | dev-java/sablecc/sablecc-3.7.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-java/sablecc/sablecc-3.7.ebuild b/dev-java/sablecc/sablecc-3.7.ebuild deleted file mode 100644 index 123bcfdd5928..000000000000 --- a/dev-java/sablecc/sablecc-3.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Java based compiler / parser generator" -HOMEPAGE="http://www.sablecc.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" - -java_prepare() { - rm -v "${S}"/lib/*.jar || die -} - -src_install() { - java-pkg_dojar lib/* - - dobin "${FILESDIR}"/${PN} - - dodoc AUTHORS THANKS - dohtml README.html - - use source && java-pkg_dosrc src/* -} |