summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-24 16:40:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-24 16:40:14 +0000
commit6a8b7fac9d02915fb36bcadd77d356f3d034ec0a (patch)
tree1f98ea2bf2a1f9638b9e54eb429f1a18a4eee743 /dev-ruby/simple_oauth
parentRemove ruby18 bits. (diff)
downloadgentoo-2-6a8b7fac9d02915fb36bcadd77d356f3d034ec0a.tar.gz
gentoo-2-6a8b7fac9d02915fb36bcadd77d356f3d034ec0a.tar.bz2
gentoo-2-6a8b7fac9d02915fb36bcadd77d356f3d034ec0a.zip
Remove ruby18 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/simple_oauth')
-rw-r--r--dev-ruby/simple_oauth/ChangeLog7
-rw-r--r--dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/simple_oauth/ChangeLog b/dev-ruby/simple_oauth/ChangeLog
index c2f12a946f49..6ff012ca67c2 100644
--- a/dev-ruby/simple_oauth/ChangeLog
+++ b/dev-ruby/simple_oauth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/simple_oauth
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple_oauth/ChangeLog,v 1.8 2013/11/11 13:28:11 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple_oauth/ChangeLog,v 1.9 2014/04/24 16:40:14 mrueg Exp $
+
+ 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> simple_oauth-0.2.0-r1.ebuild:
+ Remove ruby18 support.
11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -simple_oauth-0.1.9.ebuild,
-simple_oauth-0.2.0.ebuild:
diff --git a/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild b/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild
index 850854d02bc8..66f89f91ae8d 100644
--- a/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild
+++ b/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# 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/simple_oauth/simple_oauth-0.2.0-r1.ebuild,v 1.1 2013/10/09 00:13:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild,v 1.2 2014/04/24 16:40:14 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"