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 | 4d78696700e62a25f8c4007d9ab16c7fac85e58e (patch) | |
tree | 8eefd7eada4b2fc5fbfa26ec076a3e22c138d766 /dev-util/tkdiff | |
parent | Patch to fix gnome-settings-daemon crash in gnome-3 fallback mode. (diff) | |
download | gentoo-2-4d78696700e62a25f8c4007d9ab16c7fac85e58e.tar.gz gentoo-2-4d78696700e62a25f8c4007d9ab16c7fac85e58e.tar.bz2 gentoo-2-4d78696700e62a25f8c4007d9ab16c7fac85e58e.zip |
Version bump
(Portage version: 2.2.0_alpha80/cvs/Linux i686)
Diffstat (limited to 'dev-util/tkdiff')
-rw-r--r-- | dev-util/tkdiff/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/tkdiff/tkdiff-4.2.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-util/tkdiff/ChangeLog b/dev-util/tkdiff/ChangeLog index f8a113d3c3e1..dd4762c1dcac 100644 --- a/dev-util/tkdiff/ChangeLog +++ b/dev-util/tkdiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/tkdiff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/ChangeLog,v 1.4 2010/08/06 22:09:45 darkside Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/ChangeLog,v 1.5 2011/12/11 21:30:41 ottxor Exp $ + +*tkdiff-4.2 (11 Dec 2011) + + 11 Dec 2011; Christoph Junghans <ottxor@gentoo.org> +tkdiff-4.2.ebuild: + Version bump 06 Aug 2010; Jeremy Olexa <darkside@gentoo.org> tkdiff-4.1.4.ebuild: Add ~amd64-linux ~x86-linux, tested by myself 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 +} |