Files
@ 5411928ebe72
Branch filter:
Location: portage-overlay.git/www-apps/mantisbt/mantisbt-1.2.17.ebuild - annotation
5411928ebe72
935 B
application/vnd.gentoo.ebuild
bump package version of www-apps/piwik to 3.1.1
22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 c07e5a2c74a9 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 22649f891ec7 | # Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild,v 1.3 2013/12/06 20:42:03 ago Exp $
EAPI=5
inherit eutils webapp
DESCRIPTION="PHP/MySQL/Web based bugtracking system"
HOMEPAGE="http://www.mantisbt.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
virtual/httpd-php
virtual/httpd-cgi
>=dev-php/adodb-5.10"
src_prepare() {
# Drop external libraries
rm -r "${S}/library/adodb/"
}
src_install() {
webapp_src_preinst
rm doc/{LICENSE,INSTALL}
dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/*
rm -rf doc packages
mv config_inc.php.sample config_inc.php
cp -R . "${D}/${MY_HTDOCSDIR}"
webapp_configfile "${MY_HTDOCSDIR}/config_inc.php"
webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.0.0.txt"
webapp_src_install
}
|