diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-03-24 15:47:48 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-03-24 15:47:48 +0000 |
commit | 0a6b9003282dcf1b3e40db8a5a21ec3c55dcf6bc (patch) | |
tree | e876f355f86c0cb524d0e87cb0ceb33d2346c9d6 /www-apps | |
parent | Added several use flags for www-apps/gallery (diff) | |
download | gentoo-2-0a6b9003282dcf1b3e40db8a5a21ec3c55dcf6bc.tar.gz gentoo-2-0a6b9003282dcf1b3e40db8a5a21ec3c55dcf6bc.tar.bz2 gentoo-2-0a6b9003282dcf1b3e40db8a5a21ec3c55dcf6bc.zip |
Removed old version
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gallery/files/digest-gallery-2.0.3 | 1 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.0.3.ebuild | 43 |
3 files changed, 4 insertions, 45 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 2bd81fe6eee8..5bf9250e86d9 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.80 2006/03/16 19:32:27 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.81 2006/03/24 15:47:48 rl03 Exp $ + + 24 Mar 2006; Renat Lumpau <rl03@gentoo.org> -gallery-2.0.3.ebuild: + Removed old version 16 Mar 2006; Simon Stelling <blubb@gentoo.org> gallery-2.0.4.ebuild: stable on amd64 wrt bug 125830 diff --git a/www-apps/gallery/files/digest-gallery-2.0.3 b/www-apps/gallery/files/digest-gallery-2.0.3 deleted file mode 100644 index 0d2b6a82adea..000000000000 --- a/www-apps/gallery/files/digest-gallery-2.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 6339132698e8cfae6328d365f3f7270c gallery-2.0.3-full.tar.gz 5429191 diff --git a/www-apps/gallery/gallery-2.0.3.ebuild b/www-apps/gallery/gallery-2.0.3.ebuild deleted file mode 100644 index 4e2784097b5b..000000000000 --- a/www-apps/gallery/gallery-2.0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.0.3.ebuild,v 1.6 2006/03/10 20:27:41 chriswhite Exp $ - -inherit webapp eutils - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${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-2.2 - app-arch/unzip - media-libs/jpeg - ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20051216 ) - 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_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/FfmpegToolkit.class.patch # bug 118162 -} - -src_install() { - webapp_src_preinst - - cp -R * ${D}/${MY_HTDOCSDIR} - dohtml README.html - - webapp_postinst_txt en ${FILESDIR}/postinstall-en2.txt - webapp_src_install -} |