summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/sablecc/sablecc-3.2.ebuild')
-rw-r--r--dev-java/sablecc/sablecc-3.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-java/sablecc/sablecc-3.2.ebuild b/dev-java/sablecc/sablecc-3.2.ebuild
deleted file mode 100644
index 58313f0f78d2..000000000000
--- a/dev-java/sablecc/sablecc-3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4"
-
-src_unpack() {
- unpack ${A}
- rm -v "${S}"/lib/*.jar || die
-}
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-
-src_install() {
- java-pkg_dojar lib/*
-
- dobin "${FILESDIR}"/${PN}
-
- dodoc AUTHORS THANKS || die
- dohtml README.html || die
- use source && java-pkg_dosrc src/*
-}