Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-digest_auth/
Date: Tue, 02 Feb 2021 05:56:43
Message-Id: 1612244876.b5e8d42ac7e3acd62123b543f636904874192319.graaff@gentoo
1 commit: b5e8d42ac7e3acd62123b543f636904874192319
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 05:47:56 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 05:47:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e8d42a
7
8 dev-ruby/net-http-digest_auth: EAPI=7; add ruby30
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 ...st_auth-1.4.1.ebuild => net-http-digest_auth-1.4.1-r1.ebuild} | 9 +++------
14 dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r1.ebuild
18 similarity index 72%
19 copy from dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild
20 copy to dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r1.ebuild
21 index fa7c2dd9047..52b2b62e979 100644
22 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild
23 +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r1.ebuild
24 @@ -1,12 +1,9 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
32 -
33 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
34 -RUBY_FAKEGEM_DOCDIR="doc"
35 +USE_RUBY="ruby25 ruby26 ruby27 ruby30"
36
37 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
38
39 @@ -17,7 +14,7 @@ HOMEPAGE="https://github.com/drbrain/net-http-digest_auth"
40
41 LICENSE="MIT"
42 SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
44 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
45 IUSE="test"
46
47 ruby_add_bdepend "test? ( dev-ruby/minitest )"
48
49 diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild
50 index fa7c2dd9047..a8b4de7219e 100644
51 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild
52 +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1.ebuild
53 @@ -3,7 +3,7 @@
54
55 EAPI=5
56
57 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
58 +USE_RUBY="ruby25 ruby26 ruby27"
59
60 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
61 RUBY_FAKEGEM_DOCDIR="doc"