summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-12-20 17:51:55 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-12-20 17:51:55 +0000
commit677d69c4a0adc6c205cccb10a0686f72ec9a19bd (patch)
tree2322b596a1ca4c79592143d12bab5131df9ef07a /www-apps/mantisbt
parentPatch applied according to #115851. (diff)
downloadgentoo-2-677d69c4a0adc6c205cccb10a0686f72ec9a19bd.tar.gz
gentoo-2-677d69c4a0adc6c205cccb10a0686f72ec9a19bd.tar.bz2
gentoo-2-677d69c4a0adc6c205cccb10a0686f72ec9a19bd.zip
Removed old version
(Portage version: 2.0.53)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog6
-rw-r--r--www-apps/mantisbt/files/0.19.3-debian.patch14
-rw-r--r--www-apps/mantisbt/files/digest-mantisbt-0.19.31
-rw-r--r--www-apps/mantisbt/mantisbt-0.19.3.ebuild42
4 files changed, 5 insertions, 58 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index ae95cad0ba8f..114ee0c128a2 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.23 2005/12/19 19:53:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.24 2005/12/20 17:51:55 rl03 Exp $
+
+ 20 Dec 2005; Renat Lumpau <rl03@gentoo.org> -files/0.19.3-debian.patch,
+ -mantisbt-0.19.3.ebuild:
+ Removed old version
19 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
mantisbt-0.19.4.ebuild:
diff --git a/www-apps/mantisbt/files/0.19.3-debian.patch b/www-apps/mantisbt/files/0.19.3-debian.patch
deleted file mode 100644
index c9b68a416fb7..000000000000
--- a/www-apps/mantisbt/files/0.19.3-debian.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -upr mantis-0.19.3/core/database_api.php mantis-0.19.3_fixed/core/database_api.php
---- mantis-0.19.3/core/database_api.php 2004-12-09 13:55:06.000000000 -0500
-+++ mantis-0.19.3_fixed/core/database_api.php 2005-10-24 10:30:31.000000000 -0400
-@@ -9,6 +9,10 @@
- # $Id: 0.19.3-debian.patch,v 1.1 2005/10/24 14:41:57 rl03 Exp $
- # --------------------------------------------------------
-
-+ # Patch for #0005956: Database system scanner via variable poisoning
-+ if (isset($_REQUEST["g_db_type"]))
-+ die("");
-+
- ### Database ###
-
- # This is the general interface for all database calls.
diff --git a/www-apps/mantisbt/files/digest-mantisbt-0.19.3 b/www-apps/mantisbt/files/digest-mantisbt-0.19.3
deleted file mode 100644
index 267334cf9206..000000000000
--- a/www-apps/mantisbt/files/digest-mantisbt-0.19.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3c1d9f6f66bc5e7e236cc9449aa3ced mantis-0.19.3.tar.gz 1289136
diff --git a/www-apps/mantisbt/mantisbt-0.19.3.ebuild b/www-apps/mantisbt/mantisbt-0.19.3.ebuild
deleted file mode 100644
index 702ed8a39e12..000000000000
--- a/www-apps/mantisbt/mantisbt-0.19.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-0.19.3.ebuild,v 1.2 2005/10/24 19:54:49 hansmi Exp $
-
-inherit webapp eutils
-
-S=${WORKDIR}/mantis-${PV}
-
-IUSE=""
-
-DESCRIPTION="PHP/MySQL/Web based bugtracking system"
-HOMEPAGE="http://www.mantisbt.org/"
-SRC_URI="mirror://sourceforge/${PN}/mantis-${PV}.tar.gz"
-
-KEYWORDS="ppc ~x86"
-
-RDEPEND="
- >=dev-db/mysql-3.23.32
- >=net-www/apache-1.3
- virtual/httpd-php
-"
-
-LICENSE="GPL-2"
-
-src_unpack() {
- unpack ${A}
- find ${S} -name .cvsignore -exec rm {} \;
- epatch ${FILESDIR}/${PV}-debian.patch
-}
-
-src_install() {
- webapp_src_preinst
- dodoc doc/{CREDITS,CUSTOMIZATION,ChangeLog,LICENSE,README,UPGRADING}
-
- cp -R *.php admin core css graphs images lang ${D}/${MY_HTDOCSDIR}
- cp config_inc.php.sample ${D}/${MY_HTDOCSDIR}/config_inc.php
-
- webapp_configfile ${MY_HTDOCSDIR}/config_inc.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_sqlscript mysql ${S}/sql/db_generate.sql
- webapp_src_install
-}