summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-11-23 18:46:17 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-11-23 18:46:17 +0000
commit5787dfbdf57ac8ac3d4e68229bb65498ef2d3305 (patch)
tree2cff89542dcbe0d0cba49f6ebee72e61be445e7a /www-apps
parentStable on x86. (diff)
downloadhistorical-5787dfbdf57ac8ac3d4e68229bb65498ef2d3305.tar.gz
historical-5787dfbdf57ac8ac3d4e68229bb65498ef2d3305.tar.bz2
historical-5787dfbdf57ac8ac3d4e68229bb65498ef2d3305.zip
cleanup
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.4_p21
-rw-r--r--www-apps/gallery/gallery-1.4.4_p2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p2 b/www-apps/gallery/files/digest-gallery-1.4.4_p2
deleted file mode 100644
index c6ab6e744961..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.4_p2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2ee746884af196d5e07c6fdbe0efaed gallery-1.4.4-pl2.tar.gz 1758620
diff --git a/www-apps/gallery/gallery-1.4.4_p2.ebuild b/www-apps/gallery/gallery-1.4.4_p2.ebuild
deleted file mode 100644
index dc1e78afa3bb..000000000000
--- a/www-apps/gallery/gallery-1.4.4_p2.ebuild
+++ /dev/null
@@ -1,38 +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.4_p2.ebuild,v 1.2 2004/08/30 19:19:21 rl03 Exp $
-
-inherit webapp eutils
-
-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"
-IUSE=""
-KEYWORDS="x86 ppc sparc alpha hppa ~amd64"
-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
- >=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
-
- cp -R . ${D}/${MY_HTDOCSDIR}
- dodir ${MY_HTDOCSDIR}/albums
- webapp_serverowned ${MY_HTDOCSDIR}/albums
-
- dohtml docs/*
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}