public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2008-07-14 22:11 Vlastimil Babka (caster)
  0 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka (caster) @ 2008-07-14 22:11 UTC (permalink / raw
  To: gentoo-commits

caster      08/07/14 22:11:36

  Modified:             ChangeLog
  Added:                ant-1.7.1.ebuild
  Log:
  Version bump, bug #231776.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.113                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	3 Mar 2008 08:15:03 -0000	1.112
+++ ChangeLog	14 Jul 2008 22:11:35 -0000	1.113
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/ant
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.112 2008/03/03 08:15:03 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.113 2008/07/14 22:11:35 caster Exp $
+
+*ant-1.7.1 (14 Jul 2008)
+
+  14 Jul 2008; Vlastimil Babka <caster@gentoo.org> +ant-1.7.1.ebuild:
+  Version bump, bug #231776.
 
   03 Mar 2008; Vlastimil Babka <caster@gentoo.org> -ant-1.6.5.ebuild:
   Remove ant 1.6.5. Java packages already depend on 1.7.0.



1.1                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.1&content-type=text/plain

Index: ant-1.7.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.1 2008/07/14 22:11:35 caster Exp $

EAPI="1"

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 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

DEPEND="~dev-java/ant-core-${PV}
	~dev-java/ant-tasks-${PV}"
RDEPEND="${DEPEND}"

IUSE="X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf
	+jsch +log4j +oro +regexp +resolver"

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}
	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} )
	X? ( ~dev-java/ant-swing-${PV} )"

DEPEND=""

S="${WORKDIR}"

src_compile() { :; }

