diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-04 14:09:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-04 14:09:26 +0000 |
commit | 0977ba7e334d0a0baa82d1181a7c72cc3399150a (patch) | |
tree | 3996ca2d77122942fa67dd27d30add4b40d616c2 /gnustep-apps | |
parent | Stable for amd64, wrt bug #287931 (diff) | |
download | historical-0977ba7e334d0a0baa82d1181a7c72cc3399150a.tar.gz historical-0977ba7e334d0a0baa82d1181a7c72cc3399150a.tar.bz2 historical-0977ba7e334d0a0baa82d1181a7c72cc3399150a.zip |
Stable for amd64, wrt bug #397045
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog index 1857c62b8f71..9e94f4927e9e 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/easydiff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.20 2010/06/22 18:53:14 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.21 2012/02/04 14:09:26 ago Exp $ + + 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> easydiff-0.4.0.ebuild: + Stable for amd64, wrt bug #397045 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@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 index e3399c421dc3..29f9da756e8b 100644 --- a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.2 2010/06/19 00:55:09 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.3 2012/02/04 14:09:26 ago Exp $ inherit gnustep-2 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="cvs" RDEPEND="cvs? ( dev-vcs/cvs )" |