From 23542fd0153380facd7a00f601d362e1a97724ce Mon Sep 17 00:00:00 2001 From: Renat Lumpau Date: Fri, 3 Sep 2004 09:19:02 +0000 Subject: Obsolete versions removed --- www-apps/gallery/ChangeLog | 6 ++- www-apps/gallery/Manifest | 7 +-- www-apps/gallery/files/digest-gallery-1.4.4 | 1 - www-apps/gallery/files/digest-gallery-1.4.4-r1 | 1 - www-apps/gallery/files/vuln-20040817.diff | 17 ------- www-apps/gallery/gallery-1.4.4-r1.ebuild | 48 ------------------- www-apps/gallery/gallery-1.4.4.ebuild | 64 -------------------------- 7 files changed, 6 insertions(+), 138 deletions(-) delete mode 100644 www-apps/gallery/files/digest-gallery-1.4.4 delete mode 100644 www-apps/gallery/files/digest-gallery-1.4.4-r1 delete mode 100644 www-apps/gallery/files/vuln-20040817.diff delete mode 100644 www-apps/gallery/gallery-1.4.4-r1.ebuild delete mode 100644 www-apps/gallery/gallery-1.4.4.ebuild (limited to 'www-apps') diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index c295cef78b75..bbd70ff1aa11 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/gallery # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.9 2004/08/30 19:19:21 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.10 2004/09/03 09:19:01 rl03 Exp $ + + 03 Sep 2004; Renat Lumpau -gallery-1.4.4-r1.ebuild, + -gallery-1.4.4.ebuild: + Obsolete version; removed by eversionrm tool 30 Aug 2004; Renat Lumpau gallery-1.4.4-r1.ebuild, gallery-1.4.4_p1.ebuild, gallery-1.4.4_p2.ebuild: diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest index 7fb3f259e5c1..1f55f0c25895 100644 --- a/www-apps/gallery/Manifest +++ b/www-apps/gallery/Manifest @@ -1,12 +1,7 @@ MD5 2e9999cb0a33e6e0532002c862fcb69b gallery-1.4.4_p2.ebuild 995 -MD5 8d9e8aaf769adc5a417391c6b08a006b gallery-1.4.4.ebuild 1741 MD5 46beee97cbbccc959dad1ce489c29ca5 gallery-1.4.4_p1.ebuild 995 -MD5 13a7af87460e50ba25207856478d1490 ChangeLog 5542 +MD5 d5b5ca36e2c77e473bf4191f9ad409bd ChangeLog 5688 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -MD5 444b313d0cbeac9001827e2b43c59281 gallery-1.4.4-r1.ebuild 1090 -MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4-r1 66 MD5 6fcc08df722ba5e76a48e52022893d80 files/digest-gallery-1.4.4_p1 70 MD5 9b365941667f7651424a8df0db326c67 files/digest-gallery-1.4.4_p2 70 MD5 1a10c9a2ede35b5bfcfcedc4d90373e3 files/postinstall-en.txt 287 -MD5 c587b8102659ede5078c12013b289587 files/vuln-20040817.diff 462 -MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4 66 diff --git a/www-apps/gallery/files/digest-gallery-1.4.4 b/www-apps/gallery/files/digest-gallery-1.4.4 deleted file mode 100644 index 1ef0136e3c31..000000000000 --- a/www-apps/gallery/files/digest-gallery-1.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe21d5c2c48699666f20a6108805c44c gallery-1.4.4.tar.gz 1756042 diff --git a/www-apps/gallery/files/digest-gallery-1.4.4-r1 b/www-apps/gallery/files/digest-gallery-1.4.4-r1 deleted file mode 100644 index 1ef0136e3c31..000000000000 --- a/www-apps/gallery/files/digest-gallery-1.4.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe21d5c2c48699666f20a6108805c44c gallery-1.4.4.tar.gz 1756042 diff --git a/www-apps/gallery/files/vuln-20040817.diff b/www-apps/gallery/files/vuln-20040817.diff deleted file mode 100644 index d9885c508978..000000000000 --- a/www-apps/gallery/files/vuln-20040817.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- save_photos.php.orig 2004-08-18 21:47:09.000000000 +0100 -+++ save_photos.php 2004-08-18 21:54:21.000000000 +0100 -@@ -128,6 +128,14 @@ - // $name = eregi_replace(".$tag\$", "", $name); - - } -+ -+ $l_aTags = explode(".", $url); -+ if (!acceptableFormat($l_aTags[count($l_aTags) -1])) -+ { -+ processingMsg(sprintf(_("URL %s doesn't contain a supported image"), $url)); -+ continue; -+ } -+ - /* Dont output warning messages if we cant open url */ - - /* diff --git a/www-apps/gallery/gallery-1.4.4-r1.ebuild b/www-apps/gallery/gallery-1.4.4-r1.ebuild deleted file mode 100644 index 83634017b8be..000000000000 --- a/www-apps/gallery/gallery-1.4.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 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-r1.ebuild,v 1.7 2004/08/30 19:19:21 rl03 Exp $ - -inherit webapp eutils - -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" -IUSE="" -KEYWORDS="x86 ppc sparc alpha hppa ~amd64" -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 - >=media-gfx/imagemagick-5.4.9.1-r1" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd ${S} - # bug 60742 - epatch ${FILESDIR}/vuln-20040817.diff -} - -src_compile() { - :; -} - -src_install() { - webapp_src_preinst - - for file in AUTHORS ChangeLog README ChangeLog.archive.gz; do - dodoc ${file} - rm -f ${file} - done - - cp -R . ${D}/${MY_HTDOCSDIR} - dodir ${MY_HTDOCSDIR}/albums - webapp_serverowned ${MY_HTDOCSDIR}/albums - - dohtml docs/* - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/gallery/gallery-1.4.4.ebuild b/www-apps/gallery/gallery-1.4.4.ebuild deleted file mode 100644 index 415080e703c2..000000000000 --- a/www-apps/gallery/gallery-1.4.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.2 2004/08/21 11:48:57 mholzer Exp $ - -inherit webapp-apache - -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" -SLOT="0" -IUSE="" -KEYWORDS="x86 ppc sparc alpha hppa ~amd64" -DEPEND=">=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 - >=media-gfx/imagemagick-5.4.9.1-r1" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp-detect || NO_WEBSERVER=1 - webapp-pkg_setup "${NO_WEBSERVER}" - einfo "Installing into ${ROOT}${HTTPD_ROOT}." -} - -src_install() { - webapp-mkdirs - - local DocumentRoot=${HTTPD_ROOT} - local destdir=${DocumentRoot}/${PN} - dodir ${destdir} - dodoc AUTHORS ChangeLog README LICENSE.txt - rm -rf ChangeLog - - cp -r . ${D}/${HTTPD_ROOT}/${PN} - cd ${D}/${HTTPD_ROOT} - chown -R ${HTTPD_USER}:${HTTPD_GROUP} ${PN} - # Fix permissions - find ${D}${destdir} -type d | xargs chmod 755 - find ${D}${destdir} -type f | xargs chmod 644 - - #dohtml docs/* -} - -pkg_postinst() { - local DocumentRoot=${HTTPD_ROOT} - local destdir=${DocumentRoot}/${PN} - chown root:root ${destdir}/secure.sh ${destdir}/configure.sh - chmod 700 ${destdir}/secure.sh ${destdir}/configure.sh - - einfo - einfo "For new installations point your browser to " - einfo "http://localhost/gallery/setup/" - einfo "and follow the instructions." - einfo "--------------------------------------------" - einfo "For upgrades, just run" - einfo "# cd ${destdir}" - einfo "# sh ./configure.sh" - einfo "# sh ./secure.sh" - einfo -} -- cgit v1.2.3-65-gdbad