summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-19 08:55:42 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-19 08:55:42 +0000
commit5e929e2c948b8515d24629d57f8bb58e4c6bfc2d (patch)
tree59be8d3f0e26999a2fc677ce6c4a97fb78ec2579 /www-apps/mantisbt
parentCheck for UNUSED_SYMBOLS (diff)
downloadgentoo-2-5e929e2c948b8515d24629d57f8bb58e4c6bfc2d.tar.gz
gentoo-2-5e929e2c948b8515d24629d57f8bb58e4c6bfc2d.tar.bz2
gentoo-2-5e929e2c948b8515d24629d57f8bb58e4c6bfc2d.zip
Version bump. Again security bug #242722.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-777e816 i686)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog8
-rw-r--r--www-apps/mantisbt/mantisbt-1.1.4.ebuild (renamed from www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild)16
2 files changed, 14 insertions, 10 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index 71cf48799c99..a54fb99bb427 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.68 2008/10/16 18:46:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.69 2008/10/19 08:55:42 pva Exp $
+
+*mantisbt-1.1.4 (19 Oct 2008)
+
+ 19 Oct 2008; Peter Volkov <pva@gentoo.org> -mantisbt-1.1.2-r1.ebuild,
+ +mantisbt-1.1.4.ebuild:
+ Version bump. Again security bug #242722.
16 Oct 2008; Markus Meier <maekke@gentoo.org> mantisbt-1.1.3-r1.ebuild:
amd64/x86 stable, bug #241940
diff --git a/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild b/www-apps/mantisbt/mantisbt-1.1.4.ebuild
index 3682816cefd1..2299cb12877e 100644
--- a/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild
+++ b/www-apps/mantisbt/mantisbt-1.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.2-r1.ebuild,v 1.4 2008/10/04 17:24:48 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.4.ebuild,v 1.1 2008/10/19 08:55:42 pva Exp $
inherit eutils webapp depend.php
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mantisbt.org/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
@@ -30,22 +30,20 @@ pkg_setup() {
src_unpack() {
unpack ${A}
cd "${S}"
-
- rm -r "${S}"/core/adodb/ # We use external adodb
- epatch "${FILESDIR}"/${P}-svn-5369:5587.patch
+ rm -r "${S}/core/adodb/" # We use external adodb
}
src_install() {
webapp_src_preinst
rm doc/{LICENSE,INSTALL}
- dodoc doc/* packages/mantis-httpd.conf
+ dodoc doc/*
rm -rf doc packages
mv config_inc.php.sample config_inc.php
- cp -R . "${D}"/${MY_HTDOCSDIR}
+ cp -R . "${D}/${MY_HTDOCSDIR}"
- webapp_configfile ${MY_HTDOCSDIR}/config_inc.php
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en-1.0.0.txt
+ webapp_configfile "${MY_HTDOCSDIR}/config_inc.php"
+ webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.0.0.txt"
webapp_src_install
}