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

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

dev-ruby/sourcemap: enable ruby33

Signed-off-by: Hans de Graaff  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"
 



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

2023-08-12 Thread Hans de Graaff
commit: 271ad1fd6d479efc4fd4446d1fba30305d6daf42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 12 13:45:37 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 13 05:22:42 2023 +
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  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
 }



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

2023-04-07 Thread Sam James
commit: eeeb40de8fad543cdd87e6bb96d00c7ebf34186f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 18:23:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:24:45 2023 +
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  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=""
 



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

2023-04-01 Thread Sam James
commit: 89995a624e76725857c0ae01f8f0522adc252206
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  1 22:33:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  1 23:18:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89995a62

dev-ruby/sourcemap: enable ruby32

Signed-off-by: Sam James  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"
 



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

2022-06-13 Thread Yixun Lan
commit: 37159fb60d386743185fa2cfb248d69548c77e66
Author: Yu Gu  gmail  com>
AuthorDate: Sun Jun 12 07:58:48 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jun 13 08:01:36 2022 +
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  gmail.com>
Signed-off-by: Yixun Lan  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=""
 



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

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

dev-ruby/sourcemap: enable ruby31

Signed-off-by: Hans de Graaff  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"
 



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

2021-11-26 Thread Hans de Graaff
commit: 5e363a9225d3bc01403f8dcef9ea5296b14f4db2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 26 08:07:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 26 08:16:56 2021 +
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  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..
--- 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
-}



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

2021-11-22 Thread Hans de Graaff
commit: 871158c073ec9253e12f4eda083166c57b62aa3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:31:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:31:50 2021 +
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  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 ..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
+}



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

2020-01-03 Thread Hans de Graaff
commit: f653a3ed2b9efebb4547dc22a36fe132ba5c3301
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan  3 15:43:55 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan  3 15:55:08 2020 +
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  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"



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

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

dev-ruby/sourcemap: add ruby26

Signed-off-by: Hans de Graaff  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"



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

2018-03-25 Thread Sergei Trofimovich
commit: c06333b0a5d64952078b98a8b8908ac3fee7d710
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 25 17:54:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 25 17:58:42 2018 +
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=""
 



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

2018-03-18 Thread Sergei Trofimovich
commit: 4a17fc43182219003347d25e5bdd5a2b387935d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 12:53:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 12:56:55 2018 +
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=""
 



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

2018-02-18 Thread Hans de Graaff
commit: 43de77f78ae5c60478cfebefc46a542010648daa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 06:40:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 06:48:33 2018 +
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"



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

2018-01-08 Thread Thomas Deutschmann
commit: 38c4b145467a86a508bfd61801108e48fcab00e7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  8 23:53:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  8 23:57:46 2018 +
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=""
 



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

2017-07-01 Thread Alexis Ballier
commit: 4dd90c94a8afae67611ce0b443012d46b19563df
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul  1 12:19:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul  1 13:45:05 2017 +
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=""
 



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

2017-02-28 Thread Hans de Graaff
commit: 1490dc65623966b3c7e41eefa1a3dfc8f62e4c33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar  1 06:02:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar  1 06:02:16 2017 +
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
+}



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

2016-05-21 Thread Markus Meier
commit: 0fc44c5eac5f46de5132c199c9981b90d834b828
Author: Markus Meier  gentoo  org>
AuthorDate: Sat May 21 07:58:07 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat May 21 07:58:07 2016 +
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=""



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

2016-03-27 Thread Hans de Graaff
commit: 102f95afd2ecb41b0168d4b0d829fd12ff94a507
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 27 06:20:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 27 06:30:07 2016 +
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 000..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 000..d55a65d
--- /dev/null
+++ b/dev-ruby/sourcemap/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+maccman/sourcemap
+  
+

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 000..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=""