diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-11 10:42:01 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-11 10:42:01 +0000 |
commit | 0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7 (patch) | |
tree | fe3c42b9eea7955737786def8e675232a49ff4ee /gnustep-apps | |
parent | Version bump (diff) | |
download | gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.tar.gz gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.tar.bz2 gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.zip |
New release, by GNUstep team. Cleaned and updated ebuild
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.4.0.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog index 23aedb82bf52..76fd12d78470 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/easydiff -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.17 2008/03/08 13:27:15 coldwind Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.18 2009/03/11 10:42:01 voyageur Exp $ + +*easydiff-0.4.0 (11 Mar 2009) + + 11 Mar 2009; Bernard Cafarelli <voyageur@gentoo.org> + +easydiff-0.4.0.ebuild: + New release, by GNUstep team. Cleaned and updated ebuild 08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> easydiff-0.3.1_pre20061115.ebuild: diff --git a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild new file mode 100644 index 000000000000..e4d8246723a3 --- /dev/null +++ b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.1 2009/03/11 10:42:01 voyageur Exp $ + +inherit gnustep-2 + +MY_P=${P/easyd/EasyD} +DESCRIPTION="GNUstep app that lets you easily see the differences between two text files." +HOMEPAGE="http://wiki.gnustep.org/index.php/EasyDiff.app" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="cvs" + +RDEPEND="cvs? ( dev-util/cvs )" + +S=${WORKDIR}/${MY_P} |