Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50765 Details for
Bug 81276
ebuild for sphpblog 0.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sphpblog-0.4.0
sphpblog-0.4.0.ebuild (text/plain), 826 bytes, created by
Bjarke Istrup Pedersen (RETIRED)
on 2005-02-08 11:52:55 UTC
(
hide
)
Description:
sphpblog-0.4.0
Filename:
MIME Type:
Creator:
Bjarke Istrup Pedersen (RETIRED)
Created:
2005-02-08 11:52:55 UTC
Size:
826 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp > >DESCRIPTION="Simple PHP Blog, a blog storing its data in files" >HOMEPAGE="http://www.bigevilbrain.com/sphpblog/" >SRC_URI="mirror://sourceforge/${PN}/${P}.zip" > >LICENSE="GPL-2" >KEYWORDS="~x86" >IUSE="" > >DEPEND="app-arch/unzip" >RDEPEND="virtual/php > net-www/apache" > >pkg_setup () { > webapp_pkg_setup >} > >src_install() { > webapp_src_preinst > > cd ${S} > # The installation tries to create these, but to make sure permissions are > # correct, we make them here. > mkdir {config,content,images} > > cp -r * ${D}/${MY_HTDOCSDIR} || die "cp failed" > > webapp_serverowned ${MY_HTDOCSDIR}/config > webapp_serverowned ${MY_HTDOCSDIR}/content > webapp_serverowned ${MY_HTDOCSDIR}/images > > 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 81276
: 50765