diff options
author | 2009-04-18 18:39:11 +0000 | |
---|---|---|
committer | 2009-04-18 18:39:11 +0000 | |
commit | d6974ed9e3acd2a09497f32fe4235920ce565757 (patch) | |
tree | 7a7a89fb945773b3005c7314f88f024f087aea83 /dev-ruby | |
parent | Cleaned-up old ebuilds, kept the latest one for stabilization. (diff) | |
download | gentoo-2-d6974ed9e3acd2a09497f32fe4235920ce565757.tar.gz gentoo-2-d6974ed9e3acd2a09497f32fe4235920ce565757.tar.bz2 gentoo-2-d6974ed9e3acd2a09497f32fe4235920ce565757.zip |
stable amd64, bug 266506
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.8.260.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 2bc6f77e92fb..db133b6780d6 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.4 2009/03/20 12:07:16 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.5 2009/04/18 18:39:11 gentoofan23 Exp $ + + 18 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org> + coderay-0.8.260.ebuild: + stable amd64, bug 266506 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml: diff --git a/dev-ruby/coderay/coderay-0.8.260.ebuild b/dev-ruby/coderay/coderay-0.8.260.ebuild index 78cbd5baab4e..4034e9d64374 100644 --- a/dev-ruby/coderay/coderay-0.8.260.ebuild +++ b/dev-ruby/coderay/coderay-0.8.260.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.8.260.ebuild,v 1.1 2008/12/20 12:50:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.8.260.ebuild,v 1.2 2009/04/18 18:39:11 gentoofan23 Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://coderay.rubychan.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2" |