diff options
-rw-r--r-- | www-apps/gallery/files/digest-gallery-1.4.4_p4 | 1 | ||||
-rw-r--r-- | www-apps/gallery/files/digest-gallery-1.4.4_p5 | 1 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.4.4_p4.ebuild | 48 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.4.4_p5.ebuild | 48 |
4 files changed, 0 insertions, 98 deletions
diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p4 b/www-apps/gallery/files/digest-gallery-1.4.4_p4 deleted file mode 100644 index 693f86e6b8fe..000000000000 --- a/www-apps/gallery/files/digest-gallery-1.4.4_p4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad84576e9dedb24fdf3c5b90cd3003ef gallery-1.4.4-pl4.tar.gz 1745654 diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p5 b/www-apps/gallery/files/digest-gallery-1.4.4_p5 deleted file mode 100644 index 5ac5905bfd5a..000000000000 --- a/www-apps/gallery/files/digest-gallery-1.4.4_p5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a590b494115f2c5ffa23417839311614 gallery-1.4.4-pl5.tar.gz 1759534 diff --git a/www-apps/gallery/gallery-1.4.4_p4.ebuild b/www-apps/gallery/gallery-1.4.4_p4.ebuild deleted file mode 100644 index f3cb88d48380..000000000000 --- a/www-apps/gallery/gallery-1.4.4_p4.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_p4.ebuild,v 1.6 2005/02/08 02:26:27 swtaylor 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="" - -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 -} diff --git a/www-apps/gallery/gallery-1.4.4_p5.ebuild b/www-apps/gallery/gallery-1.4.4_p5.ebuild deleted file mode 100644 index 1fd0cdba3752..000000000000 --- a/www-apps/gallery/gallery-1.4.4_p5.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_p5.ebuild,v 1.2 2005/02/08 02:26:27 swtaylor 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="" - -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 -} |