* [gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.9.1.ebuild ChangeLog
@ 2012-01-26 7:14 Alistair Bush (ali_bush)
0 siblings, 0 replies; 2+ messages in thread
From: Alistair Bush (ali_bush) @ 2012-01-26 7:14 UTC (permalink / raw
To: gentoo-commits
ali_bush 12/01/26 07:14:50
Modified: scala-2.9.1.ebuild ChangeLog
Log:
Fix qa warning about old check_reqs function
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-lang/scala/scala-2.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?r1=1.1&r2=1.2
Index: scala-2.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scala-2.9.1.ebuild 25 Jan 2012 19:06:57 -0000 1.1
+++ scala-2.9.1.ebuild 26 Jan 2012 07:14:50 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v 1.1 2012/01/25 19:06:57 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v 1.2 2012/01/26 07:14:50 ali_bush Exp $
EAPI="3"
JAVA_PKG_IUSE="doc examples source"
@@ -49,9 +49,9 @@
ewarn "If you are unable to build from sources, please try USE=binary"
ewarn "for this package. See bug #181390 for more information."
- CHECKREQS_MEMORY="1532"
+ CHECKREQS_MEMORY="1532M"
- check_reqs
+ check-reqs_pkg_setup
fi
}
1.28 dev-lang/scala/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 25 Jan 2012 19:06:57 -0000 1.27
+++ ChangeLog 26 Jan 2012 07:14:50 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/scala
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.27 2012/01/25 19:06:57 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.28 2012/01/26 07:14:50 ali_bush Exp $
+
+ 26 Jan 2012; Alistair Bush <ali_bush@gentoo.org> scala-2.9.1.ebuild:
+ Fix qa warning about old check_reqs function
*scala-2.9.1 (25 Jan 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.9.1.ebuild ChangeLog
@ 2012-01-31 9:22 Alistair Bush (ali_bush)
0 siblings, 0 replies; 2+ messages in thread
From: Alistair Bush (ali_bush) @ 2012-01-31 9:22 UTC (permalink / raw
To: gentoo-commits
ali_bush 12/01/31 09:22:41
Modified: scala-2.9.1.ebuild ChangeLog
Log:
Update jdk dependency as errors building with jdk-1.7.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-lang/scala/scala-2.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild?r1=1.2&r2=1.3
Index: scala-2.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scala-2.9.1.ebuild 26 Jan 2012 07:14:50 -0000 1.2
+++ scala-2.9.1.ebuild 31 Jan 2012 09:22:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v 1.2 2012/01/26 07:14:50 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.9.1.ebuild,v 1.3 2012/01/31 09:22:41 ali_bush Exp $
EAPI="3"
JAVA_PKG_IUSE="doc examples source"
@@ -26,7 +26,7 @@
# one fails with 1.7, two with 1.4 (blackdown)
#RESTRICT="test"
-DEPEND=">=virtual/jdk-1.6
+DEPEND="virtual/jdk:1.6
java-virtuals/jdk-with-com-sun
!binary? (
dev-java/ant-contrib:0
1.29 dev-lang/scala/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 26 Jan 2012 07:14:50 -0000 1.28
+++ ChangeLog 31 Jan 2012 09:22:41 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/scala
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.28 2012/01/26 07:14:50 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.29 2012/01/31 09:22:41 ali_bush Exp $
+
+ 31 Jan 2012; Alistair Bush <ali_bush@gentoo.org> scala-2.9.1.ebuild:
+ Update jdk dependency as errors building with jdk-1.7.
26 Jan 2012; Alistair Bush <ali_bush@gentoo.org> scala-2.9.1.ebuild:
Fix qa warning about old check_reqs function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-31 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 7:14 [gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.9.1.ebuild ChangeLog Alistair Bush (ali_bush)
-- strict thread matches above, loose matches on Subject: below --
2012-01-31 9:22 Alistair Bush (ali_bush)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox