* [gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog
@ 2015-03-16 14:24 James Le Cuirot (chewi)
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot (chewi) @ 2015-03-16 14:24 UTC (permalink / raw
To: gentoo-commits
chewi 15/03/16 14:24:51
Modified: findbugs-3.0.1.ebuild ChangeLog
Log:
Fix building with -doc. Closes bug #543442.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 dev-util/findbugs/findbugs-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?r1=1.1&r2=1.2
Index: findbugs-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- findbugs-3.0.1.ebuild 14 Mar 2015 15:11:23 -0000 1.1
+++ findbugs-3.0.1.ebuild 16 Mar 2015 14:24:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.1 2015/03/14 15:11:23 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.2 2015/03/16 14:24:51 chewi Exp $
EAPI=5
@@ -51,7 +51,7 @@
pkg_setup() {
java-pkg-2_pkg_setup
- EANT_GENTOO_CLASSPATH_EXTRA="$(java-pkg_getjars --build-only --with-dependencies saxon-6.5)"
+ use doc && EANT_GENTOO_CLASSPATH_EXTRA="$(java-pkg_getjars --build-only --with-dependencies saxon-6.5)"
EANT_EXTRA_ARGS="-Dgitrnum=gentoo -Dxsl.stylesheet.home=${EROOT}usr/share/sgml/docbook/xsl-stylesheets"
}
1.4 dev-util/findbugs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 14 Mar 2015 15:11:23 -0000 1.3
+++ ChangeLog 16 Mar 2015 14:24:51 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/findbugs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.3 2015/03/14 15:11:23 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.4 2015/03/16 14:24:51 chewi Exp $
+
+ 16 Mar 2015; <chewi@gentoo.org> findbugs-3.0.1.ebuild:
+ Fix building with -doc. Closes bug #543442.
*findbugs-3.0.1 (14 Mar 2015)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog
@ 2015-05-18 19:46 James Le Cuirot (chewi)
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot (chewi) @ 2015-05-18 19:46 UTC (permalink / raw
To: gentoo-commits
chewi 15/05/18 19:46:20
Modified: findbugs-3.0.1.ebuild ChangeLog
Log:
Fix building without git installed.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path
1.3 dev-util/findbugs/findbugs-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?r1=1.2&r2=1.3
Index: findbugs-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- findbugs-3.0.1.ebuild 16 Mar 2015 14:24:51 -0000 1.2
+++ findbugs-3.0.1.ebuild 18 May 2015 19:46:20 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.2 2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.3 2015/05/18 19:46:20 chewi Exp $
EAPI=5
@@ -60,7 +60,8 @@
"${FILESDIR}/0001-Support-bcel-6.0-RC3-instead-of-a-random-snapshot.patch" \
"${FILESDIR}/0002-Don-t-bundle-anything-in-the-annotations-jar.patch" \
"${FILESDIR}/0003-JDK-1.8-works-fine-for-me.patch" \
- "${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch"
+ "${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch" \
+ "${FILESDIR}/0005-Don-t-require-git-to-build.patch"
# Remove bundled jars.
find -name "*.jar" -delete || die
1.5 dev-util/findbugs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 16 Mar 2015 14:24:51 -0000 1.4
+++ ChangeLog 18 May 2015 19:46:20 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/findbugs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.4 2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.5 2015/05/18 19:46:20 chewi Exp $
+
+ 18 May 2015; James Le Cuirot <chewi@gentoo.org>
+ +files/0005-Don-t-require-git-to-build.patch, findbugs-3.0.1.ebuild:
+ Fix building without git installed.
16 Mar 2015; <chewi@gentoo.org> findbugs-3.0.1.ebuild:
Fix building with -doc. Closes bug #543442.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog
@ 2015-06-29 8:47 James Le Cuirot (chewi)
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot (chewi) @ 2015-06-29 8:47 UTC (permalink / raw
To: gentoo-commits
chewi 15/06/29 08:47:56
Modified: findbugs-3.0.1.ebuild ChangeLog
Log:
>=asm-5 is actually required. Closes bug #553408.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path
1.4 dev-util/findbugs/findbugs-3.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild?r1=1.3&r2=1.4
Index: findbugs-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- findbugs-3.0.1.ebuild 18 May 2015 19:46:20 -0000 1.3
+++ findbugs-3.0.1.ebuild 29 Jun 2015 08:47:56 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.3 2015/05/18 19:46:20 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 1.4 2015/06/29 08:47:56 chewi Exp $
EAPI=5
@@ -19,7 +19,7 @@
CDEPEND="dev-java/ant-core:0
dev-java/apple-java-extensions-bin:0
- dev-java/asm:4
+ >=dev-java/asm-5:4
>=dev-java/bcel-6:0
dev-java/commons-lang:2.1
dev-java/dom4j:1
1.6 dev-util/findbugs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 May 2015 19:46:20 -0000 1.5
+++ ChangeLog 29 Jun 2015 08:47:56 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/findbugs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.5 2015/05/18 19:46:20 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.6 2015/06/29 08:47:56 chewi Exp $
+
+ 29 Jun 2015; James Le Cuirot <chewi@gentoo.org> findbugs-3.0.1.ebuild:
+ >=asm-5 is actually required. Closes bug #553408.
18 May 2015; James Le Cuirot <chewi@gentoo.org>
+files/0005-Don-t-require-git-to-build.patch, findbugs-3.0.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-29 8:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 19:46 [gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog James Le Cuirot (chewi)
-- strict thread matches above, loose matches on Subject: below --
2015-06-29 8:47 James Le Cuirot (chewi)
2015-03-16 14:24 James Le Cuirot (chewi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox