Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
nelchael 09/01/13 21:12:03
Modified: ChangeLog resin-3.1.8.ebuild
Log:
Fix patching, see bug #254681.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-tuxonice x86_64)
Revision Changes Path
1.82 www-servers/resin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 10 Jan 2009 15:11:35 -0000 1.81
+++ ChangeLog 13 Jan 2009 21:12:03 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/resin
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.81 2009/01/10 15:11:35 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.82 2009/01/13 21:12:03 nelchael Exp $
+
+ 13 Jan 2009; <nelchael@g.o> resin-3.1.8.ebuild:
+ Fix patching, see bug #254681.
*resin-3.1.8 (10 Jan 2009)
1.2 www-servers/resin/resin-3.1.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?r1=1.1&r2=1.2
Index: resin-3.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- resin-3.1.8.ebuild 10 Jan 2009 15:11:35 -0000 1.1
+++ resin-3.1.8.ebuild 13 Jan 2009 21:12:03 -0000 1.2
@@ -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.1.8.ebuild,v 1.1 2009/01/10 15:11:35 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild,v 1.2 2009/01/13 21:12:03 nelchael Exp $
EAPI="1"
@@ -43,15 +43,12 @@
src_unpack() {
unpack ${A}
+
+ cd "${S}"
for i in "${WORKDIR}"/${PV}/resin-${PV}-*; do
epatch "${i}"
done;
- java-ant_bsfix_one "${S}/build.xml"
-
- sed -i -e 's/256m/384m/' "${S}/build.xml"
-
- cd "${S}"
eautoreconf
}
|
|