* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2012-05-30 8:28 Ralph Sennhauser (sera)
0 siblings, 0 replies; 6+ messages in thread
From: Ralph Sennhauser (sera) @ 2012-05-30 8:28 UTC (permalink / raw
To: gentoo-commits
sera 12/05/30 08:28:47
Modified: ChangeLog
Added: ant-nodeps-1.8.4.ebuild
Log:
Security bump. CVE-2012-2098 #417909
src_postinst is pkg_postinst.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Revision Changes Path
1.35 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 27 May 2012 21:26:45 -0000 1.34
+++ ChangeLog 30 May 2012 08:28:47 -0000 1.35
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.34 2012/05/27 21:26:45 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.35 2012/05/30 08:28:47 sera Exp $
+
+*ant-nodeps-1.8.4 (30 May 2012)
+
+ 30 May 2012; Ralph Sennhauser <sera@gentoo.org> +ant-nodeps-1.8.4.ebuild:
+ Security bump. CVE-2012-2098 #417909
+ src_postinst is pkg_postinst.
27 May 2012; Ralph Sennhauser <sera@gentoo.org> ant-nodeps-1.8.2.ebuild:
Add missing jdk dep for jar command.
1.1 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.1&content-type=text/plain
Index: ant-nodeps-1.8.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.1 2012/05/30 08:28:47 sera Exp $
EAPI="4"
ANT_TASK_DEPNAME=""
ANT_TASK_DISABLE_VM_DEPS="true"
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
src_compile() {
# the classes were moved to ant-core in 1.8.2, this is just for compatibility
mkdir -p build/lib/empty && cd build/lib/empty || die
jar -cf ../${PN}.jar . || die
}
pkg_postinst() {
elog "Upstream has removed ant-nodeps.jar as of 1.8.2 and moved the classes to ant.jar"
elog "This package thus installs an empty jar for compatibility"
elog "and will be removed once reverse dependencies are transitioned."
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2012-06-11 9:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-11 9:37 UTC (permalink / raw
To: gentoo-commits
ago 12/06/11 09:37:06
Modified: ant-nodeps-1.8.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #417909
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?r1=1.1&r2=1.2
Index: ant-nodeps-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-nodeps-1.8.4.ebuild 30 May 2012 08:28:47 -0000 1.1
+++ ant-nodeps-1.8.4.ebuild 11 Jun 2012 09:37:06 -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-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.1 2012/05/30 08:28:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.2 2012/06/11 09:37:06 ago Exp $
EAPI="4"
@@ -10,7 +10,7 @@
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
1.36 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 30 May 2012 08:28:47 -0000 1.35
+++ ChangeLog 11 Jun 2012 09:37:06 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.35 2012/05/30 08:28:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.36 2012/06/11 09:37:06 ago Exp $
+
+ 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ant-nodeps-1.8.4.ebuild:
+ Stable for amd64, wrt bug #417909
*ant-nodeps-1.8.4 (30 May 2012)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2012-06-11 13:12 Johannes Huber (johu)
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber (johu) @ 2012-06-11 13:12 UTC (permalink / raw
To: gentoo-commits
johu 12/06/11 13:12:45
Modified: ant-nodeps-1.8.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #417909
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?r1=1.2&r2=1.3
Index: ant-nodeps-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-nodeps-1.8.4.ebuild 11 Jun 2012 09:37:06 -0000 1.2
+++ ant-nodeps-1.8.4.ebuild 11 Jun 2012 13:12:45 -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-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.2 2012/06/11 09:37:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.3 2012/06/11 13:12:45 johu Exp $
EAPI="4"
@@ -10,7 +10,7 @@
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~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 ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
1.37 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 11 Jun 2012 09:37:06 -0000 1.36
+++ ChangeLog 11 Jun 2012 13:12:45 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.36 2012/06/11 09:37:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.37 2012/06/11 13:12:45 johu Exp $
+
+ 11 Jun 2012; Johannes Huber <johu@gentoo.org> ant-nodeps-1.8.4.ebuild:
+ Stable for x86, wrt bug #417909
11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> ant-nodeps-1.8.4.ebuild:
Stable for amd64, wrt bug #417909
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2012-08-23 8:24 Michael Weber (xmw)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber (xmw) @ 2012-08-23 8:24 UTC (permalink / raw
To: gentoo-commits
xmw 12/08/23 08:24:22
Modified: ant-nodeps-1.8.4.ebuild ChangeLog
Log:
ppc stable (bug 417909).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?r1=1.3&r2=1.4
Index: ant-nodeps-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-nodeps-1.8.4.ebuild 11 Jun 2012 13:12:45 -0000 1.3
+++ ant-nodeps-1.8.4.ebuild 23 Aug 2012 08:24:22 -0000 1.4
@@ -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-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.3 2012/06/11 13:12:45 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.4 2012/08/23 08:24:22 xmw Exp $
EAPI="4"
@@ -10,7 +10,7 @@
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~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 ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
1.38 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 11 Jun 2012 13:12:45 -0000 1.37
+++ ChangeLog 23 Aug 2012 08:24:22 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.37 2012/06/11 13:12:45 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.38 2012/08/23 08:24:22 xmw Exp $
+
+ 23 Aug 2012; Michael Weber <xmw@gentoo.org> ant-nodeps-1.8.4.ebuild:
+ ppc stable (bug 417909).
11 Jun 2012; Johannes Huber <johu@gentoo.org> ant-nodeps-1.8.4.ebuild:
Stable for x86, wrt bug #417909
@@ -131,4 +134,3 @@
21 Jan 2007; Vlastimil Babka <caster@gentoo.org> +metadata.xml,
+ant-nodeps-1.7.0.ebuild:
New package, part of split-ant-1.7.0, bug #159820.
-
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2012-12-05 17:33 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-05 17:33 UTC (permalink / raw
To: gentoo-commits
ago 12/12/05 17:33:06
Modified: ant-nodeps-1.8.4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #417909
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?r1=1.4&r2=1.5
Index: ant-nodeps-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-nodeps-1.8.4.ebuild 23 Aug 2012 08:24:22 -0000 1.4
+++ ant-nodeps-1.8.4.ebuild 5 Dec 2012 17:33:06 -0000 1.5
@@ -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-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.4 2012/08/23 08:24:22 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.5 2012/12/05 17:33:06 ago Exp $
EAPI="4"
@@ -10,7 +10,7 @@
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~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 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
1.39 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 23 Aug 2012 08:24:22 -0000 1.38
+++ ChangeLog 5 Dec 2012 17:33:06 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-nodeps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.38 2012/08/23 08:24:22 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.39 2012/12/05 17:33:06 ago Exp $
+
+ 05 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ant-nodeps-1.8.4.ebuild:
+ Stable for ppc64, wrt bug #417909
23 Aug 2012; Michael Weber <xmw@gentoo.org> ant-nodeps-1.8.4.ebuild:
ppc stable (bug 417909).
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog
@ 2013-02-05 5:30 Richard Farina (zerochaos)
0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina (zerochaos) @ 2013-02-05 5:30 UTC (permalink / raw
To: gentoo-commits
zerochaos 13/02/05 05:30:36
Modified: ant-nodeps-1.8.4.ebuild ChangeLog
Log:
adding ~arm
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path
1.6 dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild?r1=1.5&r2=1.6
Index: ant-nodeps-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-nodeps-1.8.4.ebuild 5 Dec 2012 17:33:06 -0000 1.5
+++ ant-nodeps-1.8.4.ebuild 5 Feb 2013 05:30:36 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.5 2012/12/05 17:33:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.4.ebuild,v 1.6 2013/02/05 05:30:36 zerochaos Exp $
EAPI="4"
@@ -10,7 +10,7 @@
inherit ant-tasks
DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~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 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~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=""
DEPEND=">=virtual/jdk-1.4" #jar
1.40 dev-java/ant-nodeps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-nodeps/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 5 Dec 2012 17:33:06 -0000 1.39
+++ ChangeLog 5 Feb 2013 05:30:36 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-nodeps
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.39 2012/12/05 17:33:06 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ChangeLog,v 1.40 2013/02/05 05:30:36 zerochaos Exp $
+
+ 05 Feb 2013; Rick Farina <zerochaos@gentoo.org> ant-nodeps-1.8.4.ebuild:
+ adding ~arm
05 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ant-nodeps-1.8.4.ebuild:
Stable for ppc64, wrt bug #417909
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-05 5:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 8:28 [gentoo-commits] gentoo-x86 commit in dev-java/ant-nodeps: ant-nodeps-1.8.4.ebuild ChangeLog Ralph Sennhauser (sera)
-- strict thread matches above, loose matches on Subject: below --
2012-06-11 9:37 Agostino Sarubbo (ago)
2012-06-11 13:12 Johannes Huber (johu)
2012-08-23 8:24 Michael Weber (xmw)
2012-12-05 17:33 Agostino Sarubbo (ago)
2013-02-05 5:30 Richard Farina (zerochaos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox