* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2008-07-14 22:06 Vlastimil Babka (caster)
0 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka (caster) @ 2008-07-14 22:06 UTC (permalink / raw
To: gentoo-commits
caster 08/07/14 22:06:45
Modified: ChangeLog
Added: ant-apache-bsf-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.14 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 1 Jun 2007 19:50:15 -0000 1.13
+++ ChangeLog 14 Jul 2008 22:06:45 -0000 1.14
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/ant-apache-bsf
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.13 2007/06/01 19:50:15 caster Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.14 2008/07/14 22:06:45 caster Exp $
+
+*ant-apache-bsf-1.7.1 (14 Jul 2008)
+
+ 14 Jul 2008; Vlastimil Babka <caster@gentoo.org>
+ +ant-apache-bsf-1.7.1.ebuild:
+ Version bump, bug #231776.
01 Jun 2007; Vlastimil Babka <caster@gentoo.org>
ant-apache-bsf-1.7.0-r1.ebuild:
1.1 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.1&content-type=text/plain
Index: ant-apache-bsf-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-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.1 2008/07/14 22:06:45 caster Exp $
EAPI=1
ANT_TASK_DEPNAME="bsf-2.3"
inherit eutils ant-tasks
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
DEPEND=">=dev-java/bsf-2.4.0-r1:2.3"
RDEPEND="${DEPEND}
~dev-java/ant-nodeps-${PV}"
JAVA_PKG_FILTER_COMPILER="jikes"
src_install() {
ant-tasks_src_install
java-pkg_register-dependency ant-nodeps
}
built_with_use_warn() {
if ! built_with_use --missing false -o dev-java/bsf ${1}; then
elog "If you want to use ${2} in <script> tasks in build.xml files,"
elog "dev-java/bsf must be installed with \"${3-${1}}\" USE flag"
fi
}
pkg_postinst() {
built_with_use_warn python Python
built_with_use_warn javascript JavaScript
built_with_use_warn tcl TCL
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."
}
--
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-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2008-12-09 23:28 Vlastimil Babka (caster)
0 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka (caster) @ 2008-12-09 23:28 UTC (permalink / raw
To: gentoo-commits
caster 08/12/09 23:28:00
Modified: ChangeLog ant-apache-bsf-1.7.1.ebuild
Log:
Actually put -r0 back to EAPI=1.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r1-perfctr x86_64, RepoMan options: --force)
Revision Changes Path
1.17 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 9 Dec 2008 23:15:07 -0000 1.16
+++ ChangeLog 9 Dec 2008 23:28:00 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.16 2008/12/09 23:15:07 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.17 2008/12/09 23:28:00 caster Exp $
+
+ 09 Dec 2008; Vlastimil Babka <caster@gentoo.org>
+ ant-apache-bsf-1.7.1.ebuild:
+ Actually put -r0 back to EAPI=1.
*ant-apache-bsf-1.7.1-r1 (09 Dec 2008)
1.3 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?r1=1.2&r2=1.3
Index: ant-apache-bsf-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-apache-bsf-1.7.1.ebuild 27 Sep 2008 11:48:47 -0000 1.2
+++ ant-apache-bsf-1.7.1.ebuild 9 Dec 2008 23:28:00 -0000 1.3
@@ -1,8 +1,8 @@
# Copyright 1999-2008 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.7.1.ebuild,v 1.2 2008/09/27 11:48:47 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.3 2008/12/09 23:28:00 caster Exp $
-EAPI=2
+EAPI=1
ANT_TASK_DEPNAME="bsf-2.3"
@@ -12,12 +12,10 @@
# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
-DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]"
+DEPEND=">=dev-java/bsf-2.4.0-r1:2.3"
RDEPEND="${DEPEND}
~dev-java/ant-nodeps-${PV}"
-IUSE="python javascript tcl"
-
JAVA_PKG_FILTER_COMPILER="jikes"
src_install() {
@@ -25,7 +23,17 @@
java-pkg_register-dependency ant-nodeps
}
+built_with_use_warn() {
+ if ! built_with_use --missing false -o dev-java/bsf ${1}; then
+ elog "If you want to use ${2} in <script> tasks in build.xml files,"
+ elog "dev-java/bsf must be installed with \"${3-${1}}\" USE flag"
+ fi
+}
+
pkg_postinst() {
+ built_with_use_warn python Python
+ built_with_use_warn javascript JavaScript
+ built_with_use_warn tcl TCL
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."
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2008-12-20 16:42 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-12-20 16:42 UTC (permalink / raw
To: gentoo-commits
nixnut 08/12/20 16:42:55
Modified: ChangeLog ant-apache-bsf-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.18 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 9 Dec 2008 23:28:00 -0000 1.17
+++ ChangeLog 20 Dec 2008 16:42:55 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.17 2008/12/09 23:28:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.18 2008/12/20 16:42:55 nixnut Exp $
+
+ 20 Dec 2008; nixnut <nixnut@gentoo.org> ant-apache-bsf-1.7.1.ebuild:
+ Stable on ppc wrt bug 250446
09 Dec 2008; Vlastimil Babka <caster@gentoo.org>
ant-apache-bsf-1.7.1.ebuild:
1.4 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?r1=1.3&r2=1.4
Index: ant-apache-bsf-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-apache-bsf-1.7.1.ebuild 9 Dec 2008 23:28:00 -0000 1.3
+++ ant-apache-bsf-1.7.1.ebuild 20 Dec 2008 16:42:55 -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-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.3 2008/12/09 23:28:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.4 2008/12/20 16:42:55 nixnut Exp $
EAPI=1
@@ -8,7 +8,7 @@
inherit eutils ant-tasks
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2008-12-20 19:52 Kenneth Prugh (ken69267)
0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-12-20 19:52 UTC (permalink / raw
To: gentoo-commits
ken69267 08/12/20 19:52:56
Modified: ChangeLog ant-apache-bsf-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.19 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 20 Dec 2008 16:42:55 -0000 1.18
+++ ChangeLog 20 Dec 2008 19:52:56 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.18 2008/12/20 16:42:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.19 2008/12/20 19:52:56 ken69267 Exp $
+
+ 20 Dec 2008; Kenneth Prugh <ken69267@gentoo.org>
+ ant-apache-bsf-1.7.1.ebuild:
+ amd64 stable, bug #250466
20 Dec 2008; nixnut <nixnut@gentoo.org> ant-apache-bsf-1.7.1.ebuild:
Stable on ppc wrt bug 250446
1.5 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?r1=1.4&r2=1.5
Index: ant-apache-bsf-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-apache-bsf-1.7.1.ebuild 20 Dec 2008 16:42:55 -0000 1.4
+++ ant-apache-bsf-1.7.1.ebuild 20 Dec 2008 19:52:56 -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-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.4 2008/12/20 16:42:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.5 2008/12/20 19:52:56 ken69267 Exp $
EAPI=1
@@ -8,7 +8,7 @@
inherit eutils ant-tasks
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2008-12-21 13:38 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-12-21 13:38 UTC (permalink / raw
To: gentoo-commits
maekke 08/12/21 13:38:28
Modified: ChangeLog ant-apache-bsf-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.20 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 20 Dec 2008 19:52:56 -0000 1.19
+++ ChangeLog 21 Dec 2008 13:38:28 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.19 2008/12/20 19:52:56 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.20 2008/12/21 13:38:28 maekke Exp $
+
+ 21 Dec 2008; Markus Meier <maekke@gentoo.org> ant-apache-bsf-1.7.1.ebuild:
+ x86 stable, bug #250466
20 Dec 2008; Kenneth Prugh <ken69267@gentoo.org>
ant-apache-bsf-1.7.1.ebuild:
1.6 dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild?r1=1.5&r2=1.6
Index: ant-apache-bsf-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-apache-bsf-1.7.1.ebuild 20 Dec 2008 19:52:56 -0000 1.5
+++ ant-apache-bsf-1.7.1.ebuild 21 Dec 2008 13:38:28 -0000 1.6
@@ -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-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.5 2008/12/20 19:52:56 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1.ebuild,v 1.6 2008/12/21 13:38:28 maekke Exp $
EAPI=1
@@ -8,7 +8,7 @@
inherit eutils ant-tasks
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
# ant-nodeps contains <script> task which is needed for this
# although it's not a build dep through import
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild
@ 2009-10-04 20:53 Vlastimil Babka (caster)
0 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka (caster) @ 2009-10-04 20:53 UTC (permalink / raw
To: gentoo-commits
caster 09/10/04 20:53:38
Modified: ChangeLog
Removed: ant-apache-bsf-1.7.1.ebuild
Log:
Remove old revision using built_with_use.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-java/ant-apache-bsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 15 May 2009 22:20:39 -0000 1.24
+++ ChangeLog 4 Oct 2009 20:53:38 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-apache-bsf
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.24 2009/05/15 22:20:39 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.25 2009/10/04 20:53:38 caster Exp $
+
+ 04 Oct 2009; Vlastimil Babka <caster@gentoo.org>
+ -ant-apache-bsf-1.7.1.ebuild:
+ Remove old revision using built_with_use.
15 May 2009; Vlastimil Babka <caster@gentoo.org>
-ant-apache-bsf-1.7.0-r1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-10-04 20:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-20 19:52 [gentoo-commits] gentoo-x86 commit in dev-java/ant-apache-bsf: ChangeLog ant-apache-bsf-1.7.1.ebuild Kenneth Prugh (ken69267)
-- strict thread matches above, loose matches on Subject: below --
2009-10-04 20:53 Vlastimil Babka (caster)
2008-12-21 13:38 Markus Meier (maekke)
2008-12-20 16:42 Gysbert Wassenaar (nixnut)
2008-12-09 23:28 Vlastimil Babka (caster)
2008-07-14 22:06 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