[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-12-27 Thread Hans de Graaff
commit: 89b00f78b89b2e95585054dbb58fafee20f13bcf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 09:33:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 09:36:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b00f78

dev-ruby/serialport: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 
b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
index 2926a1035eeb..6fd74bbb98bf 100644
--- a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-12-06 Thread Hans de Graaff
commit: 53f86412505d27510185c368a9391f699942107f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  6 09:25:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  6 09:27:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f86412

dev-ruby/serialport: drop 1.3.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2.ebuild | 34 -
 1 file changed, 34 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2.ebuild 
b/dev-ruby/serialport/serialport-1.3.2.ebuild
deleted file mode 100644
index 812e30d502b9..
--- a/dev-ruby/serialport/serialport-1.3.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/native/extconf.rb)
-
-inherit ruby-fakegem
-
-DESCRIPTION="a library for serial port (rs232) access in ruby"
-HOMEPAGE="https://github.com/hparra/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
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc test/miniterm.rb
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-09-15 Thread Sam James
commit: 54a54b8f03222fdaa9bc60e9c602f2a2c4ad8a9d
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 15 08:27:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 15 08:27:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a54b8f

dev-ruby/serialport: Stabilize 1.3.2-r1 x86, #914207

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 
b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
index 2825b5e4e88f..67ece4971713 100644
--- a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/hparra/ruby-serialport/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-09-15 Thread Sam James
commit: faa6d46a7053e1d07f3cd2664c651919b8e3ef7e
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 15 08:27:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 15 08:27:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa6d46a

dev-ruby/serialport: Stabilize 1.3.2-r1 amd64, #914207

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 
b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
index 67ece4971713..2926a1035eeb 100644
--- a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/hparra/ruby-serialport/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/files/, dev-ruby/serialport/

2023-08-12 Thread Hans de Graaff
commit: 9d47923d11bb7dd81c5275b6677202ca6b72164e
Author: Brahmajit Das  gmail  com>
AuthorDate: Sat Jul 22 18:42:27 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 12 10:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d47923d

dev-ruby/serialport: Fix incompatible pointer to integer

Closes: https://bugs.gentoo.org/883127
Signed-off-by: Brahmajit Das  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 .../files/serialport-1.3.2-clang16-build-fix.patch | 13 
 dev-ruby/serialport/serialport-1.3.2-r1.ebuild | 38 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch 
b/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch
new file mode 100644
index ..9dd22090541c
--- /dev/null
+++ b/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch
@@ -0,0 +1,13 @@
+Bug: https://bugs.gentoo.org/883127
+Upstream PR: https://github.com/hparra/ruby-serialport/pull/75
+--- a/ext/native/posix_serialport_impl.c
 b/ext/native/posix_serialport_impl.c
+@@ -110,7 +110,7 @@ VALUE sp_create_impl(class, _port)
+struct termios params;
+ 
+NEWOBJ(sp, struct RFile);
+-   OBJSETUP(sp, class, T_FILE);
++   OBJSETUP((VALUE)sp, class, T_FILE);
+MakeOpenFile((VALUE) sp, fp);
+ 
+switch(TYPE(_port))

diff --git a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 
b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
new file mode 100644
index ..4c9e1b15b961
--- /dev/null
+++ b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/native/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="a library for serial port (rs232) access in ruby"
+HOMEPAGE="https://github.com/hparra/ruby-serialport/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${P}-clang16-build-fix.patch
+)
+
+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
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc test/miniterm.rb
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-08-12 Thread Hans de Graaff
commit: b8d3f54e107487d74a2432754baf79ce4522cb61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 12 10:00:03 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 12 10:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d3f54e

dev-ruby/serialport: add github upstream metadata

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/serialport/metadata.xml b/dev-ruby/serialport/metadata.xml
index daac6fdb7252..c8a4b8ba58d1 100644
--- a/dev-ruby/serialport/metadata.xml
+++ b/dev-ruby/serialport/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+hparra/ruby-serialport
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2023-08-12 Thread Hans de Graaff
commit: 43dd5d74e48234ada23a56add99d8f5d5d580090
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 12 10:01:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 12 10:01:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dd5d74

dev-ruby/serialport: enable ruby32

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 
b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
index 4c9e1b15b961..2825b5e4e88f 100644
--- a/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2022-04-18 Thread Hans de Graaff
commit: dc6cb9745cf5678b3a57b88450404bc8eb333e4f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 18 14:13:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 17:15:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6cb974

dev-ruby/serialport: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2.ebuild 
b/dev-ruby/serialport/serialport-1.3.2.ebuild
index 994ac57e0394..812e30d502b9 100644
--- a/dev-ruby/serialport/serialport-1.3.2.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
 
 RUBY_FAKEGEM_EXTENSIONS=(ext/native/extconf.rb)
 
