diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:03:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:03:16 +0000 |
commit | 80e0c29383a175403532478026c34b9b3806957c (patch) | |
tree | 701714d6922c9ff276c99c599dd547ceb425a5aa /dev-ruby/podcast | |
parent | Add ruby20, ruby21 support. Cleanup old. (diff) | |
download | gentoo-2-80e0c29383a175403532478026c34b9b3806957c.tar.gz gentoo-2-80e0c29383a175403532478026c34b9b3806957c.tar.bz2 gentoo-2-80e0c29383a175403532478026c34b9b3806957c.zip |
Add ruby20 support. Remove ruby18 support.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4-r2.ebuild (renamed from dev-ruby/podcast/podcast-0.0.4-r1.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog index 0cae37b6e272..cbbba6979780 100644 --- a/dev-ruby/podcast/ChangeLog +++ b/dev-ruby/podcast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/podcast -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.11 2012/09/10 18:47:26 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.12 2014/01/29 01:03:16 mrueg Exp $ + +*podcast-0.0.4-r2 (29 Jan 2014) + + 29 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +podcast-0.0.4-r2.ebuild, + -podcast-0.0.4-r1.ebuild: + Add ruby20 support. Remove ruby18 support. 10 Sep 2012; Hans de Graaff <graaff@gentoo.org> podcast-0.0.4-r1.ebuild: Add ruby19, ree18. Move to EAPI=4. diff --git a/dev-ruby/podcast/podcast-0.0.4-r1.ebuild b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild index 56c9ce70ea34..2f3a036cf135 100644 --- a/dev-ruby/podcast/podcast-0.0.4-r1.ebuild +++ b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 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/podcast/podcast-0.0.4-r1.ebuild,v 1.3 2012/09/10 18:47:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r2.ebuild,v 1.1 2014/01/29 01:03:15 mrueg Exp $ -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18" +EAPI=5 +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" |