diff options
author | 2011-12-19 12:49:28 +0000 | |
---|---|---|
committer | 2011-12-19 12:49:28 +0000 | |
commit | 545b35e848b01ec8768b6099dff2d1753be27025 (patch) | |
tree | aee809519a47201c1c986d227bb3294c00ff3045 /dev-java/commons-el | |
parent | Fix homepage wrt #202445. (diff) | |
download | gentoo-2-545b35e848b01ec8768b6099dff2d1753be27025.tar.gz gentoo-2-545b35e848b01ec8768b6099dff2d1753be27025.tar.bz2 gentoo-2-545b35e848b01ec8768b6099dff2d1753be27025.zip |
Fix homepage wrt #202445. Add missing IUSE to please repoman.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r2.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 473e3b61b2df..cc219ae285f0 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-el # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.27 2011/04/14 20:28:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.28 2011/12/19 12:49:28 sera Exp $ + + 19 Dec 2011; Ralph Sennhauser <sera@gentoo.org> commons-el-1.0-r1.ebuild, + commons-el-1.0-r2.ebuild: + Fix homepage wrt #202445. Add missing IUSE to please repoman. 14 Apr 2011; Brent Baude <ranger@gentoo.org> commons-el-1.0-r2.ebuild: Marking commons-el-1.0-r2 ppc for bug 334211 diff --git a/dev-java/commons-el/commons-el-1.0-r1.ebuild b/dev-java/commons-el/commons-el-1.0-r1.ebuild index 4d4aab55084d..cd046e78c18e 100644 --- a/dev-java/commons-el/commons-el-1.0-r1.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r1.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.9 2008/01/14 10:46:39 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.10 2011/12/19 12:49:28 sera Exp $ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache." -HOMEPAGE="http://jakarta.apache.org/commons/el/" +HOMEPAGE="http://commons.apache.org/el/" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd" +IUSE="" COMMON_DEP="~dev-java/servletapi-2.4" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" diff --git a/dev-java/commons-el/commons-el-1.0-r2.ebuild b/dev-java/commons-el/commons-el-1.0-r2.ebuild index 36ecc16ccb48..0a3768bf0214 100644 --- a/dev-java/commons-el/commons-el-1.0-r2.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r2.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r2.ebuild,v 1.6 2011/04/14 20:28:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r2.ebuild,v 1.7 2011/12/19 12:49:28 sera Exp $ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 java-osgi DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache." -HOMEPAGE="http://jakarta.apache.org/commons/el/" +HOMEPAGE="http://commons.apache.org/el/" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +IUSE="" COMMON_DEP="~dev-java/servletapi-2.4" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" |