* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-08-28 22:15 Tom Wijsman (tomwij)
0 siblings, 0 replies; 6+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-08-28 22:15 UTC (permalink / raw
To: gentoo-commits
tomwij 13/08/28 22:15:28
Modified: ChangeLog
Added: ant-apache-bsf-1.9.2.ebuild
Log:
Version bump to 1.9.2. Fixes security bug #476958.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.45 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 5 Jul 2013 11:10:12 -0000 1.44
+++ ChangeLog 28 Aug 2013 22:15:28 -0000 1.45
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.44 2013/07/05 11:10:12 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.45 2013/08/28 22:15:28 tomwij Exp $
+
+*ant-apache-bsf-1.9.2 (28 Aug 2013)
+
+ 28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +ant-apache-bsf-1.9.2.ebuild:
+ Version bump to 1.9.2. Fixes security bug #476958.
*ant-apache-bsf-1.9.1 (05 Jul 2013)
1.1 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.1&content-type=text/plain
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.1 2013/08/28 22:15:28 tomwij Exp $
EAPI="5"
ANT_TASK_DEPNAME="bsf-2.3"
inherit ant-tasks
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd \
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris \
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
RDEPEND="${DEPEND}"
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
elog "Also, >=dev-java/bsf-2.4.0-r1 adds optional support for groovy,"
elog "ruby and beanshell. See its postinst elog messages for instructions."
fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-10-20 8:36 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 8:36 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 08:36:06
Modified: ant-apache-bsf-1.9.2.ebuild ChangeLog
Log:
Correct the keyword declaration
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?r1=1.1&r2=1.2
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-apache-bsf-1.9.2.ebuild 28 Aug 2013 22:15:28 -0000 1.1
+++ ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 08:36:06 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.1 2013/08/28 22:15:28 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.2 2013/10/20 08:36:06 ago Exp $
EAPI="5"
@@ -8,9 +8,7 @@
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd \
- ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris \
- ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
1.46 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 28 Aug 2013 22:15:28 -0000 1.45
+++ ChangeLog 20 Oct 2013 08:36:06 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.45 2013/08/28 22:15:28 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.46 2013/10/20 08:36:06 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
+ Correct the keyword declaration
*ant-apache-bsf-1.9.2 (28 Aug 2013)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-10-20 11:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 11:10 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 11:10:41
Modified: ant-apache-bsf-1.9.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?r1=1.2&r2=1.3
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 08:36:06 -0000 1.2
+++ ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 11:10:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.2 2013/10/20 08:36:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.3 2013/10/20 11:10:41 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit ant-tasks
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
1.47 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 20 Oct 2013 08:36:06 -0000 1.46
+++ ChangeLog 20 Oct 2013 11:10:41 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.46 2013/10/20 08:36:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.47 2013/10/20 11:10:41 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
+ Stable for amd64, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
Correct the keyword declaration
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-10-20 11:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 11:13 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 11:13:54
Modified: ant-apache-bsf-1.9.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?r1=1.3&r2=1.4
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 11:10:41 -0000 1.3
+++ ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 11:13:54 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.3 2013/10/20 11:10:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.4 2013/10/20 11:13:54 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit ant-tasks
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
1.48 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 20 Oct 2013 11:10:41 -0000 1.47
+++ ChangeLog 20 Oct 2013 11:13:54 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.47 2013/10/20 11:10:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.48 2013/10/20 11:13:54 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
+ Stable for x86, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
Stable for amd64, wrt bug #476958
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-10-20 15:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 15:10 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 15:10:45
Modified: ant-apache-bsf-1.9.2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?r1=1.4&r2=1.5
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 11:13:54 -0000 1.4
+++ ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 15:10:45 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.4 2013/10/20 11:13:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.5 2013/10/20 15:10:45 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit ant-tasks
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
1.49 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 20 Oct 2013 11:13:54 -0000 1.48
+++ ChangeLog 20 Oct 2013 15:10:45 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.48 2013/10/20 11:13:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.49 2013/10/20 15:10:45 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
+ Stable for ppc, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
Stable for x86, wrt bug #476958
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog
@ 2013-10-20 16:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 16:31 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 16:31:11
Modified: ant-apache-bsf-1.9.2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild?r1=1.5&r2=1.6
Index: ant-apache-bsf-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 15:10:45 -0000 1.5
+++ ant-apache-bsf-1.9.2.ebuild 20 Oct 2013 16:31:11 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.5 2013/10/20 15:10:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.6 2013/10/20 16:31:11 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit ant-tasks
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="python javascript tcl"
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
1.50 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 20 Oct 2013 15:10:45 -0000 1.49
+++ ChangeLog 20 Oct 2013 16:31:11 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.49 2013/10/20 15:10:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.50 2013/10/20 16:31:11 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
+ Stable for ppc64, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild:
Stable for ppc, wrt bug #476958
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-20 16:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-20 11:10 [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ant-apache-bsf-1.9.2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-10-20 16:31 Agostino Sarubbo (ago)
2013-10-20 15:10 Agostino Sarubbo (ago)
2013-10-20 11:13 Agostino Sarubbo (ago)
2013-10-20 8:36 Agostino Sarubbo (ago)
2013-08-28 22:15 Tom Wijsman (tomwij)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox