commit:     ef52b9ace96f0e8c1789892da3c16ed5805257de
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 16:07:22 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 16:11:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef52b9ac

dev-ruby/serialport: cleanup

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

 dev-ruby/serialport/Manifest                |  1 -
 dev-ruby/serialport/serialport-1.3.1.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-ruby/serialport/Manifest b/dev-ruby/serialport/Manifest
index ac110dd5e8d..14b25d6dcc1 100644
--- a/dev-ruby/serialport/Manifest
+++ b/dev-ruby/serialport/Manifest
@@ -1,2 +1 @@
-DIST serialport-1.3.1.gem 25088 BLAKE2B 
391188ff8a78f3998c82b17668a1aebad737643739c8087c4f32ce719dbf7bbf5f29cdc0717ab16f196020a227afc4fcfc29409331b2aabf5c6bf3382ef3496b
 SHA512 
cdce9e13065cecf6d090d716626abb399bcc2a079be7bf1fe7755a20360218550f2f31980d62d8aae1fcc62fc62d6f7549685f865e30d2a5f40a617f5f197ed9
 DIST serialport-1.3.2.gem 25088 BLAKE2B 
035e7bdb8ef321fb67ec63283c0e4c8fbf8f909ea3495994716b95cc55f212561a09a87352aed67290d96b54bb26b7802e5ed37c27e67291d768d7eb6d30850e
 SHA512 
ff78fa04183108c2e9c5eb4f0caa9f8072a693a2a120ca084476b4125ca32ec67a6fb268bedda3ca142a9a397dbc585dffaab88f339fccc12e5ad03a09d4c28c

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
deleted file mode 100644
index bd32e9c0411..00000000000
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a library for serial port (rs232) access in ruby"
-HOMEPAGE="http://rubyforge.org/projects/ruby-serialport/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-all_ruby_prepare() {
-       # Fix the miniterm script so that it might actually work, we'll
-       # install it as example.
-       sed -i -e 's:\.\./serialport.so:serialport:' test/miniterm.rb || die
-}
-
-each_ruby_configure() {
-       cd ext/native || die
-       ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
-       pushd ext/native &>/dev/null
-       emake V=1
-       popd &>/dev/null
-
-       # Avoids the need for a specific install phase
-       cp ext/native/*$(get_modname) lib/ || die "extension copy failed"
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       dodoc test/miniterm.rb
-}

Reply via email to