diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-03 15:11:04 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-03 15:11:04 +0000 |
commit | 5780b2db26d2751b5359c730bdf80e00867453bb (patch) | |
tree | f9bae970866c655da5e456012b4c77ee99e47b44 /www-servers/resin | |
parent | amd64/x86 stable, bug #267986 (diff) | |
download | gentoo-2-5780b2db26d2751b5359c730bdf80e00867453bb.tar.gz gentoo-2-5780b2db26d2751b5359c730bdf80e00867453bb.tar.bz2 gentoo-2-5780b2db26d2751b5359c730bdf80e00867453bb.zip |
Revision bump, use latest set of patches including patch for boot classpath.
(Portage version: 2.1.6.12/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/resin')
-rw-r--r-- | www-servers/resin/ChangeLog | 9 | ||||
-rw-r--r-- | www-servers/resin/resin-3.2.1-r2.ebuild (renamed from www-servers/resin/resin-3.2.1-r1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www-servers/resin/ChangeLog b/www-servers/resin/ChangeLog index d390efabfe33..a078b064ad4a 100644 --- a/www-servers/resin/ChangeLog +++ b/www-servers/resin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-servers/resin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.86 2009/05/01 22:40:16 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.87 2009/05/03 15:11:04 nelchael Exp $ + +*resin-3.2.1-r2 (03 May 2009) + + 03 May 2009; Krzysiek Pawlik <nelchael@gentoo.org> -resin-3.2.1-r1.ebuild, + +resin-3.2.1-r2.ebuild: + Revision bump, use latest set of patches including patch for boot + classpath. *resin-3.2.1-r1 (01 May 2009) diff --git a/www-servers/resin/resin-3.2.1-r1.ebuild b/www-servers/resin/resin-3.2.1-r2.ebuild index c55ad13d43a1..f4b6de6d4d96 100644 --- a/www-servers/resin/resin-3.2.1-r1.ebuild +++ b/www-servers/resin/resin-3.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r1.ebuild,v 1.1 2009/05/01 22:40:16 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.2.1-r2.ebuild,v 1.1 2009/05/03 15:11:04 nelchael Exp $ EAPI="2" @@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2 eutils flag-o-matic multilib autotools DESCRIPTION="A fast Servlet 2.5 and JSP 2.0 engine." HOMEPAGE="http://www.caucho.com" SRC_URI="http://www.caucho.com/download/${P}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" + mirror://gentoo/resin-gentoo-patches-${PV}-r1.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="admin" |