diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-30 22:23:12 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-30 22:24:35 +0000 |
commit | e68d73800415dc102e2074dd30e4effdba1dca2a (patch) | |
tree | dbca458fc1b5fa1e3ac9b02160e565455db6a07a /dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild | |
parent | dev-java/myfaces-api: Initial import. Fixes bug 217285. (diff) | |
download | gentoo-e68d73800415dc102e2074dd30e4effdba1dca2a.tar.gz gentoo-e68d73800415dc102e2074dd30e4effdba1dca2a.tar.bz2 gentoo-e68d73800415dc102e2074dd30e4effdba1dca2a.zip |
dev-java/myfaces-builder-annotations: Initial import. Fixes bug 217285.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild')
-rw-r--r-- | dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild b/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild new file mode 100644 index 000000000000..3842b243c787 --- /dev/null +++ b/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Apache MyFaces API - Builder annotations package" +HOMEPAGE="http://myfaces.apache.org/" +SRC_URI="http://repo1.maven.org/maven2/org/apache/myfaces/buildtools/${PN}/${PV}/${P}-sources.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +IUSE="" + +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6 + app-arch/unzip" |