Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40011 Details for
Bug 52020
bump for Apache-Gallery 0.8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Apache-Gallery-0.8.ebuild
Apache-Gallery-0.8.ebuild (text/plain), 2.46 KB, created by
Michael Cummings (RETIRED)
on 2004-09-20 07:43:54 UTC
(
hide
)
Description:
Apache-Gallery-0.8.ebuild
Filename:
MIME Type:
Creator:
Michael Cummings (RETIRED)
Created:
2004-09-20 07:43:54 UTC
Size:
2.46 KB
patch
obsolete
># Copyright 1999-2004 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.2 2004/09/20 14:22:16 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/author/LEGART/${P}" > >SLOT="0" >LICENSE="Artistic | GPL-2" >KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" >IUSE="" > > >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() { > mydoc="INSTALL" > > perl-module_src_install > > if [ "`use apache2`" ]; then > insinto /var/www/localhost/icons/gallery > else > insinto /home/httpd/icons/gallery > fi > doins htdocs/*.png > > if [ "`use apache2`" ]; then > insinto /etc/apache2/gallery/templates/default > doins templates/default/*.tpl > > insinto /etc/apache2/gallery/templates/new > doins templates/default/*.tpl > else > insinto /etc/apache/gallery/templates/default > doins templates/default/*.tpl > > insinto /etc/apache/gallery/templates/new > doins templates/default/*.tpl > fi > > if [ "`use apache2`" ]; then > insinto /etc/apache2/conf/modules.d > doins ${FILESDIR}/76_apache-gallery.conf > else > insinto /etc/apache/conf/addon-modules > donins ${FILESDIR}/apache-gallery.conf > fi >} > >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 >} > >pkg_config() { > if [ -n "`use apache2`" ]; then > echo "Include conf/apache-gallery.conf" \ > >> ${ROOT}/etc/apache2/conf/apache.conf > else > echo "Include conf/apache-gallery.conf" \ > >> ${ROOT}/etc/apache/conf/apache.conf > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52020
:
40011
|
40012
|
40059
|
40060
|
40061