summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-01-08 14:48:58 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-01-08 14:48:58 +0000
commit2096d7d1dd670e230f351bddba86a493246189f4 (patch)
treeca48d900eeac81b5305e7bcfd3801aaa746d89df /dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild
parentupdate of modperl flag (diff)
downloadgentoo-2-2096d7d1dd670e230f351bddba86a493246189f4.tar.gz
gentoo-2-2096d7d1dd670e230f351bddba86a493246189f4.tar.bz2
gentoo-2-2096d7d1dd670e230f351bddba86a493246189f4.zip
Version bumped. Removed old version wrt security bug 116908.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild')
-rw-r--r--dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild b/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild
deleted file mode 100644
index 39255113f7c4..000000000000
--- a/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkdiff/tkdiff-4.0.2.ebuild,v 1.2 2005/04/03 14:43:33 matsuu Exp $
-
-MY_P="${PN}_${PV//./_}"
-DESCRIPTION="tkdiff is a graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tkdiff/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.4"
-
-S="${WORKDIR}/${PN}-unix"
-
-src_install() {
- dobin tkdiff
- dodoc Changelog
-}