Skip to content

Commit

Permalink
Bump piwik to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sune Kloppenborg Jeppesen committed Jul 28, 2011
1 parent 64f45fc commit 3b9a62e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions www-apps/piwik/piwik-1.5.ebuild
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,45 @@
# 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,xml] || ( <dev-lang/php-5.3[spl,reflection] >=dev-lang/php-5.3 )"

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
}

0 comments on commit 3b9a62e

Please sign in to comment.