public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2008-03-05 17:10 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 6+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-03-05 17:10 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/03/05 17:10:09

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  Add src_test support.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  dev-java/commons-logging/commons-logging-1.1.1.ebuild

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

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-logging-1.1.1.ebuild	6 Feb 2008 15:25:30 -0000	1.1
+++ commons-logging-1.1.1.ebuild	5 Mar 2008 17:10:08 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.1 2008/02/06 15:25:30 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.2 2008/03/05 17:10:08 betelgeuse Exp $
 
 EAPI="1"
-JAVA_PKG_IUSE="doc source"
+JAVA_PKG_IUSE="doc source test"
 
 inherit java-pkg-2 java-ant-2 java-osgi
 
@@ -20,7 +20,8 @@
 	avalon-logkit? ( dev-java/avalon-logkit:1.2 )
 	log4j? ( dev-java/log4j:0 )
 	servletapi? ( java-virtuals/servlet-api:2.3 )
-	avalon-framework? ( dev-java/avalon-framework:4.2 )"
+	avalon-framework? ( dev-java/avalon-framework:4.2 )
+	test? ( dev-java/ant-junit:0 )"
 # ATTENTION: Add this when log4j-1.3 is out
 #	=dev-java/log4j-1.3*
 RDEPEND=">=virtual/jre-1.4
@@ -30,6 +31,8 @@
 
 S="${WORKDIR}/${P}-src/"
 
+RESTRICT="!servletapi? ( test )"
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
@@ -51,6 +54,10 @@
 	use servletapi && echo "servletapi.jar=$(java-pkg_getjar --virtual servlet-api-2.3 servlet.jar)" >> build.properties
 	use avalon-framework && echo "avalon-framework.jar=$(java-pkg_getjars avalon-framework-4.2)" >> build.properties
 	java-pkg_filter-compiler jikes ecj-3.2
+
+	if use test && ! use servletapi; then
+		eerror "Tests need use servletapi, tests not executed"
+	fi
 }
 
 EANT_BUILD_TARGET="compile"



1.60                 dev-java/commons-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	6 Feb 2008 18:18:21 -0000	1.59
+++ ChangeLog	5 Mar 2008 17:10:08 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.59 2008/02/06 18:18:21 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.60 2008/03/05 17:10:08 betelgeuse Exp $
+
+  05 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
+  commons-logging-1.1.1.ebuild:
+  Add src_test support.
 
   06 Feb 2008; Vlastimil Babka <caster@gentoo.org>
   -commons-logging-1.1-r2.ebuild, -commons-logging-1.1-r3.ebuild,



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



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

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2008-03-08 13:39 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysiek Pawlik (nelchael) @ 2008-03-08 13:39 UTC (permalink / raw
  To: gentoo-commits

nelchael    08/03/08 13:39:54

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  Stable on ppc, see bug #212641.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-java/commons-logging/commons-logging-1.1.1.ebuild

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

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-logging-1.1.1.ebuild	5 Mar 2008 17:10:08 -0000	1.2
+++ commons-logging-1.1.1.ebuild	8 Mar 2008 13:39:53 -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/commons-logging/commons-logging-1.1.1.ebuild,v 1.2 2008/03/05 17:10:08 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.3 2008/03/08 13:39:53 nelchael Exp $
 
 EAPI="1"
 JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="avalon-logkit log4j servletapi avalon-framework"
 
 COMMON_DEP="



1.61                 dev-java/commons-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	5 Mar 2008 17:10:08 -0000	1.60
+++ ChangeLog	8 Mar 2008 13:39:53 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.60 2008/03/05 17:10:08 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.61 2008/03/08 13:39:53 nelchael Exp $
+
+  08 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org>
+  commons-logging-1.1.1.ebuild:
+  Stable on ppc, see bug #212641.
 
   05 Mar 2008; Petteri Räty <betelgeuse@gentoo.org>
   commons-logging-1.1.1.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2008-03-08 21:56 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-03-08 21:56 UTC (permalink / raw
  To: gentoo-commits

maekke      08/03/08 21:56:42

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  x86 stable, bug #212641
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  dev-java/commons-logging/commons-logging-1.1.1.ebuild

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

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-logging-1.1.1.ebuild	8 Mar 2008 13:39:53 -0000	1.3
+++ commons-logging-1.1.1.ebuild	8 Mar 2008 21:56:41 -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/commons-logging/commons-logging-1.1.1.ebuild,v 1.3 2008/03/08 13:39:53 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.4 2008/03/08 21:56:41 maekke Exp $
 
 EAPI="1"
 JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="avalon-logkit log4j servletapi avalon-framework"
 
 COMMON_DEP="



1.62                 dev-java/commons-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	8 Mar 2008 13:39:53 -0000	1.61
+++ ChangeLog	8 Mar 2008 21:56:41 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.61 2008/03/08 13:39:53 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.62 2008/03/08 21:56:41 maekke Exp $
+
+  08 Mar 2008; Markus Meier <maekke@gentoo.org>
+  commons-logging-1.1.1.ebuild:
+  x86 stable, bug #212641
 
   08 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org>
   commons-logging-1.1.1.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2008-03-11 15:08 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-03-11 15:08 UTC (permalink / raw
  To: gentoo-commits

ranger      08/03/11 15:08:14

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  stable ppc64, bug 212641
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  dev-java/commons-logging/commons-logging-1.1.1.ebuild

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

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- commons-logging-1.1.1.ebuild	8 Mar 2008 21:56:41 -0000	1.4
+++ commons-logging-1.1.1.ebuild	11 Mar 2008 15:08:14 -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/commons-logging/commons-logging-1.1.1.ebuild,v 1.4 2008/03/08 21:56:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.5 2008/03/11 15:08:14 ranger Exp $
 
 EAPI="1"
 JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="avalon-logkit log4j servletapi avalon-framework"
 
 COMMON_DEP="



1.63                 dev-java/commons-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	8 Mar 2008 21:56:41 -0000	1.62
+++ ChangeLog	11 Mar 2008 15:08:14 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.62 2008/03/08 21:56:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.63 2008/03/11 15:08:14 ranger Exp $
+
+  11 Mar 2008; Brent Baude <ranger@gentoo.org> commons-logging-1.1.1.ebuild:
+  stable ppc64, bug 212641
 
   08 Mar 2008; Markus Meier <maekke@gentoo.org>
   commons-logging-1.1.1.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2008-03-16 17:44 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-03-16 17:44 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/03/16 17:44:04

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  amd64 stable, bug #212641
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  dev-java/commons-logging/commons-logging-1.1.1.ebuild

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

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- commons-logging-1.1.1.ebuild	11 Mar 2008 15:08:14 -0000	1.5
+++ commons-logging-1.1.1.ebuild	16 Mar 2008 17:44:04 -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/commons-logging/commons-logging-1.1.1.ebuild,v 1.5 2008/03/11 15:08:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.6 2008/03/16 17:44:04 ken69267 Exp $
 
 EAPI="1"
 JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="avalon-logkit log4j servletapi avalon-framework"
 
 COMMON_DEP="



1.64                 dev-java/commons-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	11 Mar 2008 15:08:14 -0000	1.63
+++ ChangeLog	16 Mar 2008 17:44:04 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.63 2008/03/11 15:08:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.64 2008/03/16 17:44:04 ken69267 Exp $
+
+  16 Mar 2008; Kenneth Prugh <ken69267@gentoo.org>
+  commons-logging-1.1.1.ebuild:
+  amd64 stable, bug #212641
 
   11 Mar 2008; Brent Baude <ranger@gentoo.org> commons-logging-1.1.1.ebuild:
   stable ppc64, bug 212641



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



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

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog
@ 2014-08-10 20:11 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:11 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:11:43

  Modified:             commons-logging-1.1.1.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.13                 dev-java/commons-logging/commons-logging-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild?r1=1.12&r2=1.13

Index: commons-logging-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- commons-logging-1.1.1.ebuild	1 Jan 2012 12:19:02 -0000	1.12
+++ commons-logging-1.1.1.ebuild	10 Aug 2014 20:11:43 -0000	1.13
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.12 2012/01/01 12:19:02 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.13 2014/08/10 20:11:43 slyfox Exp $
 
 EAPI="1"
 JAVA_PKG_IUSE="doc source test"
 
 inherit java-pkg-2 java-ant-2 java-osgi
 
-DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries."
+DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries"
 HOMEPAGE="http://commons.apache.org/logging/"
 SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz"
 



1.72                 dev-java/commons-logging/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-logging/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	1 Jan 2012 12:19:02 -0000	1.71
+++ ChangeLog	10 Aug 2014 20:11:43 -0000	1.72
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-logging
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.71 2012/01/01 12:19:02 sera Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.72 2014/08/10 20:11:43 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  commons-logging-1.1.1.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   01 Jan 2012; Ralph Sennhauser <sera@gentoo.org> commons-logging-1.1.1.ebuild:
   Drop ia64 support #345433





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

end of thread, other threads:[~2014-08-11 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16 17:44 [gentoo-commits] gentoo-x86 commit in dev-java/commons-logging: commons-logging-1.1.1.ebuild ChangeLog Kenneth Prugh (ken69267)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:11 Sergei Trofimovich (slyfox)
2008-03-11 15:08 Brent Baude (ranger)
2008-03-08 21:56 Markus Meier (maekke)
2008-03-08 13:39 Krzysiek Pawlik (nelchael)
2008-03-05 17:10 Petteri Raty (betelgeuse)

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