diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-08-27 16:15:34 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-08-27 16:15:34 +0000 |
commit | 560cdbc904540f4f5c4f055cb3f240771b8cbc74 (patch) | |
tree | d1f290428f473875f55f7291c6b9e2803d8ec5ee /www-apps/gallery | |
parent | Version bumped. This is a Security release. See 56915 (diff) | |
download | historical-560cdbc904540f4f5c4f055cb3f240771b8cbc74.tar.gz historical-560cdbc904540f4f5c4f055cb3f240771b8cbc74.tar.bz2 historical-560cdbc904540f4f5c4f055cb3f240771b8cbc74.zip |
Version bumped. Closes 61164Version bumped. Closes 61164
Diffstat (limited to 'www-apps/gallery')
-rw-r--r-- | www-apps/gallery/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/gallery/Manifest | 10 | ||||
-rw-r--r-- | www-apps/gallery/files/digest-gallery-1.4.4_p1 | 1 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.4.4_p1.ebuild | 48 |
4 files changed, 61 insertions, 5 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 37a1508dedc0..b9df8f8d0a37 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2004/08/27 09:44:44 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.7 2004/08/27 16:15:34 mholzer Exp $ + +*gallery-1.4.4_p1 (27 Aug 2004) + + 27 Aug 2004; Martin Holzer <mholzer@gentoo.org> +gallery-1.4.4_p1.ebuild: + Version bumped. Closes 61164 27 Aug 2004; Guy Martin <gmsoft@gentoo.org> gallery-1.4.4-r1.ebuild: Marked stable on hppa. diff --git a/www-apps/gallery/Manifest b/www-apps/gallery/Manifest index 01c597318d3a..8a71e09e9faa 100644 --- a/www-apps/gallery/Manifest +++ b/www-apps/gallery/Manifest @@ -1,8 +1,10 @@ -MD5 729f53abf96940785fcc39fb1a25775a ChangeLog 5080 +MD5 5c84935eb47297a074eae7df6d85c078 ChangeLog 5222 +MD5 08de767572368ba66af3b458520c16c4 gallery-1.4.4-r1.ebuild 1109 +MD5 919fa56254777de0ffd8d9b9255d538c gallery-1.4.4_p1.ebuild 1078 MD5 8d9e8aaf769adc5a417391c6b08a006b gallery-1.4.4.ebuild 1741 MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -MD5 08de767572368ba66af3b458520c16c4 gallery-1.4.4-r1.ebuild 1109 -MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4 66 MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4-r1 66 -MD5 c587b8102659ede5078c12013b289587 files/vuln-20040817.diff 462 MD5 1a10c9a2ede35b5bfcfcedc4d90373e3 files/postinstall-en.txt 287 +MD5 c587b8102659ede5078c12013b289587 files/vuln-20040817.diff 462 +MD5 6fcc08df722ba5e76a48e52022893d80 files/digest-gallery-1.4.4_p1 70 +MD5 763f3e84ab504c5f79b9bc2feaae0083 files/digest-gallery-1.4.4 66 diff --git a/www-apps/gallery/files/digest-gallery-1.4.4_p1 b/www-apps/gallery/files/digest-gallery-1.4.4_p1 new file mode 100644 index 000000000000..60e9b5fcb660 --- /dev/null +++ b/www-apps/gallery/files/digest-gallery-1.4.4_p1 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..789858f30441 --- /dev/null +++ b/www-apps/gallery/gallery-1.4.4_p1.ebuild @@ -0,0 +1,48 @@ +# 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.1 2004/08/27 16:15:34 mholzer 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" +DEPEND="$DEPEND" +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_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + :; +} + +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 +} |