summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-16 20:31:14 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-16 20:31:14 +0000
commit5d6bbfed41e03140d7831c2000d0e67534a4b2c9 (patch)
tree738ef54bff06e8c34eda2e98edf0fd846d444b8e /app-misc/gallery
parentAdded ~sparc keyword. (diff)
downloadhistorical-5d6bbfed41e03140d7831c2000d0e67534a4b2c9.tar.gz
historical-5d6bbfed41e03140d7831c2000d0e67534a4b2c9.tar.bz2
historical-5d6bbfed41e03140d7831c2000d0e67534a4b2c9.zip
cleanup
Diffstat (limited to 'app-misc/gallery')
-rw-r--r--app-misc/gallery/Manifest6
-rw-r--r--app-misc/gallery/files/digest-gallery-1.3.11
-rw-r--r--app-misc/gallery/files/digest-gallery-1.3.31
-rw-r--r--app-misc/gallery/files/digest-gallery-1.3.41
-rw-r--r--app-misc/gallery/gallery-1.3.1.ebuild87
-rw-r--r--app-misc/gallery/gallery-1.3.3.ebuild89
-rw-r--r--app-misc/gallery/gallery-1.3.4.ebuild92
7 files changed, 0 insertions, 277 deletions
diff --git a/app-misc/gallery/Manifest b/app-misc/gallery/Manifest
index 2db4a6c8c2eb..48af512c4bad 100644
--- a/app-misc/gallery/Manifest
+++ b/app-misc/gallery/Manifest
@@ -1,11 +1,5 @@
MD5 bb521ca8c25639491d6b76f005ee49a7 ChangeLog 1274
-MD5 dd79ed17c973089a0ba23d7c45e51c4f gallery-1.3.1.ebuild 2004
-MD5 0ae5c19ea3abea6ada51a47c98c9e611 gallery-1.3.3.ebuild 2197
-MD5 6de555f98eabe6d086de77cf6bb2cf0c gallery-1.3.4.ebuild 2275
MD5 b52936b0da45a446b56f8624b02d5691 gallery-1.3.4_p1.ebuild 2301
MD5 550a470545db89586b576c27abda82b4 gallery-1.4_p1.ebuild 2418
-MD5 ab7002075a90dff10bfa0269ae809197 files/digest-gallery-1.3.1 65
-MD5 147819e361978cc48ad413e742f7e9ac files/digest-gallery-1.3.3 65
-MD5 5f49737f6b30f8c5537f498e88a59d52 files/digest-gallery-1.3.4 65
MD5 834cec16cd7b11eeba9ff788e80d4436 files/digest-gallery-1.3.4_p1 69
MD5 510469e367abf29fb94b65aaba7e0c0a files/digest-gallery-1.4_p1 68
diff --git a/app-misc/gallery/files/digest-gallery-1.3.1 b/app-misc/gallery/files/digest-gallery-1.3.1
deleted file mode 100644
index e09eab105d8d..000000000000
--- a/app-misc/gallery/files/digest-gallery-1.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c0ef90962414cac95f28a881c80117d gallery-1.3.1.tar.gz 166794
diff --git a/app-misc/gallery/files/digest-gallery-1.3.3 b/app-misc/gallery/files/digest-gallery-1.3.3
deleted file mode 100644
index c7e75abb08da..000000000000
--- a/app-misc/gallery/files/digest-gallery-1.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3929f61d08a39101149aab3f5946b98d gallery-1.3.3.tar.gz 182931
diff --git a/app-misc/gallery/files/digest-gallery-1.3.4 b/app-misc/gallery/files/digest-gallery-1.3.4
deleted file mode 100644
index 0b64b2198b19..000000000000
--- a/app-misc/gallery/files/digest-gallery-1.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b74f829c07ed5fe08c5f81d090d7d7fb gallery-1.3.4.tar.gz 201716
diff --git a/app-misc/gallery/gallery-1.3.1.ebuild b/app-misc/gallery/gallery-1.3.1.ebuild
deleted file mode 100644
index fe49bc2b8c8d..000000000000
--- a/app-misc/gallery/gallery-1.3.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.1.ebuild,v 1.5 2003/06/29 23:17:15 aliz Exp $
-
-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"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
-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"
-
-S="${WORKDIR}/${PN}"
-DST_PATH="/home/httpd/htdocs/gallery"
-
-src_compile() { :; }
-
-src_install() {
- insinto ${DST_PATH}
- doins *.{php,sh}
-
- insinto ${DST_PATH}/classes
- doins classes/*.php
-
- insinto ${DST_PATH}/classes/database/mysql
- doins classes/database/mysql/*.php
-
- insinto ${DST_PATH}/classes/gallery
- doins classes/gallery/*.php
-
- insinto ${DST_PATH}/classes/nuke5
- doins classes/nuke5/*.php
-
- insinto ${DST_PATH}/classes/postnuke
- doins classes/postnuke/*.php
-
- insinto ${DST_PATH}/classes/postnuke0.7.1
- doins classes/postnuke0.7.1/*.php
-
- insinto ${DST_PATH}/css
- doins css/*.default
-
- insinto ${DST_PATH}/errors
- doins errors/*.php
-
- insinto ${DST_PATH}/html
- doins html/*.inc
-
- insinto ${DST_PATH}/html_wrap
- doins html_wrap/*.default
-
- insinto ${DST_PATH}/images
- doins images/*.{gif,png}
-
- insinto ${DST_PATH}/java
- doins java/*.jar
-
- insinto ${DST_PATH}/js
- doins js/*.js
-
- insinto ${DST_PATH}/layout
- doins layout/*.inc
-
- insinto ${DST_PATH}/platform
- doins platform/*.php
-
- insinto ${DST_PATH}/setup
- doins setup/*.{php,inc,template,txt} setup/.htaccess
-
- dodoc AUTHORS ChangeLog README LICENSE.txt todo UPGRADING
-}
-
-
-pkg_postinst() {
- chown -R apache.apache ${DST_PATH}
- chown root.root ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
- chmod 700 ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
-
- einfo
- einfo "Now point your browser to http://www.yourhost.com/gallery/setup/"
- einfo "and follow the instructions."
- einfo
-}
diff --git a/app-misc/gallery/gallery-1.3.3.ebuild b/app-misc/gallery/gallery-1.3.3.ebuild
deleted file mode 100644
index 39a19f4217a5..000000000000
--- a/app-misc/gallery/gallery-1.3.3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.3.ebuild,v 1.7 2003/09/05 12:10:36 msterret Exp $
-
-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"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
-DEPEND=">=net-www/apache-1.3.24-r1
- >=dev-php/mod_php-4.1.2-r5
- >=media-gfx/jhead-1.6
- >=media-gfx/imagemagick-5.4.9.1-r1"
-
-S="${WORKDIR}/${PN}"
-DST_PATH="/home/httpd/htdocs/gallery"
-
-src_install() {
- insinto ${DST_PATH}
- doins *.{php,sh}
-
- insinto ${DST_PATH}/classes
- doins classes/*.php
-
- insinto ${DST_PATH}/classes/database/mysql
- doins classes/database/mysql/*.php
-
- insinto ${DST_PATH}/classes/gallery
- doins classes/gallery/*.php
-
- insinto ${DST_PATH}/classes/nuke5
- doins classes/nuke5/*.php
-
- insinto ${DST_PATH}/classes/postnuke
- doins classes/postnuke/*.php
-
- insinto ${DST_PATH}/classes/postnuke0.7.1
- doins classes/postnuke0.7.1/*.php
-
- insinto ${DST_PATH}/css
- doins css/*.default
-
- insinto ${DST_PATH}/errors
- doins errors/*.php
-
- insinto ${DST_PATH}/html
- doins html/*.inc
-
- insinto ${DST_PATH}/html_wrap
- doins html_wrap/*.default
-
- insinto ${DST_PATH}/images
- doins images/*.{jpg,gif,png}
-
- insinto ${DST_PATH}/java
- doins java/*.jar
-
- insinto ${DST_PATH}/js
- doins js/*.js
-
- insinto ${DST_PATH}/layout
- doins layout/*.inc
-
- insinto ${DST_PATH}/platform
- doins platform/*.php
-
- insinto ${DST_PATH}/setup
- doins setup/*.{php,inc,template,txt} setup/.htaccess
-
- dodoc AUTHORS ChangeLog README LICENSE.txt todo UPGRADING
-}
-
-
-pkg_postinst() {
- chown -R apache.apache ${DST_PATH}
- chown root.root ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
- chmod 700 ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
-
- einfo
- einfo "For new installations point your browser to http://www.yourhost.com/gallery/setup/"
- einfo "and follow the instructions."
- einfo "-----------------------------------------------------------------------------------"
- einfo "For upgrades, just run # cd ${DST_PATH}"
- einfo " # sh ./secure.sh"
- einfo
-}
-
diff --git a/app-misc/gallery/gallery-1.3.4.ebuild b/app-misc/gallery/gallery-1.3.4.ebuild
deleted file mode 100644
index 3f1ac61ed1ab..000000000000
--- a/app-misc/gallery/gallery-1.3.4.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.4.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $
-
-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"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~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}"
-DST_PATH="/home/httpd/htdocs/gallery"
-
-src_install() {
- insinto ${DST_PATH}
- doins *.{php,sh}
-
- insinto ${DST_PATH}/classes
- doins classes/*.php
-
- insinto ${DST_PATH}/classes/database/mysql
- doins classes/database/mysql/*.php
-
- insinto ${DST_PATH}/classes/gallery
- doins classes/gallery/*.php
-
- insinto ${DST_PATH}/classes/nuke5
- doins classes/nuke5/*.php
-
- insinto ${DST_PATH}/classes/postnuke
- doins classes/postnuke/*.php
-
- insinto ${DST_PATH}/classes/postnuke0.7.1
- doins classes/postnuke0.7.1/*.php
-
- insinto ${DST_PATH}/classes/remote
- doins classes/remote/*.php
-
- insinto ${DST_PATH}/css
- doins css/*.default
-
- insinto ${DST_PATH}/errors
- doins errors/*.php
-
- insinto ${DST_PATH}/html
- doins html/*.inc
-
- insinto ${DST_PATH}/html_wrap
- doins html_wrap/*.default
-
- insinto ${DST_PATH}/images
- doins images/*.{jpg,gif,png}
-
- insinto ${DST_PATH}/java
- doins java/*.jar
-
- insinto ${DST_PATH}/js
- doins js/*.js
-
- insinto ${DST_PATH}/layout
- doins layout/*.inc
-
- insinto ${DST_PATH}/platform
- doins platform/*.php
-
- insinto ${DST_PATH}/setup
- doins setup/*.{php,inc,template,txt} setup/.htaccess
-
- dodoc AUTHORS ChangeLog README LICENSE.txt todo UPGRADING
-}
-
-pkg_postinst() {
- chown -R apache.apache ${DST_PATH}
- chown root.root ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
- chmod 700 ${DST_PATH}/secure.sh ${DST_PATH}/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 # cd ${DST_PATH}"
- einfo " # sh ./secure.sh"
- einfo
-}