public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild
@ 2008-12-03 17:30 Gunnar Wrobel (wrobel)
  0 siblings, 0 replies; 5+ messages in thread
From: Gunnar Wrobel (wrobel) @ 2008-12-03 17:30 UTC (permalink / raw
  To: gentoo-commits

wrobel      08/12/03 17:30:46

  Modified:             ChangeLog
  Added:                gallery-1.5.10.ebuild
  Log:
  Added www-apps/gallery-1.5.10 in response to sec issue #249277.
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.166                www-apps/gallery/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	3 Dec 2008 16:09:49 -0000	1.165
+++ ChangeLog	3 Dec 2008 17:30:46 -0000	1.166
@@ -1,6 +1,11 @@
 # 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.165 2008/12/03 16:09:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.166 2008/12/03 17:30:46 wrobel Exp $
+
+*gallery-1.5.10 (03 Dec 2008)
+
+  03 Dec 2008; Gunnar Wrobel <wrobel@gentoo.org> +gallery-1.5.10.ebuild:
+  Added www-apps/gallery-1.5.10 in response to sec issue #249277.
 
   03 Dec 2008; Jeroen Roovers <jer@gentoo.org> gallery-2.3.ebuild:
   Stable for HPPA (bug #213322).



1.1                  www-apps/gallery/gallery-1.5.10.ebuild

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

Index: gallery-1.5.10.ebuild
===================================================================
# 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-1.5.10.ebuild,v 1.1 2008/12/03 17:30:46 wrobel Exp $

inherit webapp depend.php confutils

DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
HOMEPAGE="http://gallery.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="imagemagick netpbm unzip zip"

RDEPEND="media-libs/jpeg
	imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
	netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 )
	unzip? ( app-arch/unzip )
	zip? ( app-arch/zip )"

need_httpd_cgi
need_php_httpd

pkg_setup() {
	webapp_pkg_setup
	confutils_require_any imagemagick netpbm
	require_php_with_use pcre session
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	gunzip ChangeLog.archive.gz
}

src_install() {
	webapp_src_preinst

	dodoc AUTHORS ChangeLog ChangeLog.archive README
	dohtml docs/*

	cp -r . "${D}/${MY_HTDOCSDIR}"
	rm -rf "${D}/${MY_HTDOCSDIR}"/{AUTHORS,ChangeLog,ChangeLog.archive,README,LICENSE.txt,docs/}

	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
	webapp_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild
@ 2008-12-06 18:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2008-12-06 18:11 UTC (permalink / raw
  To: gentoo-commits

jer         08/12/06 18:11:48

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

Revision  Changes    Path
1.168                www-apps/gallery/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	5 Dec 2008 09:38:48 -0000	1.167
+++ ChangeLog	6 Dec 2008 18:11:47 -0000	1.168
@@ -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.167 2008/12/05 09:38:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.168 2008/12/06 18:11:47 jer Exp $
+
+  06 Dec 2008; Jeroen Roovers <jer@gentoo.org> gallery-1.5.10.ebuild:
+  Stable for HPPA (bug #249277).
 
   05 Dec 2008; Raúl Porcel <armin76@gentoo.org> gallery-1.5.10.ebuild,
   gallery-2.3.ebuild:



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

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

Index: gallery-1.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gallery-1.5.10.ebuild	5 Dec 2008 09:38:48 -0000	1.2
+++ gallery-1.5.10.ebuild	6 Dec 2008 18:11:47 -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-1.5.10.ebuild,v 1.2 2008/12/05 09:38:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.3 2008/12/06 18:11:47 jer Exp $
 
 inherit webapp depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="alpha ~amd64 hppa ~ppc sparc x86"
 IUSE="imagemagick netpbm unzip zip"
 
 RDEPEND="media-libs/jpeg






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

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

dertobi123    08/12/06 18:55:07

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

Revision  Changes    Path
1.169                www-apps/gallery/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	6 Dec 2008 18:11:47 -0000	1.168
+++ ChangeLog	6 Dec 2008 18:55:07 -0000	1.169
@@ -1,6 +1,10 @@
 # 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.168 2008/12/06 18:11:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.169 2008/12/06 18:55:07 dertobi123 Exp $
+
+  06 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  gallery-1.5.10.ebuild:
+  ppc stable, bug #249277
 
   06 Dec 2008; Jeroen Roovers <jer@gentoo.org> gallery-1.5.10.ebuild:
   Stable for HPPA (bug #249277).



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

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

Index: gallery-1.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gallery-1.5.10.ebuild	6 Dec 2008 18:11:47 -0000	1.3
+++ gallery-1.5.10.ebuild	6 Dec 2008 18:55:07 -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-1.5.10.ebuild,v 1.3 2008/12/06 18:11:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.4 2008/12/06 18:55:07 dertobi123 Exp $
 
 inherit webapp depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 hppa ~ppc sparc x86"
+KEYWORDS="alpha ~amd64 hppa ppc sparc x86"
 IUSE="imagemagick netpbm unzip zip"
 
 RDEPEND="media-libs/jpeg






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild
@ 2008-12-08 18:48 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-12-08 18:48 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/08 18:48:19

  Modified:             ChangeLog gallery-1.5.10.ebuild
  Log:
  amd64 stable, bug #249277
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.26.8 x86_64)

Revision  Changes    Path
1.172                www-apps/gallery/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	7 Dec 2008 07:01:55 -0000	1.171
+++ ChangeLog	8 Dec 2008 18:48:19 -0000	1.172
@@ -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.171 2008/12/07 07:01:55 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.172 2008/12/08 18:48:19 maekke Exp $
+
+  08 Dec 2008; Markus Meier <maekke@gentoo.org> gallery-1.5.10.ebuild:
+  amd64 stable, bug #249277
 
   07 Dec 2008; Gunnar Wrobel <wrobel@gentoo.org> -gallery-2.2.6.ebuild:
   Removed insecure www-apps/gallery-2.2.6 (#213322).



1.5                  www-apps/gallery/gallery-1.5.10.ebuild

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

Index: gallery-1.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gallery-1.5.10.ebuild	6 Dec 2008 18:55:07 -0000	1.4
+++ gallery-1.5.10.ebuild	8 Dec 2008 18:48:19 -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/www-apps/gallery/gallery-1.5.10.ebuild,v 1.4 2008/12/06 18:55:07 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.5 2008/12/08 18:48:19 maekke Exp $
 
 inherit webapp depend.php confutils
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 hppa ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ppc sparc x86"
 IUSE="imagemagick netpbm unzip zip"
 
 RDEPEND="media-libs/jpeg






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

* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild
@ 2011-02-28 18:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-28 18:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/28 18:06:37

  Modified:             ChangeLog gallery-1.5.10.ebuild
  Log:
  Use virtual/jpeg.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.182                www-apps/gallery/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	14 Feb 2011 18:22:49 -0000	1.181
+++ ChangeLog	28 Feb 2011 18:06:37 -0000	1.182
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/gallery
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.181 2011/02/14 18:22:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.182 2011/02/28 18:06:37 ssuominen Exp $
+
+  28 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gallery-1.5.10.ebuild:
+  Use virtual/jpeg.
 
   14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gallery-2.3.1.ebuild:
   x86 stable wrt bug #354541



1.7                  www-apps/gallery/gallery-1.5.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?r1=1.6&r2=1.7

Index: gallery-1.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gallery-1.5.10.ebuild	13 Feb 2011 18:42:59 -0000	1.6
+++ gallery-1.5.10.ebuild	28 Feb 2011 18:06:37 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.6 2011/02/13 18:42:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.7 2011/02/28 18:06:37 ssuominen Exp $
 
 inherit webapp depend.php confutils
 
@@ -12,7 +12,7 @@
 KEYWORDS="amd64 hppa ppc x86"
 IUSE="imagemagick netpbm unzip zip"
 
-RDEPEND="media-libs/jpeg
+RDEPEND="virtual/jpeg
 	imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
 	netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 )
 	unzip? ( app-arch/unzip )






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

end of thread, other threads:[~2011-02-28 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-06 18:55 [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild Tobias Scherbaum (dertobi123)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-28 18:06 Samuli Suominen (ssuominen)
2008-12-08 18:48 Markus Meier (maekke)
2008-12-06 18:11 Jeroen Roovers (jer)
2008-12-03 17:30 Gunnar Wrobel (wrobel)

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