pkg_postinst() {
	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."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2008-12-20 16:49 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-12-20 16:49 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/12/20 16:49:23

  Modified:             ChangeLog ant-1.7.1.ebuild
  Log:
  Stable on ppc wrt bug 250446
  (Portage version: 2.1.6.1/cvs/Linux 2.6.27-hardened-r3 ppc)

Revision  Changes    Path
1.116                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	17 Oct 2008 19:05:16 -0000	1.115
+++ ChangeLog	20 Dec 2008 16:49:23 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.115 2008/10/17 19:05:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.116 2008/12/20 16:49:23 nixnut Exp $
+
+  20 Dec 2008; nixnut <nixnut@gentoo.org> ant-1.7.1.ebuild:
+  Stable on ppc wrt bug 250446
 
   17 Oct 2008; Markus Meier <maekke@gentoo.org> metadata.xml:
   bsf USE-flag is global now



1.3                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?r1=1.2&r2=1.3

Index: ant-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-1.7.1.ebuild	14 Jul 2008 22:18:28 -0000	1.2
+++ ant-1.7.1.ebuild	20 Dec 2008 16:49:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.2 2008/07/14 22:18:28 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.3 2008/12/20 16:49:23 nixnut Exp $
 
 EAPI="1"
 
@@ -9,7 +9,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~dev-java/ant-core-${PV}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2008-12-20 19:59 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-12-20 19:59 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/12/20 19:59:15

  Modified:             ChangeLog ant-1.7.1.ebuild
  Log:
  amd64 stable, bug #250466
  (Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.117                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	20 Dec 2008 16:49:23 -0000	1.116
+++ ChangeLog	20 Dec 2008 19:59:15 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.116 2008/12/20 16:49:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.117 2008/12/20 19:59:15 ken69267 Exp $
+
+  20 Dec 2008; Kenneth Prugh <ken69267@gentoo.org> ant-1.7.1.ebuild:
+  amd64 stable, bug #250466
 
   20 Dec 2008; nixnut <nixnut@gentoo.org> ant-1.7.1.ebuild:
   Stable on ppc wrt bug 250446



1.4                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?r1=1.3&r2=1.4

Index: ant-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-1.7.1.ebuild	20 Dec 2008 16:49:23 -0000	1.3
+++ ant-1.7.1.ebuild	20 Dec 2008 19:59:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.3 2008/12/20 16:49:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.4 2008/12/20 19:59:15 ken69267 Exp $
 
 EAPI="1"
 
@@ -9,7 +9,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~dev-java/ant-core-${PV}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2008-12-21 13:47 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-12-21 13:47 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/21 13:47:17

  Modified:             ChangeLog ant-1.7.1.ebuild
  Log:
  x86 stable, bug #250466
  (Portage version: 2.1.6.2/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.118                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	20 Dec 2008 19:59:15 -0000	1.117
+++ ChangeLog	21 Dec 2008 13:47:17 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.117 2008/12/20 19:59:15 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.118 2008/12/21 13:47:17 maekke Exp $
+
+  21 Dec 2008; Markus Meier <maekke@gentoo.org> ant-1.7.1.ebuild:
+  x86 stable, bug #250466
 
   20 Dec 2008; Kenneth Prugh <ken69267@gentoo.org> ant-1.7.1.ebuild:
   amd64 stable, bug #250466



1.5                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?r1=1.4&r2=1.5

Index: ant-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-1.7.1.ebuild	20 Dec 2008 19:59:15 -0000	1.4
+++ ant-1.7.1.ebuild	21 Dec 2008 13:47:17 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.4 2008/12/20 19:59:15 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.5 2008/12/21 13:47:17 maekke Exp $
 
 EAPI="1"
 
@@ -9,7 +9,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~dev-java/ant-core-${PV}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2009-01-07 19:28 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-01-07 19:28 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/07 19:28:30

  Modified:             ChangeLog ant-1.7.1.ebuild
  Log:
   Marking ant-1.7.1 ppc64 for bug 250466
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.119                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	21 Dec 2008 13:47:17 -0000	1.118
+++ ChangeLog	7 Jan 2009 19:28:30 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.118 2008/12/21 13:47:17 maekke Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.119 2009/01/07 19:28:30 ranger Exp $
+
+  07 Jan 2009; Brent Baude <ranger@gentoo.org> ant-1.7.1.ebuild:
+  Marking ant-1.7.1 ppc64 for bug 250466
 
   21 Dec 2008; Markus Meier <maekke@gentoo.org> ant-1.7.1.ebuild:
   x86 stable, bug #250466



1.6                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?r1=1.5&r2=1.6

Index: ant-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-1.7.1.ebuild	21 Dec 2008 13:47:17 -0000	1.5
+++ ant-1.7.1.ebuild	7 Jan 2009 19:28:30 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.5 2008/12/21 13:47:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.6 2009/01/07 19:28:30 ranger Exp $
 
 EAPI="1"
 
@@ -9,7 +9,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~dev-java/ant-core-${PV}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild
@ 2010-01-15 20:15 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-15 20:15 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/15 20:15:19

  Modified:             ChangeLog ant-1.7.1.ebuild
  Log:
  Add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.121                dev-java/ant/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	15 May 2009 22:13:31 -0000	1.120
+++ ChangeLog	15 Jan 2010 20:15:18 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.120 2009/05/15 22:13:31 caster Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.121 2010/01/15 20:15:18 abcd Exp $
+
+  15 Jan 2010; Jonathan Callen <abcd@gentoo.org> ant-1.7.1.ebuild:
+  Add prefix keywords
 
   15 May 2009; Vlastimil Babka <caster@gentoo.org> -ant-1.7.0.ebuild:
   Removing ant 1.7.0, bug #261563.



1.7                  dev-java/ant/ant-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild?r1=1.6&r2=1.7

Index: ant-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ant-1.7.1.ebuild	7 Jan 2009 19:28:30 -0000	1.6
+++ ant-1.7.1.ebuild	15 Jan 2010 20:15:18 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.6 2009/01/07 19:28:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.7 2010/01/15 20:15:18 abcd Exp $
 
 EAPI="1"
 
@@ -9,7 +9,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="~dev-java/ant-core-${PV}






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-15 20:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-21 13:47 [gentoo-commits] gentoo-x86 commit in dev-java/ant: ChangeLog ant-1.7.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-15 20:15 Jonathan Callen (abcd)
2009-01-07 19:28 Brent Baude (ranger)
2008-12-20 19:59 Kenneth Prugh (ken69267)
2008-12-20 16:49 Gysbert Wassenaar (nixnut)
2008-07-14 22:11 Vlastimil Babka (caster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox