summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-09-11 13:57:45 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-09-11 13:57:45 +0000
commitaae401eeafed56e3e2611a18e09615f2107502e8 (patch)
tree4c335d1436952710a8824ad84d79ac75d7bb77b8 /www-apps
parentRemoving old and broken version (diff)
downloadgentoo-2-aae401eeafed56e3e2611a18e09615f2107502e8.tar.gz
gentoo-2-aae401eeafed56e3e2611a18e09615f2107502e8.tar.bz2
gentoo-2-aae401eeafed56e3e2611a18e09615f2107502e8.zip
Removing vulnerable version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.4_p61
-rw-r--r--www-apps/gallery/gallery-1.4.4_p6.ebuild48
3 files changed, 4 insertions, 50 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index b6c1e6d99eed..2c5d9efc270d 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/gallery
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.32 2005/09/05 21:02:29 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.33 2005/09/11 13:57:45 rl03 Exp $
+
+ 11 Sep 2005; Renat Lumpau <rl03@gentoo.org> -gallery-1.4.4_p6.ebuild:
+ Removing vulnerable version
05 Sep 2005; Simon Stelling <blubb@gentoo.org> gallery-1.5_p1.ebuild:
stable on amd64 wrt bug 104722
diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p6 b/www-apps/gallery/files/digest-gallery-1.4.4_p6
deleted file mode 100644
index d6bda8e5e651..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.4_p6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0e9ba8dedd57fe10d06b39ad047f14bd gallery-1.4.4-pl6.tar.gz 1759019
diff --git a/www-apps/gallery/gallery-1.4.4_p6.ebuild b/www-apps/gallery/gallery-1.4.4_p6.ebuild
deleted file mode 100644
index 25f3cf28414a..000000000000
--- a/www-apps/gallery/gallery-1.4.4_p6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.4.4_p6.ebuild,v 1.2 2005/07/09 15:25:50 agriffis Exp $
-
-inherit webapp
-
-MY_P=${P/_p/-pl}
-DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
-HOMEPAGE="http://gallery.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="imagemagick"
-
-RDEPEND=">=net-www/apache-1.3.24-r1
- >=dev-php/mod_php-4.1.2-r5
- >=media-gfx/jhead-1.6
- >=media-libs/netpbm-9.12
- imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- webapp_src_preinst
-
- for file in AUTHORS ChangeLog README ChangeLog.archive.gz; do
- dodoc ${file}
- rm -f ${file}
- done
-
- touch ${S}/.htaccess ${S}/config.php
- cp -R . ${D}/${MY_HTDOCSDIR}
-
- # config files
- webapp_configfile ${MY_HTDOCSDIR}/config.php
-
- # owned files
- dodir ${MY_HTDOCSDIR}/albums
- webapp_serverowned ${MY_HTDOCSDIR}/albums
- webapp_serverowned ${MY_HTDOCSDIR}/config.php
- webapp_serverowned ${MY_HTDOCSDIR}/.htaccess
-
- dohtml docs/*
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}