diff options
author | 2005-11-05 11:11:04 +0000 | |
---|---|---|
committer | 2005-11-05 11:11:04 +0000 | |
commit | 9bb5b073f16b0cd1a8b820da66eef7f14e693d6d (patch) | |
tree | 3f1d6cc40dcc2c360a48105086f4eb2aadc40353 /dev-java/commons-el | |
parent | Stable on alpha wrt security bug #109213 (diff) | |
download | gentoo-2-9bb5b073f16b0cd1a8b820da66eef7f14e693d6d.tar.gz gentoo-2-9bb5b073f16b0cd1a8b820da66eef7f14e693d6d.tar.bz2 gentoo-2-9bb5b073f16b0cd1a8b820da66eef7f14e693d6d.zip |
Fixed homepage reported in bug 111533.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-el/Manifest | 16 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 5fe823af9168..7d687bc31884 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-el # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.11 2005/05/29 15:47:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.12 2005/11/05 11:11:04 betelgeuse Exp $ + + 05 Nov 2005; Petteri Räty <betelgeuse@gentoo.org> commons-el-1.0.ebuild: + Fixed homepage reported in bug 111533. 29 May 2005; Markus Rothe <corsair@gentoo.org> commons-el-1.0.ebuild: Stable on ppc64 diff --git a/dev-java/commons-el/Manifest b/dev-java/commons-el/Manifest index 7290987a7aef..da749183314e 100644 --- a/dev-java/commons-el/Manifest +++ b/dev-java/commons-el/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 350fe86ee029a150d8593a170abc0922 commons-el-1.0.ebuild 1611 -MD5 55c4e4abeb53c55e4ed5f023298ecacc ChangeLog 1123 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 8ee7e6a962ec66db6bbe20e404046fc7 ChangeLog 1241 +MD5 19d4f6aea348456baa48c4f51deb741f commons-el-1.0.ebuild 1607 MD5 35c69c54a30e1f87340edb6d13bc529b files/digest-commons-el-1.0 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC0SiV/rLF9B432nYRAmpyAKCTn8nVCHL653iyMeDxTx9pD0MzBACgjEPk -3CtqWuDdK2BiEgvbpXc1vN0= -=4FWO ------END PGP SIGNATURE----- +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 diff --git a/dev-java/commons-el/commons-el-1.0.ebuild b/dev-java/commons-el/commons-el-1.0.ebuild index 121e0ed37584..787671a5fc18 100644 --- a/dev-java/commons-el/commons-el-1.0.ebuild +++ b/dev-java/commons-el/commons-el-1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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.ebuild,v 1.12 2005/07/10 13:54:07 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0.ebuild,v 1.13 2005/11/05 11:11:04 betelgeuse Exp $ inherit java-pkg DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache." -HOMEPAGE="http://jakarta.apache.org/commons/el.html" +HOMEPAGE="http://jakarta.apache.org/commons/el/" SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" |