summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2007-06-03 19:39:49 +0000
committerRenat Lumpau <rl03@gentoo.org>2007-06-03 19:39:49 +0000
commit4a7f4db50b236815ac1474dcda484e889ca0776e (patch)
tree57786d2b1b174bcf27e1f5611e3468a6e6d4ec9f /www-apps/phprojekt
parentStable on amd64, ppc, sparc, x86 as per #175560 (diff)
downloadgentoo-2-4a7f4db50b236815ac1474dcda484e889ca0776e.tar.gz
gentoo-2-4a7f4db50b236815ac1474dcda484e889ca0776e.tar.bz2
gentoo-2-4a7f4db50b236815ac1474dcda484e889ca0776e.zip
Clean out old version
(Portage version: 2.1.2.8)
Diffstat (limited to 'www-apps/phprojekt')
-rw-r--r--www-apps/phprojekt/ChangeLog6
-rw-r--r--www-apps/phprojekt/files/digest-phprojekt-4.2.39
-rw-r--r--www-apps/phprojekt/files/phprojekt-4.2.3-fix-chat-vuln.diff18
-rw-r--r--www-apps/phprojekt/phprojekt-4.2.3.ebuild44
4 files changed, 5 insertions, 72 deletions
diff --git a/www-apps/phprojekt/ChangeLog b/www-apps/phprojekt/ChangeLog
index 01c8acab7a94..5aa81d946dd2 100644
--- a/www-apps/phprojekt/ChangeLog
+++ b/www-apps/phprojekt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/phprojekt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.27 2007/06/02 20:28:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/ChangeLog,v 1.28 2007/06/03 19:39:49 rl03 Exp $
+
+ 03 Jun 2007; Renat Lumpau <rl03@gentoo.org>
+ -files/phprojekt-4.2.3-fix-chat-vuln.diff, -phprojekt-4.2.3.ebuild:
+ Clean out old version
02 Jun 2007; nixnut <nixnut@gentoo.org> phprojekt-5.2.2.ebuild:
Stable on ppc wrt bug 170905
diff --git a/www-apps/phprojekt/files/digest-phprojekt-4.2.3 b/www-apps/phprojekt/files/digest-phprojekt-4.2.3
deleted file mode 100644
index e3ce4a6850cc..000000000000
--- a/www-apps/phprojekt/files/digest-phprojekt-4.2.3
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 25d69434fb367f39db402c33df6cebd4 lib.zip 2149
-RMD160 7b9adf024ce99e9444ff9f4fc3193bf5bf58aa82 lib.zip 2149
-SHA256 f6e2221f2867366aa91e00dcf318929cb08be6cede94a88a3f37c2d9cdc021a9 lib.zip 2149
-MD5 364263b1b0a513dba5df4215e6f2e1f0 phprojekt-4.2.3.tar.gz 1026462
-RMD160 6395a15b29ae3d19922bcb8b387b4c62018af2c1 phprojekt-4.2.3.tar.gz 1026462
-SHA256 f5a83cd0980a749d844e9a59392e4c7d3d227d2e59d52f3b39603926f3501d47 phprojekt-4.2.3.tar.gz 1026462
-MD5 4d8ca59d86c32650c34e06691b335841 setup.zip 2830
-RMD160 6a6bfb2bf9a3a60a90b9efbf0c94596d6e86fbd9 setup.zip 2830
-SHA256 b3d88ae91b057dafe3939afd70d2a8f026fa2ca7b082120b88ef3dc5cb208973 setup.zip 2830
diff --git a/www-apps/phprojekt/files/phprojekt-4.2.3-fix-chat-vuln.diff b/www-apps/phprojekt/files/phprojekt-4.2.3-fix-chat-vuln.diff
deleted file mode 100644
index 3bf63a08573d..000000000000
--- a/www-apps/phprojekt/files/phprojekt-4.2.3-fix-chat-vuln.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --exclude='*~' --exclude='.*' -I '$Id:' -urN phprojekt-4.2.3.orig/chat/chat.php phprojekt-4.2.3/chat/chat.php
---- phprojekt-4.2.3.orig/chat/chat.php 2005-05-29 16:35:28.000000000 -0400
-+++ phprojekt-4.2.3/chat/chat.php 2005-05-29 16:37:16.000000000 -0400
-@@ -37,6 +37,7 @@
- function writetext () {
- global $chatfile, $user_name, $user_firstname, $content, $max_lines, $chat_time, $chat_names, $chat_direction;
- // small irc hack - replace /me with the username
-+ $content = htmlentities(strip_tags($content));
- $content = ereg_replace('/me',$user_firstname,$content);
-
- // add time to new line
-@@ -211,4 +212,4 @@
- elseif ($mode == "alive") { alive(); }
- elseif ($mode == 'check') { check(); }
-
--?>
-\ No newline at end of file
-+?>
diff --git a/www-apps/phprojekt/phprojekt-4.2.3.ebuild b/www-apps/phprojekt/phprojekt-4.2.3.ebuild
deleted file mode 100644
index 5950b517719f..000000000000
--- a/www-apps/phprojekt/phprojekt-4.2.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-4.2.3.ebuild,v 1.5 2007/01/03 19:03:17 rl03 Exp $
-
-inherit webapp eutils
-
-DESCRIPTION="Project management and coordination system"
-HOMEPAGE="http://www.phprojekt.com/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://phprojekt.com/files/4.2/setup.zip
- http://phprojekt.com/files/4.2/lib.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="ppc x86"
-IUSE=""
-
-RDEPEND="net-www/apache
- virtual/php"
-DEPEND="app-arch/unzip"
-
-src_unpack () {
- unpack ${A}
- # security bug 89950
- epatch ${FILESDIR}/${P}-fix-chat-vuln.diff
-}
-
-pkg_setup () {
- webapp_pkg_setup
- elog "Please make sure that your PHP is compiled with support for IMAP and your database of choice"
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc ChangeLog install readme
- rm -f ChangeLog install readme
- cp -R . ${D}/${MY_HTDOCSDIR}
- for file in chat attach upload; do
- webapp_serverowned ${MY_HTDOCSDIR}/${file}
- done
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}