diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-07 13:57:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-07 13:57:38 +0000 |
commit | 3dfd91b9e0ed88f35abe260a06719c56d7f0abc7 (patch) | |
tree | 411b2bea15c1e1bc40620c5d5c5e0c2fed38cd57 /www-apps/Apache-Gallery | |
parent | Changed hardcoded /opt/soldieroffortune to dir variable and closing bug #84361. (diff) | |
download | historical-3dfd91b9e0ed88f35abe260a06719c56d7f0abc7.tar.gz historical-3dfd91b9e0ed88f35abe260a06719c56d7f0abc7.tar.bz2 historical-3dfd91b9e0ed88f35abe260a06719c56d7f0abc7.zip |
Bug 71196
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'www-apps/Apache-Gallery')
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild | 4 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild | 10 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.8-r2.ebuild | 77 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild | 4 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/Manifest | 22 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r2 | 1 |
7 files changed, 111 insertions, 16 deletions
diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild index 6a258e720425..4c2da0290cbe 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild,v 1.3 2004/11/08 08:41:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild,v 1.4 2005/03/07 13:57:38 mcummings Exp $ inherit perl-module diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild index cd0ebdb44bbf..a22733862b78 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild,v 1.2 2004/11/08 08:41:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8-r1.ebuild,v 1.3 2005/03/07 13:57:38 mcummings Exp $ inherit perl-module webapp @@ -35,16 +35,16 @@ src_install() { perl-module_src_install - insinto ${MY_ICONSDIR} + insinto ${MY_ICONSDIR}/gallery doins htdocs/*.png dodir ${MY_HOSTROOTDIR}/${PN}/templates/default dodir ${MY_HOSTROOTDIR}/${PN}/templates/new insinto ${MY_HOSTROOTDIR}/${PN}/templates/default - doins templates/default/*.tpl + doins templates/default/* insinto ${MY_HOSTROOTDIR}/${PN}/templates/new - doins templates/default/*.tpl + doins templates/new/* if use apache2; then insinto /etc/apache2/conf/modules.d diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.8-r2.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r2.ebuild new file mode 100644 index 000000000000..a0722f5525b9 --- /dev/null +++ b/www-apps/Apache-Gallery/Apache-Gallery-0.8-r2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8-r2.ebuild,v 1.1 2005/03/07 13:57:38 mcummings Exp $ + +inherit perl-module webapp + +DESCRIPTION="Apache gallery for mod_perl" +SRC_URI="http://cpan.org/modules/by-module/Apache/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/LEGART/${P}" + +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" +IUSE="apache2" + +DEPEND="${DEPEND} + >=dev-perl/libapreq-1.0 + >=media-libs/imlib2-1.0.6-r1 + >=dev-perl/mod_perl-1.27-r1 + >=dev-perl/ImageInfo-1.04-r2 + >=dev-perl/ImageSize-2.99-r1 + dev-perl/Image-Imlib2 + >=dev-perl/CGI-2.93 + >=dev-perl/CGI-FastTemplate-1.09 + >=dev-perl/Parse-RecDescent-1.80-r3 + dev-perl/URI + dev-perl/text-template + >=dev-perl/Inline-0.43-r1 + virtual/x11 + !apache2? ( >=net-www/apache-1.3.26-r2 ) + apache2? ( >=net-www/apache-2.0.43-r1 ) " + +src_install() { + webapp_src_preinst + mydoc="INSTALL" + + perl-module_src_install + + insinto ${MY_ICONSDIR}/gallery + doins htdocs/*.png + + dodir ${MY_HOSTROOTDIR}/${PN}/templates/default + dodir ${MY_HOSTROOTDIR}/${PN}/templates/new + + insinto ${MY_HOSTROOTDIR}/${PN}/templates/default + doins templates/default/* + insinto ${MY_HOSTROOTDIR}/${PN}/templates/new + doins templates/new/* + + if use apache2; then + insinto /etc/apache2/conf/modules.d + doins ${FILESDIR}/76_apache-gallery.conf + else + insinto /etc/apache/conf/addon-modules + doins ${FILESDIR}/apache-gallery.conf + fi + webapp_src_install +} + +pkg_postinst() { + if use apache2; then + einfo + einfo "You should edit your /etc/apache2/conf/modules.d/76_apache-gallery.conf file to suit." + else + einfo + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "to have your apache.conf auto-updated." + einfo "You should then edit your /etc/apache/conf/addon-modules/apache-gallery.conf file to suit." + einfo + fi + webapp_pkg_postinst +} + +pkg_config() { + use apache2 || \ + echo "Include /etc/apache/conf/addon-modules/apache-gallery.conf" \ + >> ${ROOT}/etc/apache/conf/apache.conf +} diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild index ca7ace096ae1..7712b1e8fbfe 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild,v 1.3 2004/11/08 08:41:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/Apache-Gallery-0.8.ebuild,v 1.4 2005/03/07 13:57:38 mcummings Exp $ inherit perl-module diff --git a/www-apps/Apache-Gallery/ChangeLog b/www-apps/Apache-Gallery/ChangeLog index ee8b9014687f..703d28e46d52 100644 --- a/www-apps/Apache-Gallery/ChangeLog +++ b/www-apps/Apache-Gallery/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/Apache-Gallery -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/ChangeLog,v 1.5 2004/09/21 16:15:11 rl03 Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/ChangeLog,v 1.6 2005/03/07 13:57:38 mcummings Exp $ + + 07 Mar 2005; Michael Cummings <mcummings@gentoo.org> + Apache-Gallery-0.8-r1.ebuild: + Modified what's installed from templates [ bug 71196 - thanks to Wayne Love + <wayne@wslove.org> ]. Also corrected default vs new ins's. *Apache-Gallery-0.8-r1 (21 Sep 2004) diff --git a/www-apps/Apache-Gallery/Manifest b/www-apps/Apache-Gallery/Manifest index bbff569739da..360a3ada0d45 100644 --- a/www-apps/Apache-Gallery/Manifest +++ b/www-apps/Apache-Gallery/Manifest @@ -1,10 +1,22 @@ -MD5 63a5498ffffd77982c47f3815e8b73c5 Apache-Gallery-0.6.ebuild 1456 -MD5 2102a3f67e5bacb198da4ad115a07e41 Apache-Gallery-0.8.ebuild 1520 -MD5 c0c26af618dba357a87975c267d118fe ChangeLog 1843 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 072e0321f320b70536d9ca4c8482789d Apache-Gallery-0.6.ebuild 1456 +MD5 a3cb27e30e87f9f7ad80b105f2a196b7 Apache-Gallery-0.8-r1.ebuild 2120 +MD5 44d8f0bfd292cad027e68a4b1ae04836 Apache-Gallery-0.8.ebuild 1520 +MD5 4d5df204d9606fec366619f02fa40b72 ChangeLog 2075 MD5 2a5bdc93be7720976d88be5034a17df2 metadata.xml 444 -MD5 47ac442329d44db7f16d50a1f7500083 Apache-Gallery-0.8-r1.ebuild 2124 +MD5 f051e38a86142088d3f9fe51673d1901 Apache-Gallery-0.8-r2.ebuild 2120 +MD5 862b7db14e194f66c345bdaee71e0d00 files/76_apache-gallery.conf 1461 MD5 d9a1361f6d0f1dac9def27a0b57cf30c files/apache-gallery.conf 757 MD5 f372bf3342f63c4d3a680051e80b5571 files/digest-Apache-Gallery-0.6 69 MD5 3c77fe3e38d06f53fca962becfe10d81 files/digest-Apache-Gallery-0.8 69 -MD5 862b7db14e194f66c345bdaee71e0d00 files/76_apache-gallery.conf 1461 MD5 3c77fe3e38d06f53fca962becfe10d81 files/digest-Apache-Gallery-0.8-r1 69 +MD5 3c77fe3e38d06f53fca962becfe10d81 files/digest-Apache-Gallery-0.8-r2 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFCLF1FtG5z4I8BtQoRApH2AJ4n5Tt0qCKlzmj8DPH66H7O8V1DxgCfdODU +Bk9N7LzzDdZFVKkljfnWOa0= +=cxRw +-----END PGP SIGNATURE----- diff --git a/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r2 b/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r2 new file mode 100644 index 000000000000..751d21f9d580 --- /dev/null +++ b/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r2 @@ -0,0 +1 @@ +MD5 c04d7d8edc90982eae68a431077f9413 Apache-Gallery-0.8.tar.gz 77184 |