* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2023-12-27 9:16 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2023-12-27 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 7ece1be2b385f94f15b095d1dad0ea746dfc8f66
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 08:40:38 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 09:15:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ece1be2
dev-ruby/systemu: update HOMEPAGE
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/metadata.xml | 12 ++++++++----
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-ruby/systemu/metadata.xml b/dev-ruby/systemu/metadata.xml
index 658c72b1920d..6ed983b73916 100644
--- a/dev-ruby/systemu/metadata.xml
+++ b/dev-ruby/systemu/metadata.xml
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ahoward/systemu</remote-id>
+ <remote-id type="rubygems">systemu</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index bd1a33229ef8..6b2cd7170daa 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README"
inherit ruby-fakegem
DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
+HOMEPAGE="https://github.com/ahoward/systemu"
LICENSE="Ruby-BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2023-12-27 9:16 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2023-12-27 9:16 UTC (permalink / raw
To: gentoo-commits
commit: ec614368cd6f2c83d4f44a4540c65bf30b46729a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 08:39:13 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 09:15:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec614368
dev-ruby/systemu: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index c361c58c68eb..bd1a33229ef8 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2023-04-02 2:56 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-04-02 2:56 UTC (permalink / raw
To: gentoo-commits
commit: dbfb37ed759323e8eb9a185683efa3d79f14bc6e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 02:06:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 02:55:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfb37ed
dev-ruby/systemu: enable ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index 6acc283c0015..c361c58c68eb 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_TASK_DOC=""
@@ -17,7 +17,6 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
LICENSE="Ruby-BSD"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
-IUSE=""
all_ruby_install() {
all_fakegem_install
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2022-07-30 8:22 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2022-07-30 8:22 UTC (permalink / raw
To: gentoo-commits
commit: d02280a17ff375f1424ad9941902d3915642a860
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 08:09:09 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:22:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02280a1
dev-ruby/systemu: update LICENSE
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index 7674a9caeffa..6acc283c0015 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -14,7 +14,7 @@ inherit ruby-fakegem
DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
-LICENSE="Ruby"
+LICENSE="Ruby-BSD"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
IUSE=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2022-03-19 12:00 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2022-03-19 12:00 UTC (permalink / raw
To: gentoo-commits
commit: db762834edb3412b95d285224e089e18d945b2d1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 08:41:05 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 12:00:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db762834
dev-ruby/systemu: add ruby31
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index 7b42ec669f91..7674a9caeffa 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2022-03-18 6:50 Jakov Smolić
0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2022-03-18 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 07ca397215c2f4f86c75d7d143648293d7697834
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 13:12:30 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 06:48:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ca3972
dev-ruby/systemu: keyword 2.6.5-r1 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index fbabb7051fb5..7b42ec669f91 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE=""
all_ruby_install() {
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2021-11-26 8:17 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2021-11-26 8:17 UTC (permalink / raw
To: gentoo-commits
commit: ff37993607c507e08b3cb8f9cfaeb20f4c15229d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:08:40 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:16:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff379936
dev-ruby/systemu: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
deleted file mode 100644
index 019f7f6307b3..000000000000
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ /dev/null
@@ -1,26 +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_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_install() {
- all_fakegem_install
-
- dodoc -r samples
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2021-11-24 12:46 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2021-11-24 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 6d2f09cfaa69bb3cbce0ef425604862531d7c589
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 10:53:13 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 12:46:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2f09cf
dev-ruby/systemu: all arches stable
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
index a3f274f773b8..fbabb7051fb5 100644
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
all_ruby_install() {
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2021-10-22 6:09 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2021-10-22 6:09 UTC (permalink / raw
To: gentoo-commits
commit: 11631cbf4bb6a0d1e9880c39e44750cb45e02b48
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 06:08:58 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 06:09:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11631cbf
dev-ruby/systemu: EAPI 8; add ruby30
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
new file mode 100644
index 00000000000..a3f274f773b
--- /dev/null
+++ b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
@@ -0,0 +1,26 @@
+# 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_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
+HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_install() {
+ all_fakegem_install
+
+ dodoc -r samples
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2020-02-23 6:04 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2020-02-23 6:04 UTC (permalink / raw
To: gentoo-commits
commit: 170cfd0b96d79ed44c41d7dfd62231ebcb408c37
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 05:58:23 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 05:58:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170cfd0b
dev-ruby/systemu: use dodoc
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 1b7c7763d89..019f7f6307b 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -22,6 +22,5 @@ IUSE=""
all_ruby_install() {
all_fakegem_install
- insinto /usr/share/doc/${PF}
- doins -r samples
+ dodoc -r samples
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2020-01-03 15:55 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2020-01-03 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 19ac0a5c1def368879637b21c1ea2cb074a5aa3d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 15:22:25 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 15:55:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ac0a5c
dev-ruby/systemu: add ruby27
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 9a3690b4937..1b7c7763d89 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.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=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2019-01-19 14:48 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2019-01-19 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 24eca6c5fd5759bb016970637cb7588cc2a8bf67
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 09:44:17 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 14:47:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24eca6c5
dev-ruby/systemu: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index ce6d42b0eb9..9a3690b4937 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 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=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2018-02-19 19:26 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2018-02-19 19:26 UTC (permalink / raw
To: gentoo-commits
commit: d6560d7b5151e8c987565b4fcba010b198ef6b78
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 19:07:44 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:25:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6560d7b
dev-ruby/systemu: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 98361c0e829..ce6d42b0eb9 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2017-05-16 5:36 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2017-05-16 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 7fbd5dfd682ec83d05966485a4a223f0f38693f2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 05:35:12 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 16 05:35:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbd5dfd
dev-ruby/systemu: add ruby24
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/systemu/systemu-2.6.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 9797f530923..98361c0e829 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.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="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2016-06-08 3:47 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-06-08 3:47 UTC (permalink / raw
To: gentoo-commits
commit: a6c7527a8392bb64d4805b1d354bbec703a5ae69
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 03:43:20 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 03:47:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c7527a
dev-ruby/systemu: drop ruby19
Package-Manager: portage-2.2.28
dev-ruby/systemu/systemu-2.6.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 366507a..ac78b5e 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.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
-# Test hangs on jruby
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2016-06-08 3:47 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2016-06-08 3:47 UTC (permalink / raw
To: gentoo-commits
commit: dc05ee8ff3a02a768d1b7393acaebfe3afccd113
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 03:46:59 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 03:47:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc05ee8f
dev-ruby/systemu: add ruby23
Package-Manager: portage-2.2.28
dev-ruby/systemu/systemu-2.6.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index ac78b5e..6228351 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2015-10-27 2:12 Manuel Rüger
0 siblings, 0 replies; 19+ messages in thread
From: Manuel Rüger @ 2015-10-27 2:12 UTC (permalink / raw
To: gentoo-commits
commit: e79ba7ee50ec7cac8333ad86878418ad1b48f52a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 02:11:54 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 02:11:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79ba7ee
dev-ruby/systemu: Remove old
Package-Manager: portage-2.2.23
dev-ruby/systemu/Manifest | 1 -
dev-ruby/systemu/systemu-2.6.4.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-ruby/systemu/Manifest b/dev-ruby/systemu/Manifest
index dce4c81..77e5f6e 100644
--- a/dev-ruby/systemu/Manifest
+++ b/dev-ruby/systemu/Manifest
@@ -1,2 +1 @@
-DIST systemu-2.6.4.gem 14336 SHA256 5f8c38d0a483f1999aaacac3022bcea4dc6bf524537b93514939787dbf22699a SHA512 070a01b0d131f5d9d0582dd0ba62e02d1203d7cf01494ba2b8165f6fa07309614d33debbc53573dadb94d20d196d80cbb34d0e0274ec42b07a1bfa9efb08ab00 WHIRLPOOL c903e9b1f6653b4b235a9d306b711443670d7928c8f209fa4ccffe44ca29623b6090def690c8fe758f19c3b5ee3acf066c8455ca88c272cf1b2675beb37df106
DIST systemu-2.6.5.gem 15872 SHA256 01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e SHA512 1755e1d24f6d93fd07578859873b94d3fbc855f86c94bf9eb0389959837e94e432883c638ed188e75254312c2ac66eee2041d8b13eff428b473ddf8a8105461f WHIRLPOOL f976734ad2ebc73f9f103b1b3deb652508373ef8b0209656f83052420e4ecd6330e87e893b0ce2e7c93cab34ba917a9355b87ebe352c17f6fc85356c59691443
diff --git a/dev-ruby/systemu/systemu-2.6.4.ebuild b/dev-ruby/systemu/systemu-2.6.4.ebuild
deleted file mode 100644
index be2bed8..0000000
--- a/dev-ruby/systemu/systemu-2.6.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-# Test hangs on jruby
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r samples
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2015-10-25 12:52 Mikle Kolyada
0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2015-10-25 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 4aa6cade77fe1361d9d0c0f64f47518c29d0f411
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 12:49:32 2015 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 12:49:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa6cade
dev-ruby/systemu: x86 stable wrt bug #562278
Package-Manager: portage-2.2.20.1
dev-ruby/systemu/systemu-2.6.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index bff6e4d..366507a 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
all_ruby_install() {
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/
@ 2015-10-19 9:27 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2015-10-19 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 4402e4d9f57e19dbe646c5ad271b602456feb9e0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 09:26:51 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 09:26:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4402e4d9
dev-ruby/systemu: amd64 stable wrt bug #562278
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
dev-ruby/systemu/systemu-2.6.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 9837a85..bff6e4d 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
all_ruby_install() {
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-12-27 9:16 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-27 9:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/systemu/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-12-27 9:16 Hans de Graaff
2023-04-02 2:56 Sam James
2022-07-30 8:22 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2022-03-18 6:50 Jakov Smolić
2021-11-26 8:17 Hans de Graaff
2021-11-24 12:46 Hans de Graaff
2021-10-22 6:09 Hans de Graaff
2020-02-23 6:04 Hans de Graaff
2020-01-03 15:55 Hans de Graaff
2019-01-19 14:48 Hans de Graaff
2018-02-19 19:26 Hans de Graaff
2017-05-16 5:36 Hans de Graaff
2016-06-08 3:47 Hans de Graaff
2016-06-08 3:47 Hans de Graaff
2015-10-27 2:12 Manuel Rüger
2015-10-25 12:52 Mikle Kolyada
2015-10-19 9:27 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox