Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 426490 Details for
Bug 575082
www-apps/baikal-0.3.5: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
baikal-0.3.5.ebuild
baikal-0.3.5.ebuild (text/plain), 1.47 KB, created by
Perfect Gentleman
on 2016-02-25 10:19:43 UTC
(
hide
)
Description:
baikal-0.3.5.ebuild
Filename:
MIME Type:
Creator:
Perfect Gentleman
Created:
2016-02-25 10:19:43 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" > >inherit webapp > >DESCRIPTION="Lightweight CalDAV+CardDAV server" >HOMEPAGE="http://baikal-server.com/" >SRC_URI="https://github.com/fruux/Baikal/releases/download/${PV}/${P}.zip" > >LICENSE="GPL-3" >KEYWORDS="~amd64" >IUSE="+mysql sqlite" >REQUIRED_USE="|| ( mysql sqlite )" > >RDEPEND=">=dev-lang/php-5.3[ctype,filter,pdo,session,xml,xmlreader,mysql?,sqlite?] > mysql? ( virtual/mysql ) > sqlite? ( dev-db/sqlite ) > virtual/httpd-php" > >S=${WORKDIR}/${PN} > >src_install() { > webapp_src_preinst > > dodoc *.md || die "dodoc failed" > > einfo "Installing web files" > insinto "${MY_HTDOCSDIR}" > doins -r html/* html/.htaccess Core vendor || die "doins failed" > > einfo "Setting up container for configuration" > insinto /etc/${PN} > #doins ${FILESDIR}/.htaccess || die "doins failed" > > einfo "Fixing symlinks" > local link target > find "${D}${MY_HTDOCSDIR}" -type l | while read link ; do > target=$(readlink "${link}") > target=${target/..\/Core/Core} > rm "${link}" && ln -s "${target}" "${link}" > done > dosym /etc/${PN} "${MY_HTDOCSDIR}"/Specific > dosym . "${MY_HTDOCSDIR}"/html > > webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt" > webapp_src_install > > if has_version www-servers/apache ; then > fowners -R apache:apache /etc/${PN} > elif has_version www-servers/nginx ; then > fowners -R nginx:nginx /etc/${PN} > else > einfo "/etc/${PN} must be owned by the webserver user for baikal" > 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 575082
:
426330
| 426490