Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42736 Details for
Bug 59857
Request: gallery 2.0 alpha1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gallery-2.0_alpha3.ebuild
gallery-2.0_alpha3.ebuild (text/plain), 1.41 KB, created by
Tom Hosiawa
on 2004-10-27 17:52:25 UTC
(
hide
)
Description:
gallery-2.0_alpha3.ebuild
Filename:
MIME Type:
Creator:
Tom Hosiawa
Created:
2004-10-27 17:52:25 UTC
Size:
1.41 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/gallery/gallery-1.4.4_p2.ebuild,v 1.2 2004/08/30 19:19:21 rl03 Exp $ > >inherit webapp > >DESCRIPTION="Web based (PHP Script) photo album viewer/creator." >HOMEPAGE="http://gallery.sourceforge.net/" >MY_P=${P/_/-} >MY_P=${MY_P/alpha/alpha-} >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" >IUSE="" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" > ># oracle? >RDEPEND=">=net-www/apache-1.3.24-r1 > >=dev-php/mod_php-4.1.0 > >=media-gfx/jhead-1.6 > netpbm? ( >=media-libs/netpbm-9.12 ) > imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 ) > gd? ( >=media-libs/gd-2.0 ) > mysql? ( >=dev-db/mysql-3.0 ) > postgres? ( dev-db/postgres )" > >SPV=`echo ${PV} | sed -e "s/\(^[0-9]*\).*/\1/"` >S=${WORKDIR}/${PN}${SPV} > >src_install() { > webapp_src_preinst > > # docs > dohtml README.html > rm -f README.html > for file in docs/*; do > dodoc ${file} > rm -f ${file} > done > rmdir docs > ># touch ${S}/.htaccess ${S}/config.php > cp -R . ${D}/${MY_HTDOCSDIR} > > # config files ># webapp_configfile ${MY_HTDOCSDIR}/config.php > > # owned files ># dodir ${MY_HTDOCSDIR}/albums ># webapp_serverowned ${MY_HTDOCSDIR}/.htaccess ># webapp_serverowned ${MY_HTDOCSDIR}/config.php ># webapp_serverowned ${MY_HTDOCSDIR}/albums > ># dohtml docs/* > webapp_postinst_txt en ${FILESDIR}/postinstall-en-${SPV}.txt > > webapp_src_install >}
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 59857
:
42736
|
42737
|
42742
|
42743
|
43345
|
52986
|
52987
|
61677
|
65380
|
65381