diff options
author | 2004-02-11 06:16:02 +0000 | |
---|---|---|
committer | 2004-02-11 06:16:02 +0000 | |
commit | 9326f81da14f4a146d8dc3b5561aeef8b63a0483 (patch) | |
tree | 1d5f2216d78504f0dd298677d258d376609daac7 /app-misc/gallery | |
parent | Version bump. (diff) | |
download | historical-9326f81da14f4a146d8dc3b5561aeef8b63a0483.tar.gz historical-9326f81da14f4a146d8dc3b5561aeef8b63a0483.tar.bz2 historical-9326f81da14f4a146d8dc3b5561aeef8b63a0483.zip |
old
Diffstat (limited to 'app-misc/gallery')
-rw-r--r-- | app-misc/gallery/files/digest-gallery-1.4.1 | 1 | ||||
-rw-r--r-- | app-misc/gallery/files/digest-gallery-1.4_p2 | 1 | ||||
-rw-r--r-- | app-misc/gallery/gallery-1.4.1.ebuild | 65 | ||||
-rw-r--r-- | app-misc/gallery/gallery-1.4_p2.ebuild | 104 |
4 files changed, 0 insertions, 171 deletions
diff --git a/app-misc/gallery/files/digest-gallery-1.4.1 b/app-misc/gallery/files/digest-gallery-1.4.1 deleted file mode 100644 index f309760d51d3..000000000000 --- a/app-misc/gallery/files/digest-gallery-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7152ba06c6c879695cefd260acfd9b8f gallery-1.4.1.tar.gz 927358 diff --git a/app-misc/gallery/files/digest-gallery-1.4_p2 b/app-misc/gallery/files/digest-gallery-1.4_p2 deleted file mode 100644 index d804b104fbac..000000000000 --- a/app-misc/gallery/files/digest-gallery-1.4_p2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f55dd81a9ca69efc6ee9d806df2f7e1e gallery-1.4-pl2.tar.gz 2045796 diff --git a/app-misc/gallery/gallery-1.4.1.ebuild b/app-misc/gallery/gallery-1.4.1.ebuild deleted file mode 100644 index fae0ea461310..000000000000 --- a/app-misc/gallery/gallery-1.4.1.ebuild +++ /dev/null @@ -1,65 +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.4.1.ebuild,v 1.6 2003/12/15 19:57:18 stuart Exp $ - -inherit webapp-apache - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator." -HOMEPAGE="http://gallery.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" -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} - -webapp-detect || NO_WEBSERVER=1 - -pkg_setup() { - 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/app-misc/gallery/gallery-1.4_p2.ebuild b/app-misc/gallery/gallery-1.4_p2.ebuild deleted file mode 100644 index c8bbf9be1182..000000000000 --- a/app-misc/gallery/gallery-1.4_p2.ebuild +++ /dev/null @@ -1,104 +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.4_p2.ebuild,v 1.3 2003/11/24 09:49:58 mholzer Exp $ - -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 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 - - # install locales - for d in locale/* - do - insinto ${DST_PATH}/$d/LC_MESSAGES - doins $d/LC_MESSAGES/* - done - - dodoc AUTHORS ChangeLog README LICENSE.txt UPGRADING - dohtml docs/* -} - -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" - einfo "# cd ${DST_PATH}" - einfo "# sh ./secure.sh" - einfo -} |