-inherit multilib ruby-fakegem
+inherit ruby-fakegem
 
 DESCRIPTION="a library for serial port (rs232) access in ruby"
 HOMEPAGE="https://github.com/hparra/ruby-serialport/;



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2021-11-03 Thread Hans de Graaff
commit: ef52b9ace96f0e8c1789892da3c16ed5805257de
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  3 16:07:22 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  3 16:11:53 2021 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2021-11-02 Thread Agostino Sarubbo
commit: b6972e6714deac8b5b9d43bfea8b1d3b9f27c44a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  2 09:12:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  2 09:12:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6972e67

dev-ruby/serialport: amd64 stable wrt bug #820818

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2.ebuild 
b/dev-ruby/serialport/serialport-1.3.2.ebuild
index 324f14a6f47..994ac57e039 100644
--- a/dev-ruby/serialport/serialport-1.3.2.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/hparra/ruby-serialport/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2021-11-01 Thread Sam James
commit: 275b7682c52cb7c485f8e94a704e513d18b47127
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  1 10:01:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  1 10:01:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275b7682

dev-ruby/serialport: Stabilize 1.3.2 x86, #820818

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/serialport/serialport-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.2.ebuild 
b/dev-ruby/serialport/serialport-1.3.2.ebuild
index 49a58625d12..324f14a6f47 100644
--- a/dev-ruby/serialport/serialport-1.3.2.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/hparra/ruby-serialport/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2021-09-29 Thread Hans de Graaff
commit: e0fbcaed927838432c76e67c2e5c2e35c086f51b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 30 03:50:17 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 30 03:50:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fbcaed

dev-ruby/serialport: add 1.3.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/Manifest|  1 +
 dev-ruby/serialport/serialport-1.3.2.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/serialport/Manifest b/dev-ruby/serialport/Manifest
index 95cc0d03cd9..ac110dd5e8d 100644
--- a/dev-ruby/serialport/Manifest
+++ b/dev-ruby/serialport/Manifest
@@ -1 +1,2 @@
 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.2.ebuild 
b/dev-ruby/serialport/serialport-1.3.2.ebuild
new file mode 100644
index 000..49a58625d12
--- /dev/null
+++ b/dev-ruby/serialport/serialport-1.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/native/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="a library for serial port (rs232) access in ruby"
+HOMEPAGE="https://github.com/hparra/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
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc test/miniterm.rb
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2020-02-22 Thread Hans de Graaff
commit: 2c69eb056b460cfc4173a508ec70d33ba8b458f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 23 05:56:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 23 05:56:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c69eb05

dev-ruby/serialport: add ruby27; use dodoc

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/serialport/serialport-1.3.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index 87f7b003f57..bd32e9c0411 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
@@ -42,7 +42,5 @@ each_ruby_compile() {
 all_ruby_install() {
all_fakegem_install
 
-   # don't compress it
-   insinto /usr/share/doc/${PF}/examples
-   doins test/miniterm.rb
+   dodoc test/miniterm.rb
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2019-01-20 Thread Hans de Graaff
commit: 80904344cba57855a7512a5f14ce4d46c35a5011
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 10:42:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 18:42:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80904344

dev-ruby/serialport: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/serialport/serialport-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index 2a43ff9b140..87f7b003f57 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2017-12-28 Thread Hans de Graaff
commit: 33aa045a07ea81ed74b9052618b300b0b1408c93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 05:57:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 05:57:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa045a

dev-ruby/serialport: add ruby24, ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/serialport/serialport-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index e81e364482e..2a43ff9b140 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2016-06-25 Thread Hans de Graaff
commit: 1a02d26d32dd7e9e1e202355e85610addd4e587a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 26 05:36:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 26 05:36:01 2016 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2016-04-09 Thread Agostino Sarubbo
commit: 87a7c9e088d53465096140157dd39bc1ec1bc6f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 13:46:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 13:46:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a7c9e0

dev-ruby/serialport: amd64 stable wrt bug #579198

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/serialport/serialport-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index 17f48ec..688e634 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/ruby-serialport/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/serialport/

2016-01-19 Thread Hans de Graaff
commit: 9c0c2a4acdc50ab8423843e55e215fefe7e1c2c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 19 06:18:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 20 06:03:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0c2a4a

dev-ruby/serialport: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/serialport/serialport-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/serialport/serialport-1.3.1.ebuild 
b/dev-ruby/serialport/serialport-1.3.1.ebuild
index 7188179..17f48ec 100644
--- a/dev-ruby/serialport/serialport-1.3.1.ebuild
+++ b/dev-ruby/serialport/serialport-1.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""