summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-09-21 13:13:52 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-09-21 13:13:52 +0000
commitf4d1e57045721e399b8e03b1f7f2d65e03ddd226 (patch)
treea46cce679c6cdaac9d975d033b899533e4411e3e /www-apps/online-bookmarks
parentMarking mplib-1.091 ~ppc64 for bug 237202 (diff)
downloadgentoo-2-f4d1e57045721e399b8e03b1f7f2d65e03ddd226.tar.gz
gentoo-2-f4d1e57045721e399b8e03b1f7f2d65e03ddd226.tar.bz2
gentoo-2-f4d1e57045721e399b8e03b1f7f2d65e03ddd226.zip
Removed vulnerable online-bookmarks-0.4.0 (#235053).
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps/online-bookmarks')
-rw-r--r--www-apps/online-bookmarks/ChangeLog5
-rw-r--r--www-apps/online-bookmarks/online-bookmarks-0.4.0.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/www-apps/online-bookmarks/ChangeLog b/www-apps/online-bookmarks/ChangeLog
index ee3572f6db4a..63aed4f9b66a 100644
--- a/www-apps/online-bookmarks/ChangeLog
+++ b/www-apps/online-bookmarks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/online-bookmarks
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/ChangeLog,v 1.13 2008/09/19 18:51:15 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/ChangeLog,v 1.14 2008/09/21 13:13:52 wrobel Exp $
+
+ 21 Sep 2008; wrobel@gentoo.org -online-bookmarks-0.4.0.ebuild:
+ Removed vulnerable online-bookmarks-0.4.0 (#235053).
19 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org>
online-bookmarks-0.6.28.ebuild:
diff --git a/www-apps/online-bookmarks/online-bookmarks-0.4.0.ebuild b/www-apps/online-bookmarks/online-bookmarks-0.4.0.ebuild
deleted file mode 100644
index 7f322a952585..000000000000
--- a/www-apps/online-bookmarks/online-bookmarks-0.4.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/online-bookmarks/online-bookmarks-0.4.0.ebuild,v 1.2 2004/09/03 17:17:21 pvdabeel Exp $
-
-inherit webapp
-
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="a Bookmark management system to store your Bookmarks, Favorites and Links right in the WWW where they actually belong"
-HOMEPAGE="http://www.frech.ch/online-bookmarks/index.php"
-SRC_URI="http://www.frech.ch/online-bookmarks/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ppc"
-
-IUSE=""
-
-# Glimpse is actually optional, but since there is no USE flag, require it
-RDEPEND="virtual/php"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- # prepare ${D} for our arrival
- webapp_src_preinst
-
- # Install documentation and then get rid of it so it does not clog up
- # webapp-config instances (except INSTALL, which will be our postinstall
- # documentation)
- dodoc CHANGES CREDITS GPL.txt INSTALL LICENSE README UPGRADE VERSION
- rm CHANGES CREDITS GPL.txt LICENSE README UPGRADE VERSION
-
- # Install to webapp-config master directory
- cp -a * "${D}/${MY_HTDOCSDIR}"
-
- # Identify the configuration files that this app uses
- webapp_configfile "${MY_HTDOCSDIR}/config/config.php"
- webapp_configfile "${MY_HTDOCSDIR}/config/connect.php"
-
- # Add the post-installation instructions
- webapp_postinst_txt en INSTALL
-
- # Let webapp.eclass do the rest
- webapp_src_install
-}