diff options
Diffstat (limited to 'www-apps/gallery/gallery-1.5.5.ebuild')
-rw-r--r-- | www-apps/gallery/gallery-1.5.5.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www-apps/gallery/gallery-1.5.5.ebuild b/www-apps/gallery/gallery-1.5.5.ebuild index de756c7d1087..e330630ec3b5 100644 --- a/www-apps/gallery/gallery-1.5.5.ebuild +++ b/www-apps/gallery/gallery-1.5.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.5.ebuild,v 1.3 2007/07/29 17:27:25 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.5.ebuild,v 1.4 2008/02/05 15:13:28 hollow Exp $ -inherit webapp +inherit webapp depend.apache DESCRIPTION="Web based (PHP Script) photo album viewer/creator" HOMEPAGE="http://gallery.sourceforge.net/" @@ -12,14 +12,15 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="imagemagick netpbm unzip zip" -RDEPEND=">=www-servers/apache-2.0 - virtual/php +RDEPEND="virtual/php media-libs/jpeg netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 ) imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 ) unzip? ( app-arch/unzip ) zip? ( app-arch/zip )" +need_apache2 + S=${WORKDIR}/${PN} src_install() { |