public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2018-02-19  6:49 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2018-02-19  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     43de77f78ae5c60478cfebefc46a542010648daa
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 06:40:46 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 06:48:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43de77f7

dev-ruby/sourcemap: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index 57cc91ee52b..b79838deeec 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -2,7 +2,7 @@
 # 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_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2023-12-27  9:36 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2023-12-27  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6c4de1a628f0eb1d6bbecba7dfd3f87a9e28c92d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 09:24:09 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 09:36:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4de1a6

dev-ruby/sourcemap: enable ruby33

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

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index bd7d1b18438a..c7fa15a88ec1 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2023-08-13  5:22 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2023-08-13  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     271ad1fd6d479efc4fd4446d1fba30305d6daf42
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 13:45:37 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 05:22:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271ad1fd

dev-ruby/sourcemap: fix minitest deprecation

Closes: https://bugs.gentoo.org/912031
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index 6fac88c4e9d1..bd7d1b18438a 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -19,4 +19,5 @@ IUSE=""
 
 all_ruby_prepare() {
 	sed -i -e '/bundler/ s:^:#:' Rakefile || die
+	sed -i -e 's/MiniTest/Minitest/' test/test_*.rb || die
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2023-04-07 18:25 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-04-07 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eeeb40de8fad543cdd87e6bb96d00c7ebf34186f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 18:23:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 18:24:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeeb40de

dev-ruby/sourcemap: Keyword 0.1.1-r1 sparc, #761550

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index f74ff27129de..6fac88c4e9d1 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2023-04-01 23:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-04-01 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     89995a624e76725857c0ae01f8f0522adc252206
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 22:33:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 23:18:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89995a62

dev-ruby/sourcemap: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index 6dea70550676..f74ff27129de 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# 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_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2022-06-13  8:06 Yixun Lan
  0 siblings, 0 replies; 18+ messages in thread
From: Yixun Lan @ 2022-06-13  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     37159fb60d386743185fa2cfb248d69548c77e66
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 07:58:48 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 08:01:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37159fb6

dev-ruby/sourcemap: Keyword 0.1.1-r1 riscv, #849530

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index d6b2785f30b6..6dea70550676 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2022-04-22  6:55 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2022-04-22  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e6494129f273fea583b297db1901e63d861bfb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 06:17:35 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 06:55:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e64941

dev-ruby/sourcemap: enable ruby31

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

 dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
index 02cf81a4ca39..d6b2785f30b6 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# 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_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2021-11-26  8:17 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-11-26  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5e363a9225d3bc01403f8dcef9ea5296b14f4db2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:07:38 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=5e363a92

dev-ruby/sourcemap: cleanup

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

 dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
deleted file mode 100644
index 18ed1e0abf8f..000000000000
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ /dev/null
@@ -1,23 +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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby source maps"
-HOMEPAGE="https://github.com/maccman/sourcemap"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2021-11-23  7:05 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2021-11-23  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     871158c073ec9253e12f4eda083166c57b62aa3f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 06:31:50 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 06:31:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871158c0

dev-ruby/sourcemap: add ruby30

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

 dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
new file mode 100644
index 000000000000..02cf81a4ca39
--- /dev/null
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
@@ -0,0 +1,22 @@
+# 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_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby source maps"
+HOMEPAGE="https://github.com/maccman/sourcemap"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2020-01-03 15:55 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2020-01-03 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f653a3ed2b9efebb4547dc22a36fe132ba5c3301
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 15:43:55 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 15:55:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f653a3ed

dev-ruby/sourcemap: add ruby27

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

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index 9ea63448deb..18ed1e0abf8 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2019-01-20 10:17 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2019-01-20 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4388be149acb29fce929034999db9d972f9d52c4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 08:48:04 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 10:11:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4388be14

dev-ruby/sourcemap: add ruby26

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

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index 16f1345a31a..9ea63448deb 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2018-03-25 17:58 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2018-03-25 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c06333b0a5d64952078b98a8b8908ac3fee7d710
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 17:54:02 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:58:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06333b0

dev-ruby/sourcemap: keyworded 0.1.1 for ppc, bug #624234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index dcea142db1a..16f1345a31a 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2018-03-18 12:57 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2018-03-18 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4a17fc43182219003347d25e5bdd5a2b387935d4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 12:53:17 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 12:56:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a17fc43

dev-ruby/sourcemap: keyworded 0.1.1 for ppc64, bug #592756

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index b79838deeec..dcea142db1a 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2018-01-08 23:57 Thomas Deutschmann
  0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2018-01-08 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     38c4b145467a86a508bfd61801108e48fcab00e7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 23:53:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 23:57:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c4b145

dev-ruby/sourcemap: x86 keyworded (bug #582872)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index e4b90947e03..57cc91ee52b 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2017-07-01 13:45 Alexis Ballier
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier @ 2017-07-01 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4dd90c94a8afae67611ce0b443012d46b19563df
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 12:19:26 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 13:45:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd90c94

dev-ruby/sourcemap: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index b7229624e28..e4b90947e03 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2017-03-01  6:05 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2017-03-01  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1490dc65623966b3c7e41eefa1a3dfc8f62e4c33
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 06:02:16 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 06:02:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1490dc65

dev-ruby/sourcemap: add ruby24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index d6cffbed66f..b7229624e28 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -17,3 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm"
 
 IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2016-05-21  7:58 Markus Meier
  0 siblings, 0 replies; 18+ messages in thread
From: Markus Meier @ 2016-05-21  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0fc44c5eac5f46de5132c199c9981b90d834b828
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 07:58:07 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat May 21 07:58:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc44c5e

dev-ruby/sourcemap: add ~arm, bug #582872

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
index fdc51b5..f29541d 100644
--- a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/maccman/sourcemap"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 IUSE=""


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/
@ 2016-03-27  6:30 Hans de Graaff
  0 siblings, 0 replies; 18+ messages in thread
From: Hans de Graaff @ 2016-03-27  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     102f95afd2ecb41b0168d4b0d829fd12ff94a507
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 06:20:07 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 06:30:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102f95af

dev-ruby/sourcemap: initial import

New dependency for dev-ruby/uglifier.

Package-Manager: portage-2.2.26

 dev-ruby/sourcemap/Manifest               |  1 +
 dev-ruby/sourcemap/metadata.xml           | 11 +++++++++++
 dev-ruby/sourcemap/sourcemap-0.1.1.ebuild | 20 ++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/sourcemap/Manifest b/dev-ruby/sourcemap/Manifest
new file mode 100644
index 0000000..b59d37a
--- /dev/null
+++ b/dev-ruby/sourcemap/Manifest
@@ -0,0 +1 @@
+DIST sourcemap-0.1.1.gem 15872 SHA256 889fc666bdf7182d09abff3461088547c0510d004dc47a73094f409cde0f2150 SHA512 d197a3aab0fe8c9e620c50d3bd994ed957b37dba071f6abc3b8a149a8a0490ee1b89512036b833ec44e6bdcdca6dacbdda9872036ba51736ac1d1e1f160ded59 WHIRLPOOL fdefea99406e4b8df6775a76a8339b40a4b15f1d26972090b92b94c5b3ca7c4b2b1529e3a91c08817ad36ca55424e151bf0461cac8f5a87cf57272d919dd6e92

diff --git a/dev-ruby/sourcemap/metadata.xml b/dev-ruby/sourcemap/metadata.xml
new file mode 100644
index 0000000..d55a65d
--- /dev/null
+++ b/dev-ruby/sourcemap/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">maccman/sourcemap</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
new file mode 100644
index 0000000..fdc51b5
--- /dev/null
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby source maps"
+HOMEPAGE="https://github.com/maccman/sourcemap"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-27  9:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19  6:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sourcemap/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27  9:36 Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-01 23:19 Sam James
2022-06-13  8:06 Yixun Lan
2022-04-22  6:55 Hans de Graaff
2021-11-26  8:17 Hans de Graaff
2021-11-23  7:05 Hans de Graaff
2020-01-03 15:55 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-01-08 23:57 Thomas Deutschmann
2017-07-01 13:45 Alexis Ballier
2017-03-01  6:05 Hans de Graaff
2016-05-21  7:58 Markus Meier
2016-03-27  6:30 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox