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
ali_bush 10/04/28 12:05:35
Modified: ChangeLog java-config-2.1.11.ebuild
Log:
Update 2.1.11 based on suggestions from Arfrever.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.242 dev-java/java-config/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.241&r2=1.242
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 28 Apr 2010 11:50:52 -0000 1.241
+++ ChangeLog 28 Apr 2010 12:05:35 -0000 1.242
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/java-config
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.241 2010/04/28 11:50:52 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.242 2010/04/28 12:05:35 ali_bush Exp $
+
+ 29 Apr 2010; Alistair Bush <ali_bush@g.o>
+ java-config-2.1.11.ebuild:
+ Update 2.1.11 based on suggestions from Arfrever.
*java-config-2.1.11 (28 Apr 2010)
1.2 dev-java/java-config/java-config-2.1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild?r1=1.1&r2=1.2
Index: java-config-2.1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- java-config-2.1.11.ebuild 28 Apr 2010 11:50:52 -0000 1.1
+++ java-config-2.1.11.ebuild 28 Apr 2010 12:05:35 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild,v 1.1 2010/04/28 11:50:52 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.11.ebuild,v 1.2 2010/04/28 12:05:35 ali_bush Exp $
EAPI="2"
-NEED_PYTHON="2.4"
+PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
inherit fdo-mime gnome2-utils distutils eutils
@@ -21,14 +21,10 @@
RDEPEND=">=dev-java/java-config-wrapper-0.15"
# Tests fail when java-config isn't already installed.
RESTRICT="test"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="2.4 2.5"
PYTHON_MODNAME="java_config_2"
-src_prepare() {
- sed -e "s/if not self.dry_run/& and not os.path.exists(s)/" -i setup.py || die "sed failed"
-}
-
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" src/run-test-suite.py
|
|