public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasm/
Date: Fri,  9 Jul 2021 06:55:19 +0000 (UTC)	[thread overview]
Message-ID: <1625813709.4d0bfe34a897412db5052c2e5eaf4f4444f95de0.graaff@gentoo> (raw)

commit:     4d0bfe34a897412db5052c2e5eaf4f4444f95de0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 06:30:29 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul  9 06:55:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0bfe34

dev-ruby/metasm: add 1.0.5

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/metasm/Manifest            |  1 +
 dev-ruby/metasm/metasm-1.0.5.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/metasm/Manifest b/dev-ruby/metasm/Manifest
index f1583129b5f..34f3689cd4d 100644
--- a/dev-ruby/metasm/Manifest
+++ b/dev-ruby/metasm/Manifest
@@ -1 +1,2 @@
 DIST metasm-1.0.4.gem 802816 BLAKE2B 8950f4c3c0d56bc414795c5a348fb07767223163c1cece4a7b5f5374b1c9c901a576b6adbb10d28b6b4541649e176863ad68da3a7e2155025c7f1bc9eaadff90 SHA512 35fe98bfd9d8b2f0d6a69cce409319288d9a54458f22a308682c3ea432e2c34d50d33a3849c08f773e87ee0a67aa5cc6bb337ec99045f23b6aca43c9f5ce70cc
+DIST metasm-1.0.5.gem 803328 BLAKE2B 24ca2cff66257b063007b872028d4fad541584bee031dd4caacf2a89ee8f823e88dec8a2cf41815c72a5ef1b8db827b69fbb8ceaabee4d67de73aa04c15f354d SHA512 74a6eac47c06e7ff53f4e400fec6c6c73981bc58d09520ce7cdd657b6b74819fc5b9d6168edaf90eeb5c9b2087fd4924df1e21743809065cc1433428efbe1dd8

diff --git a/dev-ruby/metasm/metasm-1.0.5.ebuild b/dev-ruby/metasm/metasm-1.0.5.ebuild
new file mode 100644
index 00000000000..0cd06d33120
--- /dev/null
+++ b/dev-ruby/metasm/metasm-1.0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="BUGS README TODO"
+RUBY_FAKEGEM_EXTRAINSTALL="metasm metasm.rb misc samples"
+
+inherit ruby-fakegem
+
+DESCRIPTION="cross-architecture assembler, disassembler, linker, and debugger"
+HOMEPAGE="https://metasm.cr0.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE=""
+
+KEYWORDS="~amd64 ~arm ~x86"
+
+all_ruby_prepare() {
+	mkdir bin
+	ln -s ../samples/disassemble.rb ./bin/disassemble
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	ruby_fakegem_binwrapper disassemble
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:. -e "Dir['tests/*.rb'].each{|f| require f}" || die
+}


             reply	other threads:[~2021-07-09  6:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09  6:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25 17:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasm/ Hans de Graaff
2024-03-04 18:33 Rick Farina
2022-05-01  8:38 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2021-09-18  2:30 Sam James
2020-09-11  6:58 Hans de Graaff
2020-09-05  8:01 Hans de Graaff
2019-05-22  5:05 Hans de Graaff
2019-04-09  5:53 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-06-12  6:04 Hans de Graaff
2017-05-08 19:54 Richard Farina
2017-05-08 19:22 Richard Farina
2016-06-21  5:09 Hans de Graaff
2016-06-21  5:09 Hans de Graaff
2015-10-23 14:35 Richard Farina
2015-10-21 14:30 Richard Farina
2015-10-12  6:06 Hans de Graaff
2015-10-08 21:04 Richard Farina

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=1625813709.4d0bfe34a897412db5052c2e5eaf4f4444f95de0.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