summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-09-13 22:54:11 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-09-13 22:54:11 +0000
commit95be18a8bfbf1c98683f8fb50a7316670a80f0a9 (patch)
tree52c83334e6198e10cb0cf51e6b41b28cd6a9a46b /www-apps/gallery
parentVersion bump (bug #105784) (diff)
downloadgentoo-2-95be18a8bfbf1c98683f8fb50a7316670a80f0a9.tar.gz
gentoo-2-95be18a8bfbf1c98683f8fb50a7316670a80f0a9.tar.bz2
gentoo-2-95be18a8bfbf1c98683f8fb50a7316670a80f0a9.zip
Cleaning old versions
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/ChangeLog6
-rw-r--r--www-apps/gallery/files/digest-gallery-2.0_rc11
-rw-r--r--www-apps/gallery/files/digest-gallery-2.0_rc21
-rw-r--r--www-apps/gallery/gallery-2.0_rc1.ebuild38
-rw-r--r--www-apps/gallery/gallery-2.0_rc2.ebuild39
5 files changed, 5 insertions, 80 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index bb7202fe9c7e..55c0a46734d6 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/gallery
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.34 2005/09/13 22:52:58 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.35 2005/09/13 22:54:11 rl03 Exp $
+
+ 13 Sep 2005; Renat Lumpau <rl03@gentoo.org> -gallery-2.0_rc1.ebuild,
+ -gallery-2.0_rc2.ebuild:
+ Cleaning old versions
*gallery-2.0 (13 Sep 2005)
diff --git a/www-apps/gallery/files/digest-gallery-2.0_rc1 b/www-apps/gallery/files/digest-gallery-2.0_rc1
deleted file mode 100644
index 6b1f8bf5413a..000000000000
--- a/www-apps/gallery/files/digest-gallery-2.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d349b826b97f96c8905514a04ae17381 gallery-2.0-rc-1-full.tar.gz 4792904
diff --git a/www-apps/gallery/files/digest-gallery-2.0_rc2 b/www-apps/gallery/files/digest-gallery-2.0_rc2
deleted file mode 100644
index 53a5d38dc396..000000000000
--- a/www-apps/gallery/files/digest-gallery-2.0_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19a9d286881e5818ef3fc7b8b301a232 gallery-2.0-rc-2-full.tar.gz 5278237
diff --git a/www-apps/gallery/gallery-2.0_rc1.ebuild b/www-apps/gallery/gallery-2.0_rc1.ebuild
deleted file mode 100644
index 8fc35b43b059..000000000000
--- a/www-apps/gallery/gallery-2.0_rc1.ebuild
+++ /dev/null
@@ -1,38 +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-2.0_rc1.ebuild,v 1.1 2005/08/21 00:33:05 rl03 Exp $
-
-inherit webapp
-
-MY_P=${P/_rc/-rc-}
-
-DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
-HOMEPAGE="http://gallery.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-full.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="gd imagemagick netpbm mysql postgres"
-
-RDEPEND="virtual/httpd-php
- >=media-gfx/jhead-1.6
- app-arch/unzip
- media-libs/jpeg
- gd? ( >=media-libs/gd-2 )
- netpbm? ( >=media-libs/netpbm-9.12 )
- imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
- mysql? ( dev-db/mysql )
- postgres? ( >=dev-db/postgresql-7 )
-"
-
-S=${WORKDIR}/${PN}2
-
-src_install() {
- webapp_src_preinst
-
- cp -R * ${D}/${MY_HTDOCSDIR}
- dohtml README.html
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-en2.txt
- webapp_src_install
-}
diff --git a/www-apps/gallery/gallery-2.0_rc2.ebuild b/www-apps/gallery/gallery-2.0_rc2.ebuild
deleted file mode 100644
index 02698454ea36..000000000000
--- a/www-apps/gallery/gallery-2.0_rc2.ebuild
+++ /dev/null
@@ -1,39 +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-2.0_rc2.ebuild,v 1.2 2005/09/03 15:17:16 rl03 Exp $
-
-inherit webapp
-
-MY_P=${P/_rc/-rc-}
-
-DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
-HOMEPAGE="http://gallery.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-full.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="ffmpeg gd imagemagick netpbm mysql postgres"
-
-RDEPEND="virtual/httpd-php
- >=media-gfx/jhead-1.6
- app-arch/unzip
- media-libs/jpeg
- ffmpeg? ( media-video/ffmpeg )
- gd? ( >=media-libs/gd-2 )
- netpbm? ( >=media-libs/netpbm-9.12 )
- imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
- mysql? ( dev-db/mysql )
- postgres? ( >=dev-db/postgresql-7 )
-"
-
-S=${WORKDIR}/${PN}2
-
-src_install() {
- webapp_src_preinst
-
- cp -R * ${D}/${MY_HTDOCSDIR}
- dohtml README.html
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-en2.txt
- webapp_src_install
-}