summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-11 19:16:29 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-11 19:16:29 +0000
commit0e443d7d272e3423f7d5c1d1fe3e5f0d17daf9aa (patch)
treed05ce72eb9c722be08a6df59673ac2ba232cb395 /app-misc/gallery
parentVersion bumped. (diff)
downloadgentoo-2-0e443d7d272e3423f7d5c1d1fe3e5f0d17daf9aa.tar.gz
gentoo-2-0e443d7d272e3423f7d5c1d1fe3e5f0d17daf9aa.tar.bz2
gentoo-2-0e443d7d272e3423f7d5c1d1fe3e5f0d17daf9aa.zip
Added remote class and marked x86 stable
Diffstat (limited to 'app-misc/gallery')
-rw-r--r--app-misc/gallery/ChangeLog5
-rw-r--r--app-misc/gallery/Manifest4
-rw-r--r--app-misc/gallery/gallery-1.3.4.ebuild16
3 files changed, 16 insertions, 9 deletions
diff --git a/app-misc/gallery/ChangeLog b/app-misc/gallery/ChangeLog
index 645cc6d638b6..444257084896 100644
--- a/app-misc/gallery/ChangeLog
+++ b/app-misc/gallery/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2003/07/21 19:58:26 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/ChangeLog,v 1.8 2003/08/11 19:16:17 mholzer Exp $
+
+ 12 Aug 2003; Martin Holzer <mholzer@gentoo.org> gallery-1.3.4.ebuild:
+ Added remote class and marked x86 stable
*gallery-1.3.4 (22 Jul 2003)
diff --git a/app-misc/gallery/Manifest b/app-misc/gallery/Manifest
index 47e8e4f88351..d0871920ad8e 100644
--- a/app-misc/gallery/Manifest
+++ b/app-misc/gallery/Manifest
@@ -1,7 +1,7 @@
-MD5 ed0fa1824fbce9068ef37ec3571f69da ChangeLog 801
+MD5 91ad982bd9875a4ca753f92265753e52 ChangeLog 917
MD5 dd79ed17c973089a0ba23d7c45e51c4f gallery-1.3.1.ebuild 2004
MD5 b930730227b128bb841ab00591777a7d gallery-1.3.3.ebuild 2212
-MD5 87c4e6d6f2abaa230f466f27b86646da gallery-1.3.4.ebuild 2256
+MD5 dc981f56db905602f59408400679f718 gallery-1.3.4.ebuild 2275
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/gallery-1.3.4.ebuild b/app-misc/gallery/gallery-1.3.4.ebuild
index 05716bedcc6a..5e10bf9cfd36 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.2 2003/07/21 20:00:38 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.4.ebuild,v 1.3 2003/08/11 19:16:17 mholzer Exp $
DESCRIPTION="Web based (PHP Script) photo album viewer/creator."
HOMEPAGE="http://gallery.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64"
+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
@@ -40,6 +40,9 @@ src_install() {
insinto ${DST_PATH}/classes/postnuke0.7.1
doins classes/postnuke0.7.1/*.php
+ insinto ${DST_PATH}/classes/remote
+ doins classes/remote/*.php
+
insinto ${DST_PATH}/css
doins css/*.default
@@ -79,10 +82,11 @@ pkg_postinst() {
chmod 700 ${DST_PATH}/secure.sh ${DST_PATH}/configure.sh
einfo
- einfo "For new installations point your browser to http://www.yourhost.com/gallery/setup/"
+ einfo "For new installations point your browser to "
+ einfo "http://www.yourhost.com/gallery/setup/"
einfo "and follow the instructions."
- einfo "-----------------------------------------------------------------------------------"
- einfo "For upgrades, just run # cd ${DST_PATH}"
- einfo " # sh ./secure.sh"
+ einfo "--------------------------------------------"
+ einfo "For upgrades, just run # cd ${DST_PATH}"
+ einfo " # sh ./secure.sh"
einfo
}