From a46fe2070724c065cd5c926bbe858abb50478aa1 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Mon, 21 Jul 2003 20:01:02 +0000 Subject: Version bumped. --- app-misc/gallery/ChangeLog | 8 +++++++- app-misc/gallery/Manifest | 2 +- app-misc/gallery/files/digest-gallery-1.3.4 | 1 + app-misc/gallery/gallery-1.3.3.ebuild | 5 +++-- app-misc/gallery/gallery-1.3.4.ebuild | 5 +++-- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 app-misc/gallery/files/digest-gallery-1.3.4 (limited to 'app-misc') diff --git a/app-misc/gallery/ChangeLog b/app-misc/gallery/ChangeLog index 5e5f7feac78f..645cc6d638b6 100644 --- a/app-misc/gallery/ChangeLog +++ b/app-misc/gallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/gallery # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/ChangeLog,v 1.6 2003/03/06 21:15:47 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/ChangeLog,v 1.7 2003/07/21 19:58:26 mholzer Exp $ + +*gallery-1.3.4 (22 Jul 2003) + + 22 Jul 2003; Martin Holzer gallery-1.3.3.ebuild, + gallery-1.3.4.ebuild: + Version bumped. *gallery-1.3.3 (28 Jan 2003) diff --git a/app-misc/gallery/Manifest b/app-misc/gallery/Manifest index 2544a0c36fe8..47e8e4f88351 100644 --- a/app-misc/gallery/Manifest +++ b/app-misc/gallery/Manifest @@ -1,7 +1,7 @@ MD5 ed0fa1824fbce9068ef37ec3571f69da ChangeLog 801 MD5 dd79ed17c973089a0ba23d7c45e51c4f gallery-1.3.1.ebuild 2004 MD5 b930730227b128bb841ab00591777a7d gallery-1.3.3.ebuild 2212 -MD5 4f79e9696c07e521e68d7d344037b03e gallery-1.3.4.ebuild 2211 +MD5 87c4e6d6f2abaa230f466f27b86646da gallery-1.3.4.ebuild 2256 MD5 ab7002075a90dff10bfa0269ae809197 files/digest-gallery-1.3.1 65 MD5 147819e361978cc48ad413e742f7e9ac files/digest-gallery-1.3.3 65 MD5 5f49737f6b30f8c5537f498e88a59d52 files/digest-gallery-1.3.4 65 diff --git a/app-misc/gallery/files/digest-gallery-1.3.4 b/app-misc/gallery/files/digest-gallery-1.3.4 new file mode 100644 index 000000000000..0b64b2198b19 --- /dev/null +++ b/app-misc/gallery/files/digest-gallery-1.3.4 @@ -0,0 +1 @@ +MD5 b74f829c07ed5fe08c5f81d090d7d7fb gallery-1.3.4.tar.gz 201716 diff --git a/app-misc/gallery/gallery-1.3.3.ebuild b/app-misc/gallery/gallery-1.3.3.ebuild index 0b822c07daf6..a4eae1d066c5 100644 --- a/app-misc/gallery/gallery-1.3.3.ebuild +++ b/app-misc/gallery/gallery-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.3.ebuild,v 1.5 2003/06/29 23:17:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.3.ebuild,v 1.6 2003/07/21 19:58:26 mholzer Exp $ DESCRIPTION="Web based (PHP Script) photo album viewer/creator." HOMEPAGE="http://gallery.sourceforge.net/" @@ -82,7 +82,8 @@ pkg_postinst() { einfo "For new installations point your browser to http://www.yourhost.com/gallery/setup/" einfo "and follow the instructions." einfo "-----------------------------------------------------------------------------------" - einfo "For upgrades, just run # ${DST_PATH}/secure.sh" + einfo "For upgrades, just run # cd ${DST_PATH}" + einfo " # sh ./secure.sh" einfo } diff --git a/app-misc/gallery/gallery-1.3.4.ebuild b/app-misc/gallery/gallery-1.3.4.ebuild index 2ba80a3bf1c9..05716bedcc6a 100644 --- a/app-misc/gallery/gallery-1.3.4.ebuild +++ b/app-misc/gallery/gallery-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.4.ebuild,v 1.1 2003/07/21 19:58:26 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.4.ebuild,v 1.2 2003/07/21 20:00:38 mholzer Exp $ DESCRIPTION="Web based (PHP Script) photo album viewer/creator." HOMEPAGE="http://gallery.sourceforge.net/" @@ -8,10 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64" DEPEND=">=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}" -- cgit v1.2.3-65-gdbad