diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:55:09 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:55:09 +0000 |
commit | fe15c9f0554438aa3ae118b6ad4c72c965ccea41 (patch) | |
tree | d48b329112d22450e946e0754faf463f4e8f3970 /gnustep-apps | |
parent | Moving dev-util/cvs* to dev-vcs/cvs* (diff) | |
download | gentoo-2-fe15c9f0554438aa3ae118b6ad4c72c965ccea41.tar.gz gentoo-2-fe15c9f0554438aa3ae118b6ad4c72c965ccea41.tar.bz2 gentoo-2-fe15c9f0554438aa3ae118b6ad4c72c965ccea41.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
(Portage version: 2.2_rc67/cvs/Linux i686)
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 76fd12d78470..a03837c66468 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/easydiff -# 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.19 2010/06/19 00:55:09 abcd Exp $ + + 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> easydiff-0.4.0.ebuild: + Moving dev-util/cvs* to dev-vcs/cvs* *easydiff-0.4.0 (11 Mar 2009) diff --git a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild index e4d8246723a3..e3399c421dc3 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-2009 Gentoo Foundation +# Copyright 1999-2010 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 $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.2 2010/06/19 00:55:09 abcd Exp $ inherit gnustep-2 @@ -14,6 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="cvs" -RDEPEND="cvs? ( dev-util/cvs )" +RDEPEND="cvs? ( dev-vcs/cvs )" S=${WORKDIR}/${MY_P} |