commit:     1a02d26d32dd7e9e1e202355e85610addd4e587a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 05:36:01 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 05:36:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a02d26d

dev-ruby/serialport: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/serialport/Manifest                |  1 -
 dev-ruby/serialport/serialport-1.3.0.ebuild | 50 -----------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/serialport/Manifest b/dev-ruby/serialport/Manifest
index 9c683a7..f842093 100644
--- a/dev-ruby/serialport/Manifest
+++ b/dev-ruby/serialport/Manifest
@@ -1,2 +1 @@
-DIST serialport-1.3.0.gem 25088 SHA256 
39bd909a3b159e70070dd24e6948bb7620fcb1fb066d26fc55aab2ae1037f21a SHA512 
7555f5125a031de4467c4bf5312e31be021265398ed22d2a6089232faa904aa8de0accd092fbe5f74aeba16d8bf37529014ac148d2fdd45d0e43f11bba7ec94d
 WHIRLPOOL 
5b730cf11263130f222d072354003a16dc83374ffbeedfed8a48f04836447b3fb331eb07d0777f3894bc6f27a9d262af7eaeeb572dc7fb880fcd0304cfcefb42
 DIST serialport-1.3.1.gem 25088 SHA256 
59293f68d8d6fe8e54726a238f46143f0e5541d4232cc211f10cb627c8219747 SHA512 
cdce9e13065cecf6d090d716626abb399bcc2a079be7bf1fe7755a20360218550f2f31980d62d8aae1fcc62fc62d6f7549685f865e30d2a5f40a617f5f197ed9
 WHIRLPOOL 
0e0521aa7feb35aa7f68201c77620605e74c5ba58b8bf95b52b0cc8ba0ca1165bbe5456e9c038459897fd2dfe68cab67a534ec85c3a25df31563b0442601445d

diff --git a/dev-ruby/serialport/serialport-1.3.0.ebuild 
b/dev-ruby/serialport/serialport-1.3.0.ebuild
deleted file mode 100644
index ec20a67..0000000
--- a/dev-ruby/serialport/serialport-1.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → uses native library
-USE_RUBY="ruby19 ruby20"
-
-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
-
-       # don't compress it
-       insinto /usr/share/doc/${PF}/examples
-       doins test/miniterm.rb
-}

Reply via email to