summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-09-03 09:20:59 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-09-03 09:20:59 +0000
commitc61aef3e011e94e099b592c56c01e8be29bc0400 (patch)
tree341c58a52c1abaf5b8936bb6486bf41307052dcd /www-apps/gallery
parent1.0.2 stable amd64, x86. Removing old ebuilds. (Manifest recommit) (diff)
downloadgentoo-2-c61aef3e011e94e099b592c56c01e8be29bc0400.tar.gz
gentoo-2-c61aef3e011e94e099b592c56c01e8be29bc0400.tar.bz2
gentoo-2-c61aef3e011e94e099b592c56c01e8be29bc0400.zip
Obsolete version removed
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/files/digest-gallery-1.4.4_p11
-rw-r--r--www-apps/gallery/gallery-1.4.4_p1.ebuild38
3 files changed, 4 insertions, 40 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index bbd70ff1aa11..07bfe3cee5f9 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/gallery
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.10 2004/09/03 09:19:01 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.11 2004/09/03 09:20:59 rl03 Exp $
+
+ 03 Sep 2004; Renat Lumpau <rl03@gentoo.org> -gallery-1.4.4_p1.ebuild:
+ Obsolete version; removed by eversionrm tool
03 Sep 2004; Renat Lumpau <rl03@gentoo.org> -gallery-1.4.4-r1.ebuild,
-gallery-1.4.4.ebuild:
diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p1 b/www-apps/gallery/files/digest-gallery-1.4.4_p1
deleted file mode 100644
index 60e9b5fcb660..000000000000
--- a/www-apps/gallery/files/digest-gallery-1.4.4_p1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 02a186bd1f70d493614bdf9c04ccc35a gallery-1.4.4-pl1.tar.gz 1758329
diff --git a/www-apps/gallery/gallery-1.4.4_p1.ebuild b/www-apps/gallery/gallery-1.4.4_p1.ebuild
deleted file mode 100644
index 26d8ea6ab606..000000000000
--- a/www-apps/gallery/gallery-1.4.4_p1.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_p1.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
-}