Skip to content

Commit

Permalink
dev-java/pat: Stable for amd64+x86.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
monsieurp committed May 12, 2016
1 parent a0d1c33 commit 3fee483
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dev-java/pat/pat-1.5.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

JAVA_PKG_IUSE="doc source"
Expand All @@ -11,19 +10,17 @@ inherit versionator java-pkg-2 java-pkg-simple
MY_PV=$(delete_all_version_separators)
MAJORMINOR=$(get_version_component_range 1-2)
DOC_VER=$(delete_all_version_separators ${MAJORMINOR})
MY_P="${PN}-${PV}"

DESCRIPTION="Regular Expressions in Java"
HOMEPAGE="http://www.javaregex.com"
SRC_URI="http://www.javaregex.com/binaries/${PN}srcfree${MY_PV}.jar -> ${P}.jar"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"

RDEPEND="
>=virtual/jre-1.6"

DEPEND="
>=virtual/jdk-1.6
app-arch/unzip"
>=virtual/jdk-1.6"

0 comments on commit 3fee483

Please sign in to comment.