diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-12-11 21:30:41 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-12-11 21:30:41 +0000 |
commit | 31d70256b9c9bf69355d0e51a63a6979316e54f0 (patch) | |
tree | a8ac1c26deb4ab23dd6e374de99772638b153710 /dev-util/tkdiff/tkdiff-4.2.ebuild | |
parent | Patch to fix gnome-settings-daemon crash in gnome-3 fallback mode. (diff) | |
download | historical-31d70256b9c9bf69355d0e51a63a6979316e54f0.tar.gz historical-31d70256b9c9bf69355d0e51a63a6979316e54f0.tar.bz2 historical-31d70256b9c9bf69355d0e51a63a6979316e54f0.zip |
Version bump
Package-Manager: portage-2.2.0_alpha80/cvs/Linux i686
Diffstat (limited to 'dev-util/tkdiff/tkdiff-4.2.ebuild')
-rw-r--r-- | dev-util/tkdiff/tkdiff-4.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/tkdiff/tkdiff-4.2.ebuild b/dev-util/tkdiff/tkdiff-4.2.ebuild new file mode 100644 index 000000000000..eceb8aba04bd --- /dev/null +++ b/dev-util/tkdiff/tkdiff-4.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/tkdiff-4.2.ebuild,v 1.1 2011/12/11 21:30:41 ottxor Exp $ + +EAPI=4 + +DESCRIPTION="tkdiff is a graphical front end to the diff program" +HOMEPAGE="http://tkdiff.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-lang/tk-8.4.18-r1" + +S="${WORKDIR}/${PN}-unix" + +src_install() { + dobin tkdiff + dodoc CHANGELOG.txt +} |