Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 30 Jul 2020 07:21:46
Message-Id: 1596093686.1a094d2f1e6c1e901bdcb4151b8fbcbac339ecaf.naota@gentoo
1 commit: 1a094d2f1e6c1e901bdcb4151b8fbcbac339ecaf
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 15 04:23:52 2020 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 07:21:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a094d2f
7
8 ruby-ng-gnome2.eclass: drop subbinding variable
9
10 Since we can set RUBY_S only from RUBY_FAKEGEM_NAME, we no longer need
11 $subbinding.
12
13 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
14
15 eclass/ruby-ng-gnome2.eclass | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
19 index 42325ce4f33..4f3f6011501 100644
20 --- a/eclass/ruby-ng-gnome2.eclass
21 +++ b/eclass/ruby-ng-gnome2.eclass
22 @@ -28,11 +28,9 @@ inherit ruby-fakegem
23
24 IUSE=""
25
26 -subbinding=${PN#ruby-}
27 -subbinding=${subbinding/-/_}
28 DEPEND="virtual/pkgconfig"
29 ruby_add_bdepend "dev-ruby/pkg-config"
30 -RUBY_S=ruby-gnome2-all-${PV}/${subbinding}
31 +RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
32 SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz"
33 HOMEPAGE="https://ruby-gnome2.osdn.jp/"
34 LICENSE="LGPL-2.1+"