From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rgen/
Date: Mon, 15 Jun 2020 17:36:15 +0000 (UTC) [thread overview]
Message-ID: <1592242570.4490dbee9742c28e1237f6699efc8f5876e36b6e.graaff@gentoo> (raw)
commit: 4490dbee9742c28e1237f6699efc8f5876e36b6e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 17:30:28 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 17:36:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4490dbee
dev-ruby/rgen: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rgen/Manifest | 1 -
dev-ruby/rgen/rgen-0.8.3.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-ruby/rgen/Manifest b/dev-ruby/rgen/Manifest
index 4e7fef8cc91..2d84ff07e00 100644
--- a/dev-ruby/rgen/Manifest
+++ b/dev-ruby/rgen/Manifest
@@ -1,2 +1 @@
-DIST rgen-0.8.3.tar.gz 275845 BLAKE2B 90addb8511646ac1bcfce113b39bc6998704a7e92319b7854c56fb85276adee86b64e847f940769076967090fe62024aa641c6d194c9dd57acecb855eafa8cae SHA512 74f6ed04c49b880bee8c6ed126874f8def43c8ff7a58a8e09743fbd8e255707f6b947b37205c4c35508aec983729fdec228c30e297d7ac6e3bd7f8c2167c63e1
DIST rgen-0.8.4.tar.gz 277720 BLAKE2B bf7c5f017f056d05464d7f15a4faa8dee41eb857b1ff026be6ea9185d1e4bc2162d0548eb061bf99b2564b61303b4c5204a2db376ff7610ba2c1bbb85cbe9ca4 SHA512 7a1691624a88468674fe3988c3eb098f3c955ab380401cc43f55ab5a84dae81b25d9d19e237b1c9e0251165f298138ca58f9a358124fe4fe8fd233e622d28015
diff --git a/dev-ruby/rgen/rgen-0.8.3.ebuild b/dev-ruby/rgen/rgen-0.8.3.ebuild
deleted file mode 100644
index 1355937454b..00000000000
--- a/dev-ruby/rgen/rgen-0.8.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-RUBY_FAKEGEM_GEMSPEC="rgen.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby Modelling and Generator Framework"
-HOMEPAGE="https://github.com/mthiede/rgen"
-SRC_URI="https://github.com/mthiede/rgen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
-
-ruby_add_bdepend "doc? ( >=dev-ruby/rdoc-4.2.0 )
- test? ( >=dev-ruby/minitest-5.10:5 >=dev-ruby/nokogiri-1.6.8.1 )
-"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *ruby24|*ruby25)
- sed -i -e 's/Can not use a Fixnum/Can not use a Integer/' test/metamodel_builder_test.rb || die
- ;;
- esac
-}
next reply other threads:[~2020-06-15 19:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-15 17:36 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-06-23 19:28 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rgen/ Hans de Graaff
2018-11-23 9:11 Hans de Graaff
2018-07-09 4:09 Hans de Graaff
2018-07-09 1:29 Thomas Deutschmann
2018-07-08 4:06 Hans de Graaff
2018-06-25 18:24 Hans de Graaff
2018-02-09 6:58 Hans de Graaff
2017-09-15 6:08 Hans de Graaff
2017-09-15 6:08 Hans de Graaff
2017-09-13 13:42 Fabian Groffen
2017-08-30 18:13 Fabian Groffen
2016-11-25 9:13 Hans de Graaff
2016-11-06 10:12 Hans de Graaff
2016-10-02 9:14 Jeroen Roovers
2016-09-27 4:49 Hans de Graaff
2016-06-10 5:37 Hans de Graaff
2016-06-10 5:37 Hans de Graaff
2016-05-11 4:55 Hans de Graaff
2016-03-06 18:50 Hans de Graaff
2015-11-19 7:04 Hans de Graaff
2015-11-19 7:04 Hans de Graaff
2015-11-19 7:04 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1592242570.4490dbee9742c28e1237f6699efc8f5876e36b6e.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox