dev-java/sablecc: Clean up old.

Package-Manager: portage-2.2.26
This commit is contained in:
Patrice Clement
2016-04-04 09:01:25 +00:00
parent 3d26143ba4
commit 68e0c9aa90

View File

@@ -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/*
}