public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-2.3.ebuild
@ 2008-12-03  1:11 Richard Freeman (rich0)
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Freeman (rich0) @ 2008-12-03  1:11 UTC (permalink / raw
  To: gentoo-commits

rich0       08/12/03 01:11:15

  Modified:             ChangeLog gallery-2.3.ebuild
  Log:
  amd64 stable - 213322
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.163                www-apps/gallery/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.162&r2=1.163

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	21 Oct 2008 06:57:13 -0000	1.162
+++ ChangeLog	3 Dec 2008 01:11:15 -0000	1.163
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/gallery
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.162 2008/10/21 06:57:13 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.163 2008/12/03 01:11:15 rich0 Exp $
+
+  03 Dec 2008; Richard Freeman <rich0@gentoo.org> gallery-2.3.ebuild:
+  amd64 stable - 213322
 
 *gallery-2.3 (21 Oct 2008)
 



1.2                  www-apps/gallery/gallery-2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?r1=1.1&r2=1.2

Index: gallery-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gallery-2.3.ebuild	21 Oct 2008 06:57:13 -0000	1.1
+++ gallery-2.3.ebuild	3 Dec 2008 01:11:15 -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/www-apps/gallery/gallery-2.3.ebuild,v 1.1 2008/10/21 06:57:13 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v 1.2 2008/12/03 01:11:15 rich0 Exp $
 
 inherit webapp eutils depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip"
 
 RDEPEND="raw? ( >=media-gfx/dcraw-8.03 )






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-2.3.ebuild
@ 2008-12-03 14:17 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2008-12-03 14:17 UTC (permalink / raw
  To: gentoo-commits

ranger      08/12/03 14:17:39

  Modified:             ChangeLog gallery-2.3.ebuild
  Log:
  Marking gallery-2.3 ppc64 for bug 213322
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.164                www-apps/gallery/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.163&r2=1.164

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	3 Dec 2008 01:11:15 -0000	1.163
+++ ChangeLog	3 Dec 2008 14:17:39 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/gallery
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.163 2008/12/03 01:11:15 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.164 2008/12/03 14:17:39 ranger Exp $
+
+  03 Dec 2008; Brent Baude <ranger@gentoo.org> gallery-2.3.ebuild:
+  Marking gallery-2.3 ppc64 for bug 213322
 
   03 Dec 2008; Richard Freeman <rich0@gentoo.org> gallery-2.3.ebuild:
   amd64 stable - 213322



1.3                  www-apps/gallery/gallery-2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?r1=1.2&r2=1.3

Index: gallery-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gallery-2.3.ebuild	3 Dec 2008 01:11:15 -0000	1.2
+++ gallery-2.3.ebuild	3 Dec 2008 14:17:39 -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/www-apps/gallery/gallery-2.3.ebuild,v 1.2 2008/12/03 01:11:15 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v 1.3 2008/12/03 14:17:39 ranger Exp $
 
 inherit webapp eutils depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip"
 
 RDEPEND="raw? ( >=media-gfx/dcraw-8.03 )






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-2.3.ebuild
@ 2008-12-03 16:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2008-12-03 16:09 UTC (permalink / raw
  To: gentoo-commits

jer         08/12/03 16:09:49

  Modified:             ChangeLog gallery-2.3.ebuild
  Log:
  Stable for HPPA (bug #213322).
  (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.165                www-apps/gallery/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	3 Dec 2008 14:17:39 -0000	1.164
+++ ChangeLog	3 Dec 2008 16:09:49 -0000	1.165
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/gallery
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.164 2008/12/03 14:17:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.165 2008/12/03 16:09:49 jer Exp $
+
+  03 Dec 2008; Jeroen Roovers <jer@gentoo.org> gallery-2.3.ebuild:
+  Stable for HPPA (bug #213322).
 
   03 Dec 2008; Brent Baude <ranger@gentoo.org> gallery-2.3.ebuild:
   Marking gallery-2.3 ppc64 for bug 213322



1.4                  www-apps/gallery/gallery-2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?r1=1.3&r2=1.4

Index: gallery-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gallery-2.3.ebuild	3 Dec 2008 14:17:39 -0000	1.3
+++ gallery-2.3.ebuild	3 Dec 2008 16:09:49 -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/www-apps/gallery/gallery-2.3.ebuild,v 1.3 2008/12/03 14:17:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v 1.4 2008/12/03 16:09:49 jer Exp $
 
 inherit webapp eutils depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip"
 
 RDEPEND="raw? ( >=media-gfx/dcraw-8.03 )






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-2.3.ebuild
@ 2008-12-06 18:56 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-12-06 18:56 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/12/06 18:56:06

  Modified:             ChangeLog gallery-2.3.ebuild
  Log:
  ppc stable, bug #213322
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.170                www-apps/gallery/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	6 Dec 2008 18:55:07 -0000	1.169
+++ ChangeLog	6 Dec 2008 18:56:06 -0000	1.170
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/gallery
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.169 2008/12/06 18:55:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.170 2008/12/06 18:56:06 dertobi123 Exp $
+
+  06 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org> gallery-2.3.ebuild:
+  ppc stable, bug #213322
 
   06 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   gallery-1.5.10.ebuild:



1.6                  www-apps/gallery/gallery-2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild?r1=1.5&r2=1.6

Index: gallery-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gallery-2.3.ebuild	5 Dec 2008 09:38:48 -0000	1.5
+++ gallery-2.3.ebuild	6 Dec 2008 18:56:06 -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/www-apps/gallery/gallery-2.3.ebuild,v 1.5 2008/12/05 09:38:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.ebuild,v 1.6 2008/12/06 18:56:06 dertobi123 Exp $
 
 inherit webapp eutils depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip"
 
 RDEPEND="raw? ( >=media-gfx/dcraw-8.03 )






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

end of thread, other threads:[~2008-12-06 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-06 18:56 [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-2.3.ebuild Tobias Scherbaum (dertobi123)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-03 16:09 Jeroen Roovers (jer)
2008-12-03 14:17 Brent Baude (ranger)
2008-12-03  1:11 Richard Freeman (rich0)

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