Gentoo Archives: gentoo-dev

From: graaff@g.o
To: gentoo-dev@l.g.o
Cc: Hans de Graaff <graaff@g.o>
Subject: [gentoo-dev] [PATCH 2/3] ruby-fakegem.eclass: List myself as author
Date: Sun, 21 Jul 2019 05:46:54
Message-Id: 20190721054555.4626-2-graaff@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/3] ruby-fakegem.eclass: remove obsolete jruby support by graaff@gentoo.org
1 From: Hans de Graaff <graaff@g.o>
2
3 Signed-off-by: Hans de Graaff <graaff@g.o>
4 ---
5 eclass/ruby-fakegem.eclass | 1 +
6 1 file changed, 1 insertion(+)
7
8 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
9 index a6077a386b9d..915c10b986c3 100644
10 --- a/eclass/ruby-fakegem.eclass
11 +++ b/eclass/ruby-fakegem.eclass
12 @@ -7,6 +7,7 @@
13 # @AUTHOR:
14 # Author: Diego E. Pettenò <flameeyes@g.o>
15 # Author: Alex Legler <a3li@g.o>
16 +# Author: Hans de Graaff <graaff@g.o>
17 # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
18 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems.
19 # @DESCRIPTION:
20 --
21 2.21.0