diff options
-rw-r--r-- | dev-vcs/cvs2cl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/cvs2cl/cvs2cl-2.59.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/cvs2cl/cvs2cl-2.71.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-vcs/cvs2cl/ChangeLog b/dev-vcs/cvs2cl/ChangeLog index 3eca46a9b63c..3d590c1e7adf 100644 --- a/dev-vcs/cvs2cl/ChangeLog +++ b/dev-vcs/cvs2cl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/cvs2cl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/ChangeLog,v 1.4 2012/02/16 18:41:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/ChangeLog,v 1.5 2012/03/18 15:45:27 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> cvs2cl-2.59.ebuild, + cvs2cl-2.71.ebuild: + Drop sparc keywords 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> cvs2cl-2.71.ebuild: x86 stable wrt bug #397035 diff --git a/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild index ea966c6e594f..70b6263d5526 100644 --- a/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild +++ b/dev-vcs/cvs2cl/cvs2cl-2.59.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/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild,v 1.1 2010/06/19 00:28:31 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild,v 1.2 2012/03/18 15:45:27 armin76 Exp $ DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" HOMEPAGE="http://www.red-bean.com/cvs2cl/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.pl.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="dev-lang/perl" diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild index 176a8a8165d4..83f22e1b9715 100644 --- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild +++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild,v 1.4 2012/02/16 18:41:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild,v 1.5 2012/03/18 15:45:27 armin76 Exp $ DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" HOMEPAGE="http://www.red-bean.com/cvs2cl/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.pl.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="dev-lang/perl" |