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/ruby-augeas/
Date: Fri, 26 Nov 2021 08:17:09
Message-Id: 1637914615.f88ad6e62c75cfb46dc15b4236f15330313bcb29.graaff@gentoo
1 commit: f88ad6e62c75cfb46dc15b4236f15330313bcb29
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:05:48 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 08:16:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88ad6e6
7
8 dev-ruby/ruby-augeas: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild | 37 ------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild b/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild
17 deleted file mode 100644
18 index b4c837d59ef0..000000000000
19 --- a/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r3.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_DOCDIR="doc/site/api"
29 -RUBY_FAKEGEM_EXTRADOC="NEWS README.rdoc"
30 -
31 -inherit multilib ruby-fakegem
32 -
33 -DESCRIPTION="Ruby bindings for Augeas"
34 -HOMEPAGE="http://augeas.net/"
35 -SRC_URI="http://download.augeas.net/ruby/${P}.gem"
36 -
37 -LICENSE="LGPL-2.1"
38 -SLOT="0"
39 -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
40 -IUSE=""
41 -
42 -RDEPEND=">=app-admin/augeas-1.1.0"
43 -DEPEND="${RDEPEND}
44 - dev-libs/libxml2"
45 -
46 -each_ruby_configure() {
47 - ${RUBY} -C ext/augeas extconf.rb || die
48 -}
49 -
50 -each_ruby_compile() {
51 - emake -C ext/augeas V=1
52 -}
53 -
54 -each_ruby_install() {
55 - mv ext/augeas/_augeas$(get_modname) lib/ || die
56 -
57 - each_fakegem_install
58 -}