Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54463 Details for
Bug 86694
pivot-1.24.1.ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pivot-1.24.1.ebuild
pivot-1.24.1.ebuild (text/plain), 1.11 KB, created by
didbaba
on 2005-03-25 12:09:04 UTC
(
hide
)
Description:
pivot-1.24.1.ebuild
Filename:
MIME Type:
Creator:
didbaba
Created:
2005-03-25 12:09:04 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp eutils > >DESCRIPTION="Pivot is a web-based tool to help you maintain dynamic sites, like weblogs or online journals" >HOMEPAGE="http://www.pivotlog.net/" >SRC_URI="mirror://sourceforge/pivot-weblog/Pivot_${PV}_full.zip" > >LICENSE="GPL-2" >KEYWORDS="~x86" >IUSE="" > ># defined in webapp >#SLOT="${PVR}" > >DEPEND="$DEPEND app-arch/unzip virtual/php" > ># it's a merdical spamzip file... >S=${WORKDIR} > >src_unpack() { > cd ${WORKDIR} > unpack Pivot_${PV}_full.zip >} > >src_compile() { > echo "Nothing to compile" >} > >src_install() { > > local docs="README.txt example.htaccess" > > webapp_src_preinst > > # handle documentation files > # > # NOTE that doc files go into /usr/share/doc as normal; they do NOT > # get installed per vhost! > einfo "Installing docs" > dodoc ${docs} > for doc in ${docs} ; do > rm -f ${doc} > done > > einfo "Copying main files" > cp -r . ${D}/${MY_HTDOCSDIR} > > #All files must be owned by server > for x in `find . -type f -print` ; do > webapp_serverowned ${MY_HTDOCSDIR}/$x > done > > 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 86694
: 54463