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
commitdd0fb19f780bb90b784045c653da9e4b8b0945c2 (patch)
tree0d3a77abff9e55a0adebecd9de480f4a3108b038 /www-apps/mantisbt
parentPatch applied according to #115851. (diff)
downloadhistorical-dd0fb19f780bb90b784045c653da9e4b8b0945c2.tar.gz
historical-dd0fb19f780bb90b784045c653da9e4b8b0945c2.tar.bz2
historical-dd0fb19f780bb90b784045c653da9e4b8b0945c2.zip
Removed old version
Package-Manager: portage-2.0.53
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog6
-rw-r--r--www-apps/mantisbt/Manifest15
-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
5 files changed, 16 insertions, 62 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/Manifest b/www-apps/mantisbt/Manifest
index ecd56200d5e9..b70b30c61369 100644
--- a/www-apps/mantisbt/Manifest
+++ b/www-apps/mantisbt/Manifest
@@ -1,16 +1,23 @@
-MD5 8b9decefca37bd97685202749f628f9d ChangeLog 3412
-MD5 8fd686995bd33035d403d5d0971ece6d files/0.19.3-debian.patch 593
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 436d4b6ea0db932b1a8d223c00a20824 ChangeLog 3534
MD5 7ab426f7d5548fd47c15c66320bd7ff2 files/0.19.4-debian.patch 593
-MD5 072dd6da83b18a0497e3376b597b20ef files/digest-mantisbt-0.19.3 66
MD5 28728af7e2eb7b32266ef26d87b398c1 files/digest-mantisbt-0.19.4 66
MD5 aaabd486081a3b2aeb22bddd759bb22d files/digest-mantisbt-1.0.0_rc2 68
MD5 694f56f5cc639943cec54ee947f52c79 files/digest-mantisbt-1.0.0_rc3 68
MD5 ef197bcb58d0107ed9e3c2fce460dafd files/digest-mantisbt-1.0.0_rc4 68
MD5 97c947f30d07a6405194bed5981ceceb files/postinstall-en-1.0.0.txt 488
MD5 35d6b6f4cf6611c8b6232b0c83c67f52 files/postinstall-en.txt 680
-MD5 86a7a4861c91624ef8c32ff8ecf66eb5 mantisbt-0.19.3.ebuild 1072
MD5 1551fddbc27f5b36c773007689d93c32 mantisbt-0.19.4.ebuild 1072
MD5 b8787b64b3c3b48b47ad5757dcf82a6d mantisbt-1.0.0_rc2.ebuild 959
MD5 7482adb56759934e9b1db696dac6ab3e mantisbt-1.0.0_rc3.ebuild 959
MD5 d6d0628a6bd491622c62308c73cb2876 mantisbt-1.0.0_rc4.ebuild 959
MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDqETAEzitwsaoONoRAv5PAJ0RSdwTRQ5omDLscPPbs4DAfy0phgCfZ2WM
+tbT8NdOY+iscV5CZ1XXi1w4=
+=NqBk
+-----END PGP SIGNATURE-----
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
-}