diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 18:49:47 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 18:49:47 +0000 |
commit | 0b9f06a036c799c5ceb916054a4fc35a8dffd084 (patch) | |
tree | 9abbb49a1031b0f845c0bfc7a16f2293ad2a2efd /dev-ruby | |
parent | ppc stable #281855 (diff) | |
download | gentoo-2-0b9f06a036c799c5ceb916054a4fc35a8dffd084.tar.gz gentoo-2-0b9f06a036c799c5ceb916054a4fc35a8dffd084.tar.bz2 gentoo-2-0b9f06a036c799c5ceb916054a4fc35a8dffd084.zip |
ppc stable #283020
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 672b7ee30d50..d66423fe4690 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.20 2009/11/04 18:19:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.21 2009/11/08 18:49:47 nixnut Exp $ + + 08 Nov 2009; nixnut <nixnut@gentoo.org> bluecloth-2.0.5.ebuild: + ppc stable #283020 04 Nov 2009; Hans de Graaff <graaff@gentoo.org> -bluecloth-2.0.4.ebuild: Remove old version. diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild index 860c1e94d500..377de8fa2cf1 100644 --- a/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild,v 1.1 2009/07/26 06:02:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5.ebuild,v 1.2 2009/11/08 18:49:47 nixnut Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~x86" IUSE="" USE_RUBY="ruby18 ruby19" |