summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:47:42 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:47:59 +0100
commita83968134ad175b166035078ab34bdc01524fa50 (patch)
tree268723e7a04ccbe4f07232442b9d6ef029f39710 /app-text/tkman
parentdev-java/xml-commons-resolver: Stabilize 1.2-r2 arm64, #829140 (diff)
downloadgentoo-a83968134ad175b166035078ab34bdc01524fa50.tar.gz
gentoo-a83968134ad175b166035078ab34bdc01524fa50.tar.bz2
gentoo-a83968134ad175b166035078ab34bdc01524fa50.zip
app-text/tkman: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text/tkman')
-rw-r--r--app-text/tkman/tkman-2.2-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
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 818ec72240da..000000000000
--- a/app-text/tkman/tkman-2.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit desktop epatch
-
-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
-}