diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-09-07 20:43:13 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-09-07 20:43:13 +0000 |
commit | 766bd8721be3ef7a0f18db2f7cc830e09f39eac2 (patch) | |
tree | 1051be5e6a003fe653f823295896dccc571073c0 /www-apps | |
parent | Bump wrt. bug #236993 (diff) | |
download | gentoo-2-766bd8721be3ef7a0f18db2f7cc830e09f39eac2.tar.gz gentoo-2-766bd8721be3ef7a0f18db2f7cc830e09f39eac2.tar.bz2 gentoo-2-766bd8721be3ef7a0f18db2f7cc830e09f39eac2.zip |
Removed gallery-1.5.3, 1.5.7, added 1.5.8 in response to sec issue #234137.
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 11 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.5.3.ebuild | 50 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.5.8.ebuild (renamed from www-apps/gallery/gallery-1.5.7.ebuild) | 2 |
3 files changed, 11 insertions, 52 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 40128042968b..2541618ebea5 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,15 @@ # 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.146 2008/08/23 04:49:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.147 2008/09/07 20:43:13 wrobel Exp $ + +*gallery-1.5.8 (07 Sep 2008) + + 07 Sep 2008; wrobel@gentoo.org -gallery-1.5.3.ebuild, + -gallery-1.5.7.ebuild, +gallery-1.5.8.ebuild: + Removed gallery-1.5.3, 1.5.7, added 1.5.8 in response to sec issue #234137. + + 07 Sep 2008; wrobel@gentoo.org ChangeLog: + Removed gallery-1.5.3, 1.5.7, added 1.5.8 in response to sec issue #234137. 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/www-apps/gallery/gallery-1.5.3.ebuild b/www-apps/gallery/gallery-1.5.3.ebuild deleted file mode 100644 index c3a45a9bb615..000000000000 --- a/www-apps/gallery/gallery-1.5.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.3.ebuild,v 1.12 2008/02/22 15:50:50 hollow 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 - -S="${WORKDIR}"/${PN} - -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/* - rm -rf AUTHORS ChangeLog ChangeLog.archive README LICENSE.txt docs/ - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install -} diff --git a/www-apps/gallery/gallery-1.5.7.ebuild b/www-apps/gallery/gallery-1.5.8.ebuild index 7bd5a1775478..ff8033287838 100644 --- a/www-apps/gallery/gallery-1.5.7.ebuild +++ b/www-apps/gallery/gallery-1.5.8.ebuild @@ -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.7.ebuild,v 1.4 2008/02/22 15:50:50 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.8.ebuild,v 1.1 2008/09/07 20:43:13 wrobel Exp $ inherit webapp depend.php confutils |