summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2007-10-18 17:13:15 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2007-10-18 17:13:15 +0000
commit3ae6d319221a1ba84d94c3d99384121dbbdcaccf (patch)
tree39862b8e105c6633bb538e1d0529262cc4f4f009 /www-apps/sitebar
parentStable for HPPA (bug #195821). (diff)
downloadgentoo-2-3ae6d319221a1ba84d94c3d99384121dbbdcaccf.tar.gz
gentoo-2-3ae6d319221a1ba84d94c3d99384121dbbdcaccf.tar.bz2
gentoo-2-3ae6d319221a1ba84d94c3d99384121dbbdcaccf.zip
-m Removed insecure versions (#195810).
(Portage version: 2.1.3.14)
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r--www-apps/sitebar/ChangeLog6
-rw-r--r--www-apps/sitebar/files/debian.patch11
-rw-r--r--www-apps/sitebar/files/digest-sitebar-3.3.8-r13
-rw-r--r--www-apps/sitebar/sitebar-3.3.8-r1.ebuild40
4 files changed, 5 insertions, 55 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog
index 932ad9f44cfe..c3376cfc910f 100644
--- a/www-apps/sitebar/ChangeLog
+++ b/www-apps/sitebar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/sitebar
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.18 2007/10/18 17:03:31 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.19 2007/10/18 17:13:14 wrobel Exp $
+
+ 18 Oct 2007; <wrobel@gentoo.org> -files/debian.patch,
+ -sitebar-3.3.8-r1.ebuild:
+ -m Removed insecure versions (#195810).
18 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org>
sitebar-3.3.9.ebuild:
diff --git a/www-apps/sitebar/files/debian.patch b/www-apps/sitebar/files/debian.patch
deleted file mode 100644
index 42143bcc0257..000000000000
--- a/www-apps/sitebar/files/debian.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sitebar-3.3.8.orig/command.php
-+++ sitebar-3.3.8/command.php
-@@ -5809,7 +5809,7 @@
- ?>
- <div id="<?php echo ($cw->hasErrors()?$errId:'command').'Head'?>" class="cmnTitle">
- <div id="help" onclick="SB_openHelp('<?php echo $onlineHelp ?>')">?</div>
--<div id="command"><?php echo SB_T($cw->command)?></div>
-+<div id="command"><?php echo htmlspecialchars(SB_T($cw->command))?></div>
- </div>
- <div id="<?php echo ($cw->hasErrors()?$errId:'command').'Body'?>">
- <?php
diff --git a/www-apps/sitebar/files/digest-sitebar-3.3.8-r1 b/www-apps/sitebar/files/digest-sitebar-3.3.8-r1
deleted file mode 100644
index fc4df3df7b56..000000000000
--- a/www-apps/sitebar/files/digest-sitebar-3.3.8-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 612b808777160ce33d46ad603072b155 SiteBar-3.3.8.tar.bz2 525327
-RMD160 62887901b0444435e88baf19678ecba8b4ad0058 SiteBar-3.3.8.tar.bz2 525327
-SHA256 d25c492c6165564a8e4268627c86777dfc0428683c355235fb0d82866aca7fa3 SiteBar-3.3.8.tar.bz2 525327
diff --git a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild b/www-apps/sitebar/sitebar-3.3.8-r1.ebuild
deleted file mode 100644
index ba053e7080e3..000000000000
--- a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild
+++ /dev/null
@@ -1,40 +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/sitebar/sitebar-3.3.8-r1.ebuild,v 1.5 2007/07/29 17:38:58 phreak Exp $
-
-inherit webapp eutils
-
-WEBAPP_MANUAL_SLOT="yes"
-SLOT="3.3.8"
-
-DESCRIPTION="The Bookmark Server for Personal and Team Use"
-HOMEPAGE="http://sitebar.sourceforge.net/"
-KEYWORDS="~amd64 ppc ~x86"
-
-IUSE=""
-MY_PN=${PN/sitebar/SiteBar}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2"
-
-DEPEND="www-servers/apache
- virtual/php"
-LICENSE="GPL-2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/debian.patch
-}
-
-src_install() {
- webapp_src_preinst
- dodoc readme.txt doc/history.txt doc/install.txt doc/troubleshooting.txt
- cp -R . ${D}/${MY_HTDOCSDIR}
- rm -rf ${D}/${MY_HTDOCSDIR}/doc ${D}/${MY_HTDOCSDIR}/readme.txt
-
- webapp_serverowned ${MY_HTDOCSDIR}/inc
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}