summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-09-04 07:31:59 +0000
committerPeter Volkov <pva@gentoo.org>2011-09-04 07:31:59 +0000
commit1f2162d3c3fa51e531bab620a36067342a5b1538 (patch)
tree24b2592c0737d631c4e1d1e67bec48fe5a2adf84 /www-apps/mantisbt
parentRemove pre-release versions of docutils. (diff)
downloadgentoo-2-1f2162d3c3fa51e531bab620a36067342a5b1538.tar.gz
gentoo-2-1f2162d3c3fa51e531bab620a36067342a5b1538.tar.bz2
gentoo-2-1f2162d3c3fa51e531bab620a36067342a5b1538.zip
Drop vulnerable versions. Update David's email in metadata.xml
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog7
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.4.ebuild49
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.5.ebuild49
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.6.ebuild49
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.7.ebuild49
-rw-r--r--www-apps/mantisbt/metadata.xml2
6 files changed, 7 insertions, 198 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index 65f4986d78f5..ad01e6163770 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.110 2011/09/04 00:55:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.111 2011/09/04 07:31:57 pva Exp $
+
+ 04 Sep 2011; Peter Volkov <pva@gentoo.org> -mantisbt-1.2.4.ebuild,
+ -mantisbt-1.2.5.ebuild, -mantisbt-1.2.6.ebuild, -mantisbt-1.2.7.ebuild,
+ metadata.xml:
+ Drop vulnerable versions. Update David's email in metadata.xml
04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
mantisbt-1.2.7-r1.ebuild:
diff --git a/www-apps/mantisbt/mantisbt-1.2.4.ebuild b/www-apps/mantisbt/mantisbt-1.2.4.ebuild
deleted file mode 100644
index 8f794ea3188f..000000000000
--- a/www-apps/mantisbt/mantisbt-1.2.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.4.ebuild,v 1.5 2011/08/25 17:49:20 xarthisius 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-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php5/ezc-Base-1.8
- >=dev-php5/ezc-Graph-1.5
- >=dev-php/adodb-5.10"
-
-src_prepare() {
- # Drop external libraries
- rm -r "${S}/library/adodb/"
- rm -r "${S}/library/ezc/"{Base,Graph}
- sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \
- -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \
- || die
- # Fix incorrect filename
- sed -e 's:config_default_inc.php:config_defaults_inc.php:' \
- -i "${S}/lang/strings_russian.txt" || die
-}
-
-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/mantisbt-1.2.5.ebuild b/www-apps/mantisbt/mantisbt-1.2.5.ebuild
deleted file mode 100644
index 6a46712b0ae3..000000000000
--- a/www-apps/mantisbt/mantisbt-1.2.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.5.ebuild,v 1.2 2011/08/25 17:49:20 xarthisius 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-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php5/ezc-Base-1.8
- >=dev-php5/ezc-Graph-1.5
- >=dev-php/adodb-5.10"
-
-src_prepare() {
- # Drop external libraries
- rm -r "${S}/library/adodb/"
- rm -r "${S}/library/ezc/"{Base,Graph}
- sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \
- -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \
- || die
- # Fix incorrect filename
- sed -e 's:config_default_inc.php:config_defaults_inc.php:' \
- -i "${S}/lang/strings_russian.txt" || die
-}
-
-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/mantisbt-1.2.6.ebuild b/www-apps/mantisbt/mantisbt-1.2.6.ebuild
deleted file mode 100644
index 22fc9e433b66..000000000000
--- a/www-apps/mantisbt/mantisbt-1.2.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.6.ebuild,v 1.2 2011/08/25 17:49:20 xarthisius 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-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php5/ezc-Base-1.8
- >=dev-php5/ezc-Graph-1.5
- >=dev-php/adodb-5.10"
-
-src_prepare() {
- # Drop external libraries
- rm -r "${S}/library/adodb/"
- rm -r "${S}/library/ezc/"{Base,Graph}
- sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \
- -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \
- || die
- # Fix incorrect filename
- sed -e 's:config_default_inc.php:config_defaults_inc.php:' \
- -i "${S}/lang/strings_russian.txt" || die
-}
-
-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/mantisbt-1.2.7.ebuild b/www-apps/mantisbt/mantisbt-1.2.7.ebuild
deleted file mode 100644
index 873ae0c69b0c..000000000000
--- a/www-apps/mantisbt/mantisbt-1.2.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.7.ebuild,v 1.4 2011/08/26 11:13:32 chainsaw 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-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php5/ezc-Base-1.8
- >=dev-php5/ezc-Graph-1.5
- >=dev-php/adodb-5.10"
-
-src_prepare() {
- # Drop external libraries
- rm -r "${S}/library/adodb/"
- rm -r "${S}/library/ezc/"{Base,Graph}
- sed -e 's:ezc/Base/src/base.php:ezc/Base/base.php:' \
- -i "${S}"/plugins/MantisGraph/{core/graph_api.php,pages/summary_graph_cumulative_bydate2.php} \
- || die
- # Fix incorrect filename
- sed -e 's:config_default_inc.php:config_defaults_inc.php:' \
- -i "${S}/lang/strings_russian.txt" || die
-}
-
-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 bd88b0a01f37..fc8bbc73da02 100644
--- a/www-apps/mantisbt/metadata.xml
+++ b/www-apps/mantisbt/metadata.xml
@@ -8,7 +8,7 @@
</maintainer>
<upstream>
<maintainer>
- <email>hickseydr@optusnet.com.au</email>
+ <email>d@hx.id.au</email>
<name>David Hicks</name>
</maintainer>
</upstream>