diff options
author | Robert Buchholz <rbu@gentoo.org> | 2009-09-09 09:12:33 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2009-09-09 09:12:33 +0000 |
commit | 96038967350e877a180d1653dbe8af36eb0fdc9a (patch) | |
tree | 75898c3969b18f2604da2d8e7e54d7b7c663ed7a /app-text/tkman/tkman-2.1-r1.ebuild | |
parent | Add Affero General Public License (version 3) (diff) | |
download | historical-96038967350e877a180d1653dbe8af36eb0fdc9a.tar.gz historical-96038967350e877a180d1653dbe8af36eb0fdc9a.tar.bz2 historical-96038967350e877a180d1653dbe8af36eb0fdc9a.zip |
remove vulnerable ebuild
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-text/tkman/tkman-2.1-r1.ebuild')
-rw-r--r-- | app-text/tkman/tkman-2.1-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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} -} |