summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-08-21 11:47:20 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-08-21 11:47:20 +0000
commitfd4fa7b14d142ce75f2835ff829d163b1f748749 (patch)
treea846d4980b7d379c057a7c1628c2632d68b50a34 /www-apps/gallery
parentFix S path (Manifest recommit) (diff)
downloadgentoo-2-fd4fa7b14d142ce75f2835ff829d163b1f748749.tar.gz
gentoo-2-fd4fa7b14d142ce75f2835ff829d163b1f748749.tar.bz2
gentoo-2-fd4fa7b14d142ce75f2835ff829d163b1f748749.zip
cleanup
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.1_p11
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.21
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.31
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.3_p11
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.3_p21
-rw-r--r--www-apps/gallery/gallery-1.4.1_p1.ebuild66
-rw-r--r--www-apps/gallery/gallery-1.4.2.ebuild64
-rw-r--r--www-apps/gallery/gallery-1.4.3.ebuild64
-rw-r--r--www-apps/gallery/gallery-1.4.3_p1.ebuild64
-rw-r--r--www-apps/gallery/gallery-1.4.3_p2.ebuild65
10 files changed, 0 insertions, 328 deletions
diff --git a/www-apps/gallery/files/digest-gallery-1.4.1_p1 b/www-apps/gallery/files/digest-gallery-1.4.1_p1
deleted file mode 100644
index aae39072b2e1..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.1_p1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 be41eceb5a5d3c545c72a35c3a4876c2 gallery-1.4.1-pl1.tar.gz 928899
diff --git a/www-apps/gallery/files/digest-gallery-1.4.2 b/www-apps/gallery/files/digest-gallery-1.4.2
deleted file mode 100644
index b0941319d3ee..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 37bb6dcc5c6c41097fac411c13335ea1 gallery-1.4.2.tar.gz 1075429
diff --git a/www-apps/gallery/files/digest-gallery-1.4.3 b/www-apps/gallery/files/digest-gallery-1.4.3
deleted file mode 100644
index e944059ca50d..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d9fc69721e289f7fde2bc7b00b27be29 gallery-1.4.3.tar.gz 1671766
diff --git a/www-apps/gallery/files/digest-gallery-1.4.3_p1 b/www-apps/gallery/files/digest-gallery-1.4.3_p1
deleted file mode 100644
index 0dd68aa98e22..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.3_p1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c7c8a7a5efff40fc441c490333b19e36 gallery-1.4.3-pl1.tar.gz 1690002
diff --git a/www-apps/gallery/files/digest-gallery-1.4.3_p2 b/www-apps/gallery/files/digest-gallery-1.4.3_p2
deleted file mode 100644
index 6f79e75d66f3..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.3_p2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b23288c571fe1ec86510ac1ca87e444 gallery-1.4.3-pl2.tar.gz 1699443
diff --git a/www-apps/gallery/gallery-1.4.1_p1.ebuild b/www-apps/gallery/gallery-1.4.1_p1.ebuild
deleted file mode 100644
index c587437c022a..000000000000
--- a/www-apps/gallery/gallery-1.4.1_p1.ebuild
+++ /dev/null
@@ -1,66 +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.1_p1.ebuild,v 1.1 2004/08/15 10:00:35 stuart 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"
-RESTRICT="nomirror"
-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 -R apache:apache ${DST_PATH}
- 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://www.yourhost.com/gallery/setup/"
- einfo "and follow the instructions."
- einfo "--------------------------------------------"
- einfo "For upgrades, just run"
- einfo "# cd ${destdir}"
- einfo "# sh ./secure.sh"
- einfo
-}
diff --git a/www-apps/gallery/gallery-1.4.2.ebuild b/www-apps/gallery/gallery-1.4.2.ebuild
deleted file mode 100644
index 3f598184c26f..000000000000
--- a/www-apps/gallery/gallery-1.4.2.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.2.ebuild,v 1.1 2004/08/15 10:00:35 stuart 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"
-RESTRICT="nomirror"
-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 ./secure.sh"
- einfo
-}
diff --git a/www-apps/gallery/gallery-1.4.3.ebuild b/www-apps/gallery/gallery-1.4.3.ebuild
deleted file mode 100644
index 74d3429159a6..000000000000
--- a/www-apps/gallery/gallery-1.4.3.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.3.ebuild,v 1.1 2004/08/15 10:00:35 stuart 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"
-RESTRICT="nomirror"
-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 ./secure.sh"
- einfo
-}
diff --git a/www-apps/gallery/gallery-1.4.3_p1.ebuild b/www-apps/gallery/gallery-1.4.3_p1.ebuild
deleted file mode 100644
index 705947f201fc..000000000000
--- a/www-apps/gallery/gallery-1.4.3_p1.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.3_p1.ebuild,v 1.1 2004/08/15 10:00:35 stuart 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"
-RESTRICT="nomirror"
-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 ./secure.sh"
- einfo
-}
diff --git a/www-apps/gallery/gallery-1.4.3_p2.ebuild b/www-apps/gallery/gallery-1.4.3_p2.ebuild
deleted file mode 100644
index 1748ceadd3ee..000000000000
--- a/www-apps/gallery/gallery-1.4.3_p2.ebuild
+++ /dev/null
@@ -1,65 +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.3_p2.ebuild,v 1.1 2004/08/15 10:00:35 stuart 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"
-RESTRICT="nomirror"
-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
-}