diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:05:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:05:38 +0000 |
commit | 785e74f3ced0f470c425406fe7470e994eaf9565 (patch) | |
tree | 96255cb9b538b3b145ad764aa6df6d1a425b4666 /dev-ruby/bluecloth | |
parent | Remove ruby18. (diff) | |
download | gentoo-2-785e74f3ced0f470c425406fe7470e994eaf9565.tar.gz gentoo-2-785e74f3ced0f470c425406fe7470e994eaf9565.tar.bz2 gentoo-2-785e74f3ced0f470c425406fe7470e994eaf9565.zip |
Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.2.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 7baacac88373..b761de9da49f 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.75 2014/04/01 19:28:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.76 2014/05/15 01:05:38 mrueg Exp $ + + 15 May 2014; Manuel Rüger <mrueg@gentoo.org> bluecloth-2.2.0-r1.ebuild, + bluecloth-2.2.0-r2.ebuild, bluecloth-2.2.0.ebuild: + Remove ruby18. *bluecloth-2.2.0-r2 (01 Apr 2014) diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild index 56d7c359b17d..b4d9e25f30c0 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.3 2014/01/02 07:45:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.4 2014/05/15 01:05:38 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild index 1061dcd640e6..76cebbd0051b 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.1 2014/04/01 19:28:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.2 2014/05/15 01:05:38 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild index ad726331c452..ec2a167cd03f 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.17 2014/01/02 07:45:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.18 2014/05/15 01:05:38 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="docs" |