Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/oauth-plugin/
Date: Mon, 07 Jul 2014 12:39:46
Message-Id: 1404382584.29c8f8c1278a79fd27f39e00b95b63154162bb3e.graaff@gentoo
1 commit: 29c8f8c1278a79fd27f39e00b95b63154162bb3e
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Thu Jul 3 10:16:24 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 3 10:16:24 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=29c8f8c1
7
8 Drop ruby18.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/oauth-plugin/ChangeLog | 5 ++++-
14 dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog
18 index b19bf21..074b5a7 100644
19 --- a/dev-ruby/oauth-plugin/ChangeLog
20 +++ b/dev-ruby/oauth-plugin/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for dev-ruby/oauth-plugin
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 03 Jul 2014; Hans de Graaff <graaff@g.o> oauth-plugin-0.5.1.ebuild:
28 + Drop ruby18.
29 +
30 *oauth-plugin-0.5.1 (24 Oct 2013)
31
32 24 Oct 2013; Hans de Graaff <graaff@g.o> +oauth-plugin-0.5.1.ebuild:
33
34 diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
35 index bc611c3..5849c7b 100644
36 --- a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
37 +++ b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2013 Gentoo Foundation
40 +# Copyright 1999-2014 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 2010/09/18 09:58:03 graaff Exp $
43
44 EAPI=5
45 -USE_RUBY="ruby18 ruby19"
46 +USE_RUBY="ruby19"
47
48 RUBY_FAKEGEM_RECIPE_TEST="rspec"