Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 266977 Details for
Bug 359301
www-apps/piwik (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
piwik-1.2.1.ebuild
piwik-1.2.1.ebuild (text/plain), 1.04 KB, created by
Momesso Andrea
on 2011-03-23 11:13:53 UTC
(
hide
)
Description:
piwik-1.2.1.ebuild
Filename:
MIME Type:
Creator:
Momesso Andrea
Created:
2011-03-23 11:13:53 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >EAPI=2 > >inherit webapp depend.php > >DESCRIPTION="Piwik is a downloadable, open source (GPL licensed) real time web analytics software program." >HOMEPAGE="http://www.piwik.org/" >SRC_URI="http://builds.piwik.org/piwik-${PV}.tar.gz" > >LICENSE="GPL-3" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND="dev-lang/php[pdo,ctype,spl,reflection,xml]" > >need_httpd_cgi >need_php_httpd > >pkg_setup() { > webapp_pkg_setup >} > >src_install() { > webapp_src_preinst > > insinto "${MY_HTDOCSDIR}" > dodir "${MY_HTDOCSDIR}/"{tmp,config} > doins -r piwik/* > > webapp_serverowned -R "${MY_HTDOCSDIR}/"{tmp,config} > webapp_postinst_txt en "${FILESDIR}"/installdoc.txt > webapp_configfile "${MY_HTDOCSDIR}/config/"{global.ini.php,manifest.inc.php} > webapp_src_install > fperms -R 0660 "${MY_HTDOCSDIR}/"{tmp,config} >} > >pkg_postinst() { > elog "Install and upgrade instructions can be found here:" > elog " http://piwik.org/docs/installation-optimization/" > webapp_pkg_postinst >}
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 359301
:
266291
|
266293
|
266327
|
266859
|
266977
|
267983
|
270379
|
271887
|
277753
|
279771
|
290129
|
295377
|
302117
|
303289
|
313843