public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-collections: commons-collections-3.2-r1.ebuild commons-collections-3.2.1.ebuild ChangeLog
@ 2008-06-23  9:43 Alistair Bush (ali_bush)
  0 siblings, 0 replies; only message in thread
From: Alistair Bush (ali_bush) @ 2008-06-23  9:43 UTC (permalink / raw
  To: gentoo-commits

ali_bush    08/06/23 09:43:34

  Modified:             commons-collections-3.2-r1.ebuild
                        commons-collections-3.2.1.ebuild ChangeLog
  Log:
  Update url's to put to new location
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.7                  dev-java/commons-collections/commons-collections-3.2-r1.ebuild

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

Index: commons-collections-3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- commons-collections-3.2-r1.ebuild	9 Dec 2007 15:43:10 -0000	1.6
+++ commons-collections-3.2-r1.ebuild	23 Jun 2008 09:43:33 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2-r1.ebuild,v 1.6 2007/12/09 15:43:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2-r1.ebuild,v 1.7 2008/06/23 09:43:33 ali_bush Exp $
 
 JAVA_PKG_IUSE="doc source test"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Jakarta-Commons Collections Component"
 HOMEPAGE="http://jakarta.apache.org/commons/collections/"
-SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz"
+SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



1.2                  dev-java/commons-collections/commons-collections-3.2.1.ebuild

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

Index: commons-collections-3.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-collections-3.2.1.ebuild	21 Jun 2008 17:36:41 -0000	1.1
+++ commons-collections-3.2.1.ebuild	23 Jun 2008 09:43:33 -0000	1.2
@@ -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-collections/commons-collections-3.2.1.ebuild,v 1.1 2008/06/21 17:36:41 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.2 2008/06/23 09:43:33 ali_bush Exp $
 
 JAVA_PKG_IUSE="doc source test"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Jakarta-Commons Collections Component"
 HOMEPAGE="http://jakarta.apache.org/commons/collections/"
-SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz"
+SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



1.48                 dev-java/commons-collections/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	13 Apr 2008 22:05:07 -0000	1.47
+++ ChangeLog	23 Jun 2008 09:43:33 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-collections
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.47 2008/04/13 22:05:07 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.48 2008/06/23 09:43:33 ali_bush Exp $
+
+  23 Jun 2008; Alistair Bush <ali_bush@gentoo.org>
+  commons-collections-3.2-r1.ebuild, commons-collections-3.2.1.ebuild:
+  Update urls as upstream forwards have been removed.
 
   13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
   -commons-collections-3.2.ebuild:



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-23  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23  9:43 [gentoo-commits] gentoo-x86 commit in dev-java/commons-collections: commons-collections-3.2-r1.ebuild commons-collections-3.2.1.ebuild ChangeLog Alistair Bush (ali_bush)

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