From 6c2e4cdd59b5c108fa905d9feb942efb8ae744e1 Mon Sep 17 00:00:00 2001 From: Sune Kloppenborg Jeppesen Date: Wed, 26 Sep 2012 11:14:59 +0200 Subject: [PATCH] Remove buggy piwik-1.8.3 --- www-apps/piwik/piwik-1.8.3.ebuild | 47 ------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 www-apps/piwik/piwik-1.8.3.ebuild diff --git a/www-apps/piwik/piwik-1.8.3.ebuild b/www-apps/piwik/piwik-1.8.3.ebuild deleted file mode 100644 index 8d2765b..0000000 --- a/www-apps/piwik/piwik-1.8.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: -# Hmm needs to apply this patch for update to work -# http://dev.piwik.org/trac/changeset/6788 - -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 )" - -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 -}