summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2009-09-09 09:12:33 +0000
committerRobert Buchholz <rbu@gentoo.org>2009-09-09 09:12:33 +0000
commit30850a0264a1b35e35703f399971d401608b073c (patch)
treea39f9e253817c035b77cbbed3a71a54876ecf9f8 /app-text/tkman
parentAdd Affero General Public License (version 3) (diff)
downloadgentoo-2-30850a0264a1b35e35703f399971d401608b073c.tar.gz
gentoo-2-30850a0264a1b35e35703f399971d401608b073c.tar.bz2
gentoo-2-30850a0264a1b35e35703f399971d401608b073c.zip
remove vulnerable ebuild
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/tkman')
-rw-r--r--app-text/tkman/ChangeLog6
-rw-r--r--app-text/tkman/files/tkman-2.1-r1-gentoo.diff68
-rw-r--r--app-text/tkman/tkman-2.1-r1.ebuild39
3 files changed, 5 insertions, 108 deletions
diff --git a/app-text/tkman/ChangeLog b/app-text/tkman/ChangeLog
index 88710d769222..e519821e4a66 100644
--- a/app-text/tkman/ChangeLog
+++ b/app-text/tkman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/tkman
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.23 2009/09/06 18:16:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.24 2009/09/09 09:12:32 rbu Exp $
+
+ 09 Sep 2009; Robert Buchholz <rbu@gentoo.org>
+ -files/tkman-2.1-r1-gentoo.diff, -tkman-2.1-r1.ebuild:
+ remove vulnerable ebuild
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/tkman-2.1-gentoo.diff:
diff --git a/app-text/tkman/files/tkman-2.1-r1-gentoo.diff b/app-text/tkman/files/tkman-2.1-r1-gentoo.diff
deleted file mode 100644
index 73dc3e090b76..000000000000
--- a/app-text/tkman/files/tkman-2.1-r1-gentoo.diff
+++ /dev/null
@@ -1,68 +0,0 @@
---- tkman-2.1/Makefile Thu Jun 22 15:39:42 2000
-+++ tkman-2.1-gentoo/Makefile Wed Apr 23 13:56:20 2003
-@@ -26,14 +26,16 @@
- ### you need to localize the paths on these lines
-
- #WISH = /usr/sww/tcl-8.3/bin/wish
--WISH = /private/share/bin/wish
-+#WISH = /private/share/bin/wish
- #WISH = /private/share/bin/wish8.3
- #WISH = /usr/local/bin/wish8.3
-+WISH = /usr/bin/wish
-
- # the executable `tkman' is placed in BINDIR
- # this should be a directory that's in your bin PATH
--BINDIR = /private/share/bin
-+#BINDIR = /private/share/bin
- #BINDIR = /usr/local/bin
-+BINDIR = ${DESTDIR}/usr/bin
-
-
- # OPTIONAL
-@@ -81,7 +83,7 @@
- # will examine for matches if a search in the usual locations fails while searching
- # for a man pages and displaying its associated binaries (if any).
- # Use this feature carefully as a large number of directories can slow down startup.
--mastermen = "/usr/man /usr/local/man"
-+mastermen = "/usr/share/man /usr/local/man"
- #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
- masterbin = "/usr/bin /usr/local/bin"
- #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
-@@ -202,9 +204,9 @@
- # the right-topmost menu's Rebuild Database/Glimpse Index menu choice.
-
- # BY DEFAULT ON (Boolean scope set to entire file)
--glimpse = "glimpse -W"
-+#glimpse = "glimpse -W"
- # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it here
--#glimpse = ""
-+glimpse = ""
- # give the full path, if you'd like
- #glimpse = /usr/sww/bin/glimpse
- # variations (refer to the Glimpse manual page)
-@@ -229,11 +231,11 @@
- #glimpseindex = "glimpseindex -o -B"
- # To shorten most index build times by incrementally building index when possible.
- # For me, this drops indexing time from ~25 minutes to ~3 minutes, depending
--glimpseindex = "glimpseindex -o -B -f"
-+#glimpseindex = "glimpseindex -o -B -f"
- # -M 8 gives 8MB of main memory instead of default 2, which speeds up indexing, maybe
- #glimpseindex = "glimpseindex -o -B -f -M 8"
- # if you don't want give the power to index, disable glimpseindex here
--#glimpseindex = ""
-+glimpseindex = ""
- #glimpseindex = "/usr/sww/bin/glimpseindex -o -B"
- # compressed manual pages are handled automatically; don't add -z to above
-
-@@ -290,9 +292,9 @@
- rman = rman
- #rman = /private/phelps/bin/rman
-
--apropos = {man -k}
-+#apropos = {man -k}
- # Linux uses a shell script instead:
--#apropos = apropos
-+apropos = apropos
- # if don't have apropos (maybe on Windoze)
- #apropos = ""
-
diff --git a/app-text/tkman/tkman-2.1-r1.ebuild b/app-text/tkman/tkman-2.1-r1.ebuild
deleted file mode 100644
index b789807ecc4b..000000000000
--- a/app-text/tkman/tkman-2.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/tkman-2.1-r1.ebuild,v 1.13 2009/07/13 00:49:43 rbu Exp $
-
-inherit eutils
-
-DESCRIPTION="TkMan man and info page browser"
-HOMEPAGE="http://tkman.sourceforge.net/"
-SRC_URI="http://tkman.sourceforge.net/${PN}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-
-DEPEND=">=app-text/rman-3.0.9
- >=dev-lang/tcl-8.3.3
- >=dev-lang/tk-8.3.3"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}"
- epatch "${FILESDIR}"/${PF}-gentoo.diff
-
- # A workaround until app-text/rman-3.1 is stable
- has_version '>=sys-apps/groff-1.18' \
- has_version '<app-text/rman-3.1' \
- && sed -i -e "s:groff -te -Tlatin1:groff -P -c -te -Tlatin1:" "${S}"/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin ${PN} || die
- dobin re${PN}
-}