summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2013-05-11 18:59:14 +0000
committerPeter Volkov <pva@gentoo.org>2013-05-11 18:59:14 +0000
commit8f5bb3344cf36bdc57b6a89a4983c1b1bbe93e5c (patch)
tree4517366a9d38417a6ca7d1433d21d00d38fe6a7f /www-apps
parentLinux patch 3.9.2. (diff)
downloadgentoo-2-8f5bb3344cf36bdc57b6a89a4983c1b1bbe93e5c.tar.gz
gentoo-2-8f5bb3344cf36bdc57b6a89a4983c1b1bbe93e5c.tar.bz2
gentoo-2-8f5bb3344cf36bdc57b6a89a4983c1b1bbe93e5c.zip
Version bump. Drop use of system ezc libraries, bug #432230 wrt Ole Markus With. Fixes number of security issues reported in bug #443106.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key F1989B07)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mantisbt/ChangeLog9
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.15.ebuild39
-rw-r--r--www-apps/mantisbt/metadata.xml4
3 files changed, 51 insertions, 1 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index 3a850c414f22..77a4ad4c5275 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.120 2013/03/06 04:24:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.121 2013/05/11 18:59:14 pva Exp $
+
+*mantisbt-1.2.15 (11 May 2013)
+
+ 11 May 2013; Peter Volkov <pva@gentoo.org> +mantisbt-1.2.15.ebuild,
+ metadata.xml:
+ Version bump. Drop use of system ezc libraries, bug #432230 wrt Ole Markus
+ With. Fixes number of security issues reported in bug #443106.
*mantisbt-1.2.12 (06 Mar 2013)
diff --git a/www-apps/mantisbt/mantisbt-1.2.15.ebuild b/www-apps/mantisbt/mantisbt-1.2.15.ebuild
new file mode 100644
index 000000000000..639762f64c86
--- /dev/null
+++ b/www-apps/mantisbt/mantisbt-1.2.15.ebuild
@@ -0,0 +1,39 @@
+# 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.ebuild,v 1.1 2013/05/11 18:59:14 pva Exp $
+
+EAPI="2"
+
+inherit eutils webapp depend.php
+
+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
+}
diff --git a/www-apps/mantisbt/metadata.xml b/www-apps/mantisbt/metadata.xml
index c770003b3801..fc8bbc73da02 100644
--- a/www-apps/mantisbt/metadata.xml
+++ b/www-apps/mantisbt/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>web-apps</herd>
+<maintainer>
+ <email>pva@gentoo.org</email>
+ <name>Peter Volkov</name>
+</maintainer>
<upstream>
<maintainer>
<email>d@hx.id.au</email>