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
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Petteri Raty (betelgeuse)" <betelgeuse@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-java/commons-beanutils: ChangeLog commons-beanutils-1.6.1-r3.ebuild
|
|
Date:
|
Wed, 05 Mar 2008 20:31:34 +0000
|
|
betelgeuse 08/03/05 20:31:34
Modified: ChangeLog commons-beanutils-1.6.1-r3.ebuild
Log:
RESTRICT tests so that the ebuild works with the upcoming generic src_test.
(Portage version: 2.1.4.4)
Revision Changes Path
1.41 dev-java/commons-beanutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 5 Mar 2008 19:34:55 -0000 1.40
+++ ChangeLog 5 Mar 2008 20:31:34 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-beanutils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.40 2008/03/05 19:34:55 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/ChangeLog,v 1.41 2008/03/05 20:31:34 betelgeuse Exp $
+
+ 05 Mar 2008; Petteri Räty <betelgeuse@g.o>
+ commons-beanutils-1.6.1-r3.ebuild:
+ RESTRICT tests so that the ebuild works with the upcoming generic src_test.
05 Mar 2008; Petteri Räty <betelgeuse@g.o>
commons-beanutils-1.7.0-r3.ebuild:
1.12 dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild?r1=1.11&r2=1.12
Index: commons-beanutils-1.6.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- commons-beanutils-1.6.1-r3.ebuild 17 May 2007 20:16:39 -0000 1.11
+++ commons-beanutils-1.6.1-r3.ebuild 5 Mar 2008 20:31:34 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.11 2007/05/17 20:16:39 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.12 2008/03/05 20:31:34 betelgeuse Exp $
JAVA_PKG_IUSE="doc source"
@@ -25,6 +25,9 @@
S="${WORKDIR}/${P}-src"
+# These fail but work in 1.7 so don't bother fixing.
+RESTRICT="test"
+
src_unpack() {
unpack ${A}
cd "${S}"
--
gentoo-commits@g.o mailing list
|
|