summaryrefslogtreecommitdiff
path: root/app-text/tkman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/tkman
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/tkman')
-rw-r--r--app-text/tkman/Manifest6
-rw-r--r--app-text/tkman/files/tkman-2.2-gentoo.diff62
-rw-r--r--app-text/tkman/files/tkman-CVE-2008-5137.diff278
-rw-r--r--app-text/tkman/files/tkman.desktop9
-rw-r--r--app-text/tkman/metadata.xml8
-rw-r--r--app-text/tkman/tkman-2.2-r1.ebuild40
6 files changed, 0 insertions, 403 deletions
diff --git a/app-text/tkman/Manifest b/app-text/tkman/Manifest
deleted file mode 100644
index 05502062101f..000000000000
--- a/app-text/tkman/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX tkman-2.2-gentoo.diff 2321 BLAKE2B 5ea163cd50fbf1f2b30aa9e009a350d3c6df4fc0ab51868c6abab95d04786f21e7195cae163a17218e8179d48689c096c89059950469807dd7be6d5bc9adcd2a SHA512 9f7329e2ed8267dfed31417a41a3d512571920ba6391d9fc23ef40ff5a18e0c74cf07d810ffc9de27ea88f560dc985d985b0cfe43e7d47b7fcd48af9d109eef7
-AUX tkman-CVE-2008-5137.diff 11645 BLAKE2B 4d628679de1bfad459badbe4fa610c316871b801e01438f52e6c1c3906e325b752dc3de8f5556fb6f9cab7ed83908aee7bc341ccf6700d29f81fdf334be31012 SHA512 60c65badeaa93d5e032117152905bd3c06985d7694fdec8c9ef9d0816446a865c45a1a4e7ac2dffc8eaf76163514de30663b2185fe6ba8e27a2cf9276aa09f4f
-AUX tkman.desktop 149 BLAKE2B 20e07ce0d89b6887329c47cf1d134466855118a24e6fe2f800ec678a0823824ab9a9f55c4d13d349d7f178654de8449463cc641b243e1ac56536b9b03f92b1e8 SHA512 d73c6ca978f0538c1b02f321cc4f45eec496c3e978229fc7eb373190d447c4d0c7639d0eaf8a3b7cc22d569e6a9088dd8371799874b41b13bb758c75369e572b
-DIST tkman-2.2.tar.gz 229273 BLAKE2B 3015ce0ecb224f1c01e1513cff1a55d3a95362753436a981630f7133c56a8b8f03030d5d368cb4a5a631ecfb2f0f9afbdec37a2d5b0e9fe74add82142172ca06 SHA512 31adaa4017282a6e6fba18a5f72c07c7d7d3bc63ef043b214bf68ec4837c73d4e0679d8b7513b0bae3984e1737e797ca886e15150b2e1a9cd288bbd7491a8777
-EBUILD tkman-2.2-r1.ebuild 754 BLAKE2B 466249d3920b969b1f20ef39d47dcd97e611f448428c60804a68ceb630a5b95e69bc544f8450092f1bcf59230456780b188af9fbcb613c6a3295dac983c2ef38 SHA512 71702d9f1da8d8261da90ca67f42bd21acb1844b21c331fb5d3decc923f0a66c8b70811782b40a1768fdc9e2b0a6b38c81bc5f0392f583cdeb93e949a1ce604f
-MISC metadata.xml 242 BLAKE2B a92759fbcee1ad71d9ab4b2a414f3e08bfa0427599bbe7d3d7216293a01417d2d972fbf295d8ba257b23d6ba7c5f107e9e07108027db6718675577faaac74ac6 SHA512 5fb21614caacb9cac921de0acb6fb5dffbc5c3f9666cea2f1a357234e88c4f990d4a55eafd60f0ccfb29060576b955a4710bf75890a7ea4343131d28696dd4ed
diff --git a/app-text/tkman/files/tkman-2.2-gentoo.diff b/app-text/tkman/files/tkman-2.2-gentoo.diff
deleted file mode 100644
index 92a275361c8f..000000000000
--- a/app-text/tkman/files/tkman-2.2-gentoo.diff
+++ /dev/null
@@ -1,62 +0,0 @@
---- tkman-2.2/Makefile.org 2003-12-07 13:26:37.642164439 +0100
-+++ tkman-2.2/Makefile 2003-12-07 13:30:39.135540314 +0100
-@@ -25,13 +25,13 @@
-
- ### you need to localize the paths on these lines
-
--WISH = /usr/local/bin/wish8.4
-+WISH = /usr/bin/wish
- #WISH = /usr/sww/tcl-8.4/bin/wish
- #WISH = /private/share/bin/wish8.4
-
- # the executable `tkman' is placed in BINDIR
- # this should be a directory that's in your bin PATH
--BINDIR = /usr/local/bin
-+BINDIR = ${DESTDIR}/usr/bin
- #BINDIR = /private/share/bin
-
-
-@@ -80,7 +80,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"
-@@ -203,7 +203,7 @@
- # BY DEFAULT OFF
- glimpse = ""
- # Glimpse on, with Boolean scope set to entire file
--glimpse = "glimpse -W"
-+#glimpse = "glimpse -W"
- # give the full path, if you'd like
- #glimpse = /usr/sww/bin/glimpse
- # variations (refer to the Glimpse manual page)
-@@ -228,11 +228,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
-
-@@ -289,9 +289,9 @@
- rman = rman
- #rman = /usr/local/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/files/tkman-CVE-2008-5137.diff b/app-text/tkman/files/tkman-CVE-2008-5137.diff
deleted file mode 100644
index 2e9bcc2828d6..000000000000
--- a/app-text/tkman/files/tkman-CVE-2008-5137.diff
+++ /dev/null
@@ -1,278 +0,0 @@
-diff -urN tkman-2.2~/Makefile tkman-2.2/Makefile
---- tkman-2.2~/Makefile 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/Makefile 2008-12-05 17:37:55.000000000 -0600
-@@ -97,7 +97,7 @@
- # at the closest DPI in this list
- dpis = "75 100"
-
--
-+manxlongtmp = [exec mktemp -p /tmp tkman.XXXXXXXXXX]
- # # # MACHINE DEPENDENCIES # # #
-
- #manformat = {tbl | neqn | nroff -man }
-@@ -113,7 +113,7 @@
- # Lines are cached in .../man/cat<n>@<line-length>;
- # that is, the line length is appended to the usual cache directory names
- #manformat = {groff -te -Tascii -man /tmp/ll -}
--manformat = {groff -te -Tlatin1 -man /tmp/ll -}
-+manformat = "groff -te -Tlatin1 -mandoc $$manx(longtmp) -"
- # Ultrix users should uncomment the following line (you don't have eqn)
- #manformat = {tbl | nroff -man }
- # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff
-@@ -362,6 +362,7 @@
- echo 'set man(texinfodir) $(texinfodir)' >> tkman
- echo 'set man(gzgrep) $(gzgrep)' >> tkman
- echo 'set man(rfcdir) $(rfcdir)' >> tkman
-+ echo 'set manx(longtmp) $(manxlongtmp)' >> tkman
- echo 'set man(format) $(manformat)' >> tkman
- echo 'set man(printers) $(printers)' >> tkman
- echo 'set manx(dpis) $(dpis)' >> tkman
-diff -urN tkman-2.2~/contrib/outline.tcl tkman-2.2/contrib/outline.tcl
---- tkman-2.2~/contrib/outline.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/contrib/outline.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -71,7 +71,7 @@
-
- text [set t .inv] -font {Times 12 {}} -wrap word -borderwidth 3 -padx 5 -pady 5 -yscrollcommand "[set v .v] set"
- set finv [expr 1-[catch {$t tag configure invis -elide 1}]]
-- if !$finv { puts "you must apply the elided text patches first"; exit 0 }
-+ if !$finv { puts "you must apply the elided text patches first"; CLEANUP; exit 0 }
-
- scrollbar $v -orient vertical -command "$t yview"
-
-diff -urN tkman-2.2~/contrib/remote.tcl tkman-2.2/contrib/remote.tcl
---- tkman-2.2~/contrib/remote.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/contrib/remote.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -26,6 +26,7 @@
- if {$res=="1"} {set ready 1}
- } elseif {[string match "*insecure*" info]} {
- puts stderr "can't talk to an insecure server -- see send(n)"
-+ CLEANUP
- exit 1
- }
- }
-diff -urN tkman-2.2~/contrib/tkmanclient tkman-2.2/contrib/tkmanclient
---- tkman-2.2~/contrib/tkmanclient 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/contrib/tkmanclient 2008-12-05 17:37:55.000000000 -0600
-@@ -60,7 +60,7 @@
- }
-
- set tkman [ check_for_tkman ]
--if { $tkman == 0 } { puts stderr "couldnt start tkman!"; exit 1; }
-+if { $tkman == 0 } { puts stderr "couldnt start tkman!"; CLEANUP; exit 1; }
-
- set apropos 0
- set instNew 0
-diff -urN tkman-2.2~/database.tcl tkman-2.2/database.tcl
---- tkman-2.2~/database.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/database.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -41,6 +41,7 @@
- if {![llength $manx(manList)]} {
- puts stderr "Can't find any man pages!"
- puts stderr "MANPATH = $env(MANPATH)"
-+ CLEANUP
- exit 1
- }
-
-diff -urN tkman-2.2~/gui.tcl tkman-2.2/gui.tcl
---- tkman-2.2~/gui.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/gui.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -66,7 +66,7 @@
- wm protocol $w WM_SAVE_YOURSELF "manSave"
- wm command $w [concat $argv0 $argv]
- # aborts without saving .tkman
-- wm protocol $w WM_DELETE_WINDOW {exit 0}
-+ wm protocol $w WM_DELETE_WINDOW {CLEANUP; exit 0}
-
- # some braindead window managers ignore iconposition requests after window is iconified, so special setting here
- if {[regexp $manx(posnregexp) $manx(iconposition) all x y]} {wm iconposition $w $x $y}
-@@ -221,7 +221,7 @@
- -command "incr stat(checkpoint); manSave; manWinstdout \$curwin {[bolg $manx(startup) ~] updated}"
- # if {!$dup} { ... but menu shared!
- $m add separator
-- $m add command -label "Quit, don't update $manx(startup-short)" -command "exit 0"
-+ $m add command -label "Quit, don't update $manx(startup-short)" -command "CLEANUP; exit 0"
- # }
- }
-
-@@ -537,8 +537,8 @@
- "
-
- ### quit
-- button $w.quit -text "Quit" -command "manSave; exit 0" -padx 4
-- if {!$manx(quit)} {$w.quit configure -command "exit 0"}
-+ button $w.quit -text "Quit" -command "manSave; CLEANUP; exit 0" -padx 4
-+ if {!$manx(quit)} {$w.quit configure -command "CLEANUP; exit 0"}
- if {$dup} {
- $w.quit configure -text "Close" -command "
- destroy $w; incr manx(outcnt) -1; manOutput
-diff -urN tkman-2.2~/manpath.tcl tkman-2.2/manpath.tcl
---- tkman-2.2~/manpath.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/manpath.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -138,6 +138,7 @@
- if {![llength $manx(paths)]} {
- if {$manx(manpath-warnings) ne ""} {puts stderr $manx(manpath-warnings)}
- puts stderr "NO VALID DIRECTORIES IN MANPATH!\a"
-+ CLEANUP
- exit 1
- }
- }
-diff -urN tkman-2.2~/prefs.tcl tkman-2.2/prefs.tcl
---- tkman-2.2~/prefs.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/prefs.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -365,7 +365,7 @@
- pack $g.nroffsave $g.columns $g.fsstnd-always $g.texinfodir $g.recentdays $g.preferTexinfo $g.tryfuzzy $g.preferGNU \
- $g.maxglimpse $g.maxglimpseexcerpt $g.indexglimpse $g.glimpsestrays $g.indexalso \
- -fill x -pady 3 -padx 4
-- if {![string match "*groff*/tmp/ll -*" $man(format)]} {pack forget $g.columns}
-+ if {![string match "*groff*$manx(longtmp) -*" $man(format)]} {pack forget $g.columns}
-
-
-
-@@ -791,7 +791,7 @@
- bold {set weight "bold"}
- italics {set slant "italic"}
- bold-italics {set weight "bold"; set slant "italic"}
-- default {puts stderr "nonexistent style: $style"; exit 1}
-+ default {puts stderr "nonexistent style: $style"; CLEANUP; exit 1}
- }
-
- # specify s,m,l within small,medium,large; or set absolute point size
-diff -urN tkman-2.2~/taputils.tcl tkman-2.2/taputils.tcl
---- tkman-2.2~/taputils.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/taputils.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -98,7 +98,7 @@
- proc assert {bool msg {boom 0}} {
- if {!$bool} {
- puts stderr $msg
-- if {$boom} {exit 1}
-+ if {$boom} {CLEANUP; exit 1}
- }
- }
-
-diff -urN tkman-2.2~/tkman.tcl tkman-2.2/tkman.tcl
---- tkman-2.2~/tkman.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/tkman.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -539,7 +539,7 @@
- proc manMenuFit {m} {
- global man manx
-
-- if {[winfo class $m]!="Menu"} {puts stderr "$m not of Menu class"; exit 1}
-+ if {[winfo class $m]!="Menu"} {puts stderr "$m not of Menu class"; CLEANUP; exit 1}
- if {[$m index last] eq "none"} return
-
- set sh [winfo screenheight $m]
-@@ -1827,7 +1827,7 @@
- if {$inx<[llength $manx(binvars)]} {
- after 1000 manBinCheck $inx $err
- } else {
-- if {$err} {exit 1}
-+ if {$err} {CLEANUP; exit 1}
- .occ entryconfigure "Statistics*" -state normal
- }
-
-@@ -1850,6 +1850,7 @@
- }
- puts -nonewline "tkman"
- foreach line [split [textmanip::linebreak $helptxt 70] "\n"] { puts "\t$line" }
-+ CLEANUP
- exit 0
- }
- -M {set env(MANPATH) $val; incr i}
-@@ -1868,11 +1869,11 @@
- -start* {set manx(startup) $val; incr i}
- -data* {puts stderr "-database option obsolete: database kept in memory"; incr i}
- --v* -
-- -v* {puts stdout "TkMan v$manx(version) of $manx(date)"; exit 0}
-+ -v* {puts stdout "TkMan v$manx(version) of $manx(date)"; CLEANUP; exit 0}
- -t* {set manx(title) $val; incr i}
- -d* {set manx(debug) 1; set manx(quit) 0; set manx(iconify) 0}
- -nod* {set manx(debug) 0}
-- -* {puts stdout "[file tail $argv0]: unrecognized option: $arg"; exit 1}
-+ -* {puts stdout "[file tail $argv0]: unrecognized option: $arg"; CLEANUP; exit 1}
- default {
- after 2000 manShowMan $arg {{}} .man
- # permit several??? add extras to History?
-@@ -1888,6 +1889,7 @@
- proc ASSERT {args} {
- if {![uplevel 1 eval $args]} {
- puts "ASSERTION VIOLATED: $args"
-+ CLEANUP
- exit 1
- }
- }
-@@ -1906,7 +1908,10 @@
- set manx(lastclick) $clicknow
- }
-
--
-+proc CLEANUP {} {
-+ global manx
-+ if { [file exists $manx(longtmp)] == 1 } { file delete $manx(longtmp) }
-+}
-
-
- ##################################################
-@@ -1919,6 +1924,7 @@
- if {[package vcompare [info tclversion] $manx(mintcl)]==-1 || [package vcompare $tk_version $manx(mintk)]==-1} {
- puts -nonewline stderr "Tcl $manx(mintcl)/Tk $manx(mintk) minimum versions required. "
- puts stderr "You have Tcl [info tclversion]/Tk $tk_version"
-+ CLEANUP
- exit 1
- } elseif {int([info tclversion])-int($manx(mintcl))>=1 || int($tk_version)-int($manx(mintk))>=1} {
- puts stderr "New major versions of Tcl and/or Tk may have introduced\nincompatibilies in TkMan.\nCheck the TkMan home site for a possible new version.\n"
-@@ -2111,7 +2117,6 @@
- set manx(line-scale) 1; set manx(screen-scale) 45; set manx(page-scale) [expr int(60*1.5)]
- set man(error-effect) "bell & flash"; set manx(error-effect-v) [set manx(error-effect-t) {"bell & flash" "bell" "flash" "none"}]
- set man(columns) 65; set manx(columns-v) {65 90 130 5000}; set manx(columns-t) {"65 (most compatible)" 90 130 "wrap to screen width"}; # no one would want shorter lines
--set manx(longtmp) /tmp/ll
- set man(volcol) 4.0c; set manx(volcol-v) {0 1.5c 2.0c 2.5c 3.0c 3.5c 4.0c 4.5c 5.0c 7.5c 10.0c}; set manx(volcol-t) {"no columns" "1.5 cm" "2 cm" "2.5 cm/~1 inch" "3 cm" "3.5 cm" "4 cm" "4.5 cm" "5.0 cm/~2 inches" "7.5 cm" "10 cm"}
- set man(apropostab) "4.5c"; set manx(apropostab-v) {0 3.0c 4.0c 4.5c 5.0c 5.5c 6.0c 7.5c 10.0c}; set manx(apropostab-t) {"none" "3 cm" "4 cm" "4.5 cm" "5 cm" "5.5 cm" "6 cm" "7.5 cm" "10 cm"}
- #set man(showoutsub) ""
-@@ -2258,7 +2263,7 @@
- regexp {(\d\d\d\d)/(\d\d)/(\d\d)} {$Date: 2003/04/01 23:02:52 $} manx(date) y m d
- set manx(mtime) [clock scan "$m/$d/$y"]
- set manx(stray-warnings) ""
--if {[catch {set default(manList) 0}]} {puts "\aBLT conflicts with TkMan."; exit 1}
-+if {[catch {set default(manList) 0}]} {puts "\aBLT conflicts with TkMan."; CLEANUP; exit 1}
- set manx(manList) $man(manList)
- set manx(manTitleList) $man(manTitleList)
- set manx(userconfig) "### your additions go below"
-@@ -2385,6 +2390,7 @@
- if {[string match "#!*" [gets $fid line]]} {
- puts stderr "$manx(startup) looks like an executable."
- puts stderr "You should delete it, probably."
-+ CLEANUP
- exit 1
- }
-
-@@ -2613,6 +2619,7 @@
-
- if {[llength $man(manList)]!=[llength $man(manTitleList)]} {
- puts stderr "Length of section abbreviations differs from length of section titles:\n\nlength [llength $man(manList)]:\t$man(manList)\n\nlength [llength $man(manTitleList)]:\t$man(manTitleList)"
-+ CLEANUP
- exit 1
- }
-
-diff -urN tkman-2.2~/tkmandesc.tcl tkman-2.2/tkmandesc.tcl
---- tkman-2.2~/tkmandesc.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/tkmandesc.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -152,6 +152,7 @@
- foreach n [concat $from $to] {
- if {[lsearch $mani(manList) $n]==-1} {
- puts stderr "$cmd: Section letter `$n' doesn't exist."
-+ CLEANUP
- exit 1
- }
- }
-diff -urN tkman-2.2~/version.tcl tkman-2.2/version.tcl
---- tkman-2.2~/version.tcl 2003-04-01 17:31:38.000000000 -0600
-+++ tkman-2.2/version.tcl 2008-12-05 17:37:55.000000000 -0600
-@@ -80,7 +80,7 @@
-
- ### collect diffs
- # diff needs at least one of them to be a real file. want text of previous version around anyhow
-- set tmpf /tmp/tkman[pid]
-+ set tmpf [exec mktemp -p /tmp tkman.XXXXXXXXXX]
- # $man(changeleft) $man(zaphy) -- obsolete options
- set format "$man(format) | $manx(rman) -f ASCII -N"
- #puts "creating $tmpf (old)"
diff --git a/app-text/tkman/files/tkman.desktop b/app-text/tkman/files/tkman.desktop
deleted file mode 100644
index 25a2cdcbf790..000000000000
--- a/app-text/tkman/files/tkman.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=TkMan
-Comment=Graphical man page and info viewer
-Exec=tkman
-Icon=TkMan.gif
-Terminal=false
-Type=Application
-Categories=Utility;
-
diff --git a/app-text/tkman/metadata.xml b/app-text/tkman/metadata.xml
deleted file mode 100644
index 1300475e7aa1..000000000000
--- a/app-text/tkman/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">tkman</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/tkman/tkman-2.2-r1.ebuild b/app-text/tkman/tkman-2.2-r1.ebuild
deleted file mode 100644
index 4e21e88ebb46..000000000000
--- a/app-text/tkman/tkman-2.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="TkMan man and info page browser"
-HOMEPAGE="http://tkman.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND="
- >=app-text/rman-3.1
- >=dev-lang/tcl-8.4:0
- >=dev-lang/tk-8.4:0
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-2.2-gentoo.diff \
- "${FILESDIR}"/${PN}-CVE-2008-5137.diff #bug 247540
-}
-
-src_install() {
- local DOCS=( ANNOUNCE-tkman.txt CHANGES README-tkman )
- local HTML_DOCS=( manual.html )
-
- dodir /usr/bin
- default
-
- doicon contrib/TkMan.gif
-
- domenu "${FILESDIR}"/tkman.desktop
-}