diff options
author | 2011-04-20 08:19:28 +0000 | |
---|---|---|
committer | 2011-04-20 08:19:28 +0000 | |
commit | a2af169c9f3c4e43429607a052b81600bea39e41 (patch) | |
tree | f69b67051f37fbf1fcac0a639a49279cc9112177 /dev-ruby | |
parent | Initial commit. (diff) | |
download | gentoo-2-a2af169c9f3c4e43429607a052b81600bea39e41.tar.gz gentoo-2-a2af169c9f3c4e43429607a052b81600bea39e41.tar.bz2 gentoo-2-a2af169c9f3c4e43429607a052b81600bea39e41.zip |
Drop ruby19 to create stable candidate.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 4e983b15c118..684c08da6bdd 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.44 2011/04/02 16:07:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.45 2011/04/20 08:19:28 graaff Exp $ + + 20 Apr 2011; Hans de Graaff <graaff@gentoo.org> bluecloth-2.0.7.ebuild: + Drop ruby19 to create stable candidate. 02 Apr 2011; Raúl Porcel <armin76@gentoo.org> bluecloth-2.1.0.ebuild: Add ~ia64 wrt #354435 diff --git a/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild index 7829de5ac1ac..16486c5f1624 100644 --- a/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.6 2010/09/18 08:52:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.7 2011/04/20 08:19:28 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" RUBY_FAKEGEM_VERSION="${PV/_pre/.pre}" |