diff options
Diffstat (limited to 'www-apps/gallery/gallery-1.4.4_p6.ebuild')
-rw-r--r-- | www-apps/gallery/gallery-1.4.4_p6.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
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 -} |