summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-09-24 07:01:03 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-09-24 07:01:03 +0000
commit41149ccbf0fc99def84f9bf049705e0d5b315158 (patch)
treea86767ee0ea7715e0dd52ef73d206ff8a9f83e96 /dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild
parentVersion bumped (diff)
downloadhistorical-41149ccbf0fc99def84f9bf049705e0d5b315158.tar.gz
historical-41149ccbf0fc99def84f9bf049705e0d5b315158.tar.bz2
historical-41149ccbf0fc99def84f9bf049705e0d5b315158.zip
Version bumped.
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild')
-rw-r--r--dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild b/dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild
new file mode 100644
index 000000000000..a4c75dc0908a
--- /dev/null
+++ b/dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkdiff/tkdiff-4.1.3.ebuild,v 1.1 2006/09/24 07:01:03 matsuu Exp $
+
+MY_P="${P}-unix"
+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="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/tk-8.4"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ dobin tkdiff
+ dodoc Changelog
+}