diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 02:27:08 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 02:27:08 +0000 |
commit | 7466799fe084182bd5acb8085b895e2277c6c856 (patch) | |
tree | 4a35e1a84f0e48776ede2406c4cc97cc456d5b8e /dev-ruby | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-7466799fe084182bd5acb8085b895e2277c6c856.tar.gz gentoo-2-7466799fe084182bd5acb8085b895e2277c6c856.tar.bz2 gentoo-2-7466799fe084182bd5acb8085b895e2277c6c856.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/akismet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/akismet/akismet-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/akismet/ChangeLog b/dev-ruby/akismet/ChangeLog index 13f899e8c2a6..95ad055c5db4 100644 --- a/dev-ruby/akismet/ChangeLog +++ b/dev-ruby/akismet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/akismet -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/ChangeLog,v 1.1 2013/02/15 06:08:08 flameeyes Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/ChangeLog,v 1.2 2014/05/21 02:27:08 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> akismet-1.0.0.ebuild: + Remove ruby18 target. *akismet-1.0.0 (15 Feb 2013) diff --git a/dev-ruby/akismet/akismet-1.0.0.ebuild b/dev-ruby/akismet/akismet-1.0.0.ebuild index 75f93ada54c1..12dd7ea1bc33 100644 --- a/dev-ruby/akismet/akismet-1.0.0.ebuild +++ b/dev-ruby/akismet/akismet-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/akismet-1.0.0.ebuild,v 1.1 2013/02/15 06:08:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/akismet/akismet-1.0.0.ebuild,v 1.2 2014/05/21 02:27:08 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_RECIPE_DOC="rdoc" |