* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ant-1.9.2.ebuild ChangeLog
@ 2013-08-28 22:23 Tom Wijsman (tomwij)
0 siblings, 0 replies; 6+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-08-28 22:23 UTC (permalink / raw
To: gentoo-commits
tomwij 13/08/28 22:23:02
Modified: ChangeLog
Added: ant-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.140 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 5 Jul 2013 14:38:33 -0000 1.139
+++ ChangeLog 28 Aug 2013 22:23:01 -0000 1.140
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.139 2013/07/05 14:38:33 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.140 2013/08/28 22:23:01 tomwij Exp $
+
+*ant-1.9.2 (28 Aug 2013)
+
+ 28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +ant-1.9.2.ebuild:
+ Version bump to 1.9.2. Fixes security bug #476958.
*ant-1.9.1 (05 Jul 2013)
1.1 dev-java/ant/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.1&content-type=text/plain
Index: ant-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/ant-1.9.2.ebuild,v 1.1 2013/08/28 22:23:01 tomwij Exp $
EAPI="5"
inherit versionator
DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files."
HOMEPAGE="http://ant.apache.org/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
IUSE="X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf
+jsch +log4j +oro +regexp +resolver testutil"
RDEPEND="~dev-java/ant-core-${PV}
~dev-java/ant-nodeps-${PV}
~dev-java/ant-junit-${PV}
!dev-java/ant-optional
!dev-java/ant-tasks
~dev-java/ant-trax-${PV}
~dev-java/ant-apache-xalan2-${PV}
antlr? ( ~dev-java/ant-antlr-${PV} )
bcel? ( ~dev-java/ant-apache-bcel-${PV} )
bsf? ( ~dev-java/ant-apache-bsf-${PV} )
log4j? ( ~dev-java/ant-apache-log4j-${PV} )
oro? ( ~dev-java/ant-apache-oro-${PV} )
regexp? ( ~dev-java/ant-apache-regexp-${PV} )
resolver? ( ~dev-java/ant-apache-resolver-${PV} )
commonslogging? ( ~dev-java/ant-commons-logging-${PV} )
commonsnet? ( ~dev-java/ant-commons-net-${PV} )
jai? ( ~dev-java/ant-jai-${PV} )
javamail? ( ~dev-java/ant-javamail-${PV} )
jdepend? ( ~dev-java/ant-jdepend-${PV} )
jmf? ( ~dev-java/ant-jmf-${PV} )
jsch? ( ~dev-java/ant-jsch-${PV} )
testutil? ( ~dev-java/ant-testutil-${PV} )
X? ( ~dev-java/ant-swing-${PV} )"
DEPEND=""
S="${WORKDIR}"
src_compile() { :; }
pkg_postinst() {
if [[ -n ${REPLACING_VERSIONS} ]]; then
# if we update from a version below 1.7.1
if ! version_is_at_least 1.7.1 ${REPLACING_VERSIONS}; then
elog "Since 1.7.1, the ant-tasks meta-ebuild has been removed and its USE"
elog "flags have been moved to dev-java/ant."
elog
elog "You may now freely set the USE flags of this package without breaking"
elog "building of Java packages, which depend on the exact ant tasks they need."
elog "The USE flags default to enabled (except X, jai and jmf) for convenience."
fi
fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ant-1.9.2.ebuild ChangeLog
@ 2013-10-20 8:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 8:16 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 08:16:25
Modified: ant-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/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?r1=1.1&r2=1.2
Index: ant-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-1.9.2.ebuild 28 Aug 2013 22:23:01 -0000 1.1
+++ ant-1.9.2.ebuild 20 Oct 2013 08:16:25 -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/ant-1.9.2.ebuild,v 1.1 2013/08/28 22:23:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.2 2013/10/20 08:16:25 ago Exp $
EAPI="5"
@@ -11,9 +11,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~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 ~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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
1.141 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 28 Aug 2013 22:23:01 -0000 1.140
+++ ChangeLog 20 Oct 2013 08:16:25 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.140 2013/08/28 22:23:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.141 2013/10/20 08:16:25 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Correct the keyword declaration
*ant-1.9.2 (28 Aug 2013)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ant-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:25
Modified: ant-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/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?r1=1.2&r2=1.3
Index: ant-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-1.9.2.ebuild 20 Oct 2013 08:16:25 -0000 1.2
+++ ant-1.9.2.ebuild 20 Oct 2013 11:10:25 -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/ant-1.9.2.ebuild,v 1.2 2013/10/20 08:16:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.3 2013/10/20 11:10:25 ago Exp $
EAPI="5"
@@ -11,7 +11,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~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 ~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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
1.142 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 20 Oct 2013 08:16:25 -0000 1.141
+++ ChangeLog 20 Oct 2013 11:10:25 -0000 1.142
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.141 2013/10/20 08:16:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.142 2013/10/20 11:10:25 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Stable for amd64, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-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: ant-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:37
Modified: ant-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/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?r1=1.3&r2=1.4
Index: ant-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-1.9.2.ebuild 20 Oct 2013 11:10:25 -0000 1.3
+++ ant-1.9.2.ebuild 20 Oct 2013 11:13:37 -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/ant-1.9.2.ebuild,v 1.3 2013/10/20 11:10:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.4 2013/10/20 11:13:37 ago Exp $
EAPI="5"
@@ -11,7 +11,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~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 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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
1.143 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 20 Oct 2013 11:10:25 -0000 1.142
+++ ChangeLog 20 Oct 2013 11:13:37 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.142 2013/10/20 11:10:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.143 2013/10/20 11:13:37 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Stable for x86, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-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: ant-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:27
Modified: ant-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/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?r1=1.4&r2=1.5
Index: ant-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-1.9.2.ebuild 20 Oct 2013 11:13:37 -0000 1.4
+++ ant-1.9.2.ebuild 20 Oct 2013 15:10:27 -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/ant-1.9.2.ebuild,v 1.4 2013/10/20 11:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.5 2013/10/20 15:10:27 ago Exp $
EAPI="5"
@@ -11,7 +11,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ppc 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 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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
1.144 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 20 Oct 2013 11:13:37 -0000 1.143
+++ ChangeLog 20 Oct 2013 15:10:27 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.143 2013/10/20 11:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.144 2013/10/20 15:10:27 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Stable for ppc, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-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: ant-1.9.2.ebuild ChangeLog
@ 2013-10-20 16:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 16:30 UTC (permalink / raw
To: gentoo-commits
ago 13/10/20 16:30:58
Modified: ant-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/ant-1.9.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild?r1=1.5&r2=1.6
Index: ant-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-1.9.2.ebuild 20 Oct 2013 15:10:27 -0000 1.5
+++ ant-1.9.2.ebuild 20 Oct 2013 16:30:58 -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/ant-1.9.2.ebuild,v 1.5 2013/10/20 15:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.6 2013/10/20 16:30:58 ago Exp $
EAPI="5"
@@ -11,7 +11,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ppc 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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"
1.145 dev-java/ant/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 20 Oct 2013 15:10:27 -0000 1.144
+++ ChangeLog 20 Oct 2013 16:30:58 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.144 2013/10/20 15:10:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.145 2013/10/20 16:30:58 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Stable for ppc64, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-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: ant-1.9.2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-10-20 16:30 Agostino Sarubbo (ago)
2013-10-20 15:10 Agostino Sarubbo (ago)
2013-10-20 11:13 Agostino Sarubbo (ago)
2013-10-20 8:16 Agostino Sarubbo (ago)
2013-08-28 22:23 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