mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-tcltk/tklib: drop 0.6-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tklib-0.6.tar.bz2 5637725 BLAKE2B 9a0be896803c5e78e578d7c0b0bb38a742f29055708081dc858ea732895521c37fec35cc21ae544225409dff16d7b2cae93ddd0aa02150a4d7a2bd06e301759b SHA512 c4dbe6afe9d1d9c97edc154c807d429086e045f8b202870f21cafcd846b7ff759c8260d44d5e1e1322a0e7d3478c1dfb12d7a0c76200f583ac3bb85b21bf04b4
|
||||
DIST tklib-0.7.tar.bz2 5967953 BLAKE2B a7f6fa366045e78043652eea983f143cac78d847ce8b69575b1f0738b1da7e90cb3566b13412521edd62bf7beb3b92a582b2e3f0e71745bd95bd95232ff7d3ad SHA512 0322611c1dea8eebebe3f8f15ec33b695b074329ce9602aeb93d04985f486237f3ce89f1c42a5c148e12ae00b51be8c889c7db77977a0cc4204ac5eaad2cfec2
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
--- a/Makefile.in 2018-09-25 09:12:56.269163896 +0200
|
||||
+++ b/Makefile.in 2018-09-25 09:14:27.437130443 +0200
|
||||
@@ -101,9 +101,9 @@
|
||||
|
||||
|
||||
html-doc:
|
||||
- $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` html
|
||||
+ $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc html
|
||||
nroff-doc:
|
||||
- $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` nroff
|
||||
+ $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` doc nroff
|
||||
tmml-doc:
|
||||
$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` tmml
|
||||
wiki-doc:
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
CODE=6a397dec6188148cf6a6fe290cf2bd92a9190c42
|
||||
|
||||
DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib"
|
||||
HOMEPAGE="http://www.tcl.tk/software/tklib"
|
||||
SRC_URI="http://core.tcl.tk/tklib/raw/${P}.tar.bz2?name=${CODE} -> ${P}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="BSD"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/tk:0
|
||||
dev-tcltk/tcllib"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-doc.patch )
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
use doc && emake doc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
HTML_DOCS=
|
||||
if use doc; then
|
||||
HTML_DOCS=doc/html/*
|
||||
fi
|
||||
default
|
||||
dodoc DESCRIPTION.txt
|
||||
dosym ${PN}${PV} /usr/$(get_libdir)/${PN}
|
||||
|
||||
mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die
|
||||
mv "${ED}"/usr/share/man/mann/menubar{,-${PN}}.n || die
|
||||
mv "${ED}"/usr/bin/dia{,-${PN}} || die
|
||||
}
|
||||
Reference in New Issue
Block a user