diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:20:01 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:20:01 +0000 |
commit | 685be2279f27915f924121ba6184fd54e1953b16 (patch) | |
tree | c64eac409052031acd0cc380628c746b764222df /www-apps | |
parent | Stable on amd64 wrt bug 181624 (diff) | |
download | gentoo-2-685be2279f27915f924121ba6184fd54e1953b16.tar.gz gentoo-2-685be2279f27915f924121ba6184fd54e1953b16.tar.bz2 gentoo-2-685be2279f27915f924121ba6184fd54e1953b16.zip |
Remove Apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild | 55 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.6 | 3 |
3 files changed, 5 insertions, 59 deletions
diff --git a/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild deleted file mode 100644 index 3addaae521b2..000000000000 --- a/www-apps/Apache-Gallery/Apache-Gallery-0.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 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.14 2007/01/20 14:43:56 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Apache gallery for mod_perl" -SRC_URI="http://cpan.org/modules/by-module/Apache/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~legart/" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - - -DEPEND="${DEPEND} - >=www-misc/libapreq-1.0 - >=media-libs/imlib2-1.0.6-r1 - >=www-apache/mod_perl-1.27-r1 - >=dev-perl/ImageInfo-1.04-r2 - >=dev-perl/ImageSize-2.99-r1 - >=virtual/perl-CGI-2.78-r3 - >=dev-perl/CGI-FastTemplate-1.09 - >=dev-perl/Parse-RecDescent-1.80-r3 - >=dev-perl/Inline-0.43-r1 -" - -src_install() { - mydoc="INSTALL" - - perl-module_src_install - - insinto /home/httpd/icons - doins htdocs/*.png - - insinto /etc/apache/gallery/templates - doins templates/*.tpl - - insinto /etc/apache/conf - doins ${FILESDIR}/apache-gallery.conf -} - -pkg_postinst() { - install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl - - elog "Execute \"emerge --config =${PF}\"" - elog "to have your apache.conf auto-updated." - elog "You should then edit your /etc/apache/conf/apache-gallery.conf file to suit." -} - -pkg_config() { - echo "Include conf/apache-gallery.conf" \ - >> ${ROOT}/etc/apache/conf/apache.conf -} diff --git a/www-apps/Apache-Gallery/ChangeLog b/www-apps/Apache-Gallery/ChangeLog index 4915d922a7c2..94622be7a93a 100644 --- a/www-apps/Apache-Gallery/ChangeLog +++ b/www-apps/Apache-Gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/Apache-Gallery # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/ChangeLog,v 1.27 2007/05/24 14:35:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/Apache-Gallery/ChangeLog,v 1.28 2007/06/13 12:20:01 chtekk Exp $ + + 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org> + -Apache-Gallery-0.6.ebuild: + Remove Apache1. 24 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> Apache-Gallery-1.0_rc3.ebuild: diff --git a/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.6 b/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.6 deleted file mode 100644 index 0d8d07293e88..000000000000 --- a/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 78efe9884dc242ca50d4cc2e2fca9f44 Apache-Gallery-0.6.tar.gz 66429 -RMD160 1c4820a482b0d944070d16c838a084b107fc85ca Apache-Gallery-0.6.tar.gz 66429 -SHA256 0017162b72d9ec5e4507dd2de78dc292ed52b6113fa8cfdcd21ef6c452c8a97a Apache-Gallery-0.6.tar.gz 66429 |