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

2024-01-07 Thread Hans de Graaff
commit: 9096e38e1de533f8259b9297bdd545628cc8cfd1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  7 08:26:30 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  7 08:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9096e38e

dev-ruby/rdiscount: update upstream metadata

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

 dev-ruby/rdiscount/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/rdiscount/metadata.xml b/dev-ruby/rdiscount/metadata.xml
index 7d5116aa1506..b0fb842e 100644
--- a/dev-ruby/rdiscount/metadata.xml
+++ b/dev-ruby/rdiscount/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Ruby Project
   
   
-rtomayko/rdiscount
+davidfstr/rdiscount
+rdiscount
   
 



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

2024-01-07 Thread Hans de Graaff
commit: 2d0f38b9b20d12f43b058bb907ec59733c2c8b4c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  7 08:15:05 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  7 08:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0f38b9

dev-ruby/rdiscount: add 2.2.7.3

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

 dev-ruby/rdiscount/Manifest |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.7.3.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index a1ca297bfba7..5db221ea2c40 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1 +1,2 @@
 DIST rdiscount-2.2.7.1.gem 74240 BLAKE2B 
06779a601c8d13b90f5d9fb1c38712431671eab1cb2ef012dee284ddb6da254a0c788f16295438913d68f3641db2ec48c7cea3bade4f36fdc55b7a6049119fd4
 SHA512 
e677f19ef14a729642e2059f0920b65a3f254507204955ab6d34529ade643ee7adecc3db2c61ca5462d266f88ea336bd228401e3cd0fad98e2e7763dd8d3
+DIST rdiscount-2.2.7.3.gem 75776 BLAKE2B 
6dc3110d0acf1adf86450e520e43e9d6602ca8980e85d5d0122f2e49026e6b6a32eca72a44631fa1fa03e6c649b21941a820cb07a1d8cc30d3bde3d3fdc74c5e
 SHA512 
525791f2be10e118f556676a1645d2805ba6ad920e4f4c8761362c5aa09cf1f773f0216f7b6c2e1f78acbc1de1ac85c6088cc85729af70a28f537fdff3434786

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.3.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.3.ebuild
new file mode 100644
index ..1e2af68e91bb
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/davidfstr/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+
+   # Remove obsolete -rubygems argument, bug 775377
+   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2023-12-27 Thread Hans de Graaff
commit: bf97212ca7fe437e51a2893a2a2a3bf261218073
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 12:33:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 12:36:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf97212c

dev-ruby/rdiscount: enable ruby33

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
index b8c99789dca0..e115ba7a39f3 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2023-12-27 Thread Hans de Graaff
commit: 75eb944b3e63dc85d19d4913368b9ee134f29790
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 12:33:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 12:36:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75eb944b

dev-ruby/rdiscount: drop 2.2.7

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

 dev-ruby/rdiscount/Manifest   |  1 -
 dev-ruby/rdiscount/rdiscount-2.2.7.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index b478c52086e3..a1ca297bfba7 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,2 +1 @@
 DIST rdiscount-2.2.7.1.gem 74240 BLAKE2B 
06779a601c8d13b90f5d9fb1c38712431671eab1cb2ef012dee284ddb6da254a0c788f16295438913d68f3641db2ec48c7cea3bade4f36fdc55b7a6049119fd4
 SHA512 
e677f19ef14a729642e2059f0920b65a3f254507204955ab6d34529ade643ee7adecc3db2c61ca5462d266f88ea336bd228401e3cd0fad98e2e7763dd8d3
-DIST rdiscount-2.2.7.gem 73728 BLAKE2B 
0d63372c3e2f4fa1efeef12ec4f8a2b12b9fccd7506ac6609d7e8fea958e04cfa1cc96a484ffba17d643838705d52c1557604ca015fded282ec860a7fc2481a5
 SHA512 
4f60dc0dbfb6b8f95f80d577c872c2a747d7d15e9fc1f1bd3640f1207a5d262068754dcb6d7b53348fd69de20b85534a390aace35d1eff31112bfbe0f77569d1

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
deleted file mode 100644
index 463c71c70fb3..
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-
-   # Remove obsolete -rubygems argument, bug 775377
-   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}



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

2023-08-02 Thread Sam James
commit: 67208d3316ec6190563ba3f3ff535cdfa72bf493
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  2 23:01:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  2 23:01:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67208d33

dev-ruby/rdiscount: Stabilize 2.2.7.1 ppc, #911008

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
index 5fe3f51b101a..b8c99789dca0 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/davidfstr/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-06-16 Thread Hans de Graaff
commit: 4ab5a448579f5e70d21e1cd944ee3a25f292c62d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 17 04:51:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 17 04:53:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab5a448

dev-ruby/rdiscount: add 2.2.7.1

Closes: https://bugs.gentoo.org/883113
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rdiscount/Manifest |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index 0fd7a2cc8d11..b478c52086e3 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1 +1,2 @@
+DIST rdiscount-2.2.7.1.gem 74240 BLAKE2B 
06779a601c8d13b90f5d9fb1c38712431671eab1cb2ef012dee284ddb6da254a0c788f16295438913d68f3641db2ec48c7cea3bade4f36fdc55b7a6049119fd4
 SHA512 
e677f19ef14a729642e2059f0920b65a3f254507204955ab6d34529ade643ee7adecc3db2c61ca5462d266f88ea336bd228401e3cd0fad98e2e7763dd8d3
 DIST rdiscount-2.2.7.gem 73728 BLAKE2B 
0d63372c3e2f4fa1efeef12ec4f8a2b12b9fccd7506ac6609d7e8fea958e04cfa1cc96a484ffba17d643838705d52c1557604ca015fded282ec860a7fc2481a5
 SHA512 
4f60dc0dbfb6b8f95f80d577c872c2a747d7d15e9fc1f1bd3640f1207a5d262068754dcb6d7b53348fd69de20b85534a390aace35d1eff31112bfbe0f77569d1

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
new file mode 100644
index ..2bdd888ed424
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/davidfstr/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+
+   # Remove obsolete -rubygems argument, bug 775377
+   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2023-03-28 Thread Sam James
commit: cda14fb245aa9500e6ba77d2fb739ef3fc079b82
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:24:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:24:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda14fb2

dev-ruby/rdiscount: Stabilize 2.2.7 ppc64, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 78a159bcb740..573ad46e014a 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 1d6317ef715e09e7fbec7f84841e73b632fd6ce7
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:24:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:24:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6317ef

dev-ruby/rdiscount: Stabilize 2.2.7 ppc, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 573ad46e014a..463c71c70fb3 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 30bbfcccd502d85459bb64f3647f905f0936a6d8
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:50:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:50:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bbfccc

dev-ruby/rdiscount: Stabilize 2.2.7 arm, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index aba7087f8197..78a159bcb740 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 6eb7182b64dd5ed2932d7a9ea94e7699e211c7ab
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:47:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:47:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb7182b

dev-ruby/rdiscount: Stabilize 2.2.7 x86, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 406b991c7540..aba7087f8197 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: b727dd3b6edb8a51764ebec8083622a1a99916de
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:47:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b727dd3b

dev-ruby/rdiscount: Stabilize 2.2.7 sparc, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index b0cf943cf956..406b991c7540 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 7aac80d102a5e4ebeb4fa5807ddb6a4b0a54f64d
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:43:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:43:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aac80d1

dev-ruby/rdiscount: Stabilize 2.2.7 amd64, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 578013642fd7..49c5f1c6c5c4 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 26e0654a275bbae26689816aff77af0737e68cf0
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:43:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:43:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e0654a

dev-ruby/rdiscount: Stabilize 2.2.7 arm64, #903485

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 49c5f1c6c5c4..b0cf943cf956 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-17 Thread Sam James
commit: c80c12778425a6ad5e867e53076f07e54bae93c2
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 15 07:49:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 00:02:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c1277

dev-ruby/rdiscount: enable ruby32

```
56 tests, 74 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 
notifications
100% passed
---
17256.73 tests/s, 22803.53 assertions/s
```

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
index 1c7295f8c7ed..578013642fd7 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.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="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2022-10-25 Thread Hans de Graaff
commit: 414f57b5b66473ba0b8b0b31da94dd1113880fcb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 26 05:34:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 26 05:37:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414f57b5

dev-ruby/rdiscount: add 2.2.7

Closes: https://bugs.gentoo.org/871030
Closes: https://bugs.gentoo.org/874504
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rdiscount/Manifest   |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.7.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index 3a292f56931a..7be77329b691 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1 +1,2 @@
 DIST rdiscount-2.2.0.2.gem 68096 BLAKE2B 
91f67643103a46f3fc95f80191a85ce4c89bba6a83f7ed5542cc9ec1671628c6ac0543b206d87e2ffc469dc83139e5669ee7eb6713eba4116db19c071a15f402
 SHA512 
97a0fabb77238173f101298e4b4b6d4728b9e15cb7d3f14e7d1d978c44ab92dd89c2e02d0c15c0fa70a836eb54abca06b0027e26e5d87540bfe145c8527be3f7
+DIST rdiscount-2.2.7.gem 73728 BLAKE2B 
0d63372c3e2f4fa1efeef12ec4f8a2b12b9fccd7506ac6609d7e8fea958e04cfa1cc96a484ffba17d643838705d52c1557604ca015fded282ec860a7fc2481a5
 SHA512 
4f60dc0dbfb6b8f95f80d577c872c2a747d7d15e9fc1f1bd3640f1207a5d262068754dcb6d7b53348fd69de20b85534a390aace35d1eff31112bfbe0f77569d1

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
new file mode 100644
index ..1c7295f8c7ed
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/rtomayko/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+
+   # Remove obsolete -rubygems argument, bug 775377
+   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2022-04-26 Thread Sam James
commit: b42c1749f3ccc23077968ec7f5c4487cf67904c8
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 14:34:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 14:38:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42c1749

dev-ruby/rdiscount: Keyword 2.2.0.2-r2 s390, #840930

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

 dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild
index a47d25ece867..df2316ab35f4 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-04-22 Thread Hans de Graaff
commit: 988de851976e07ff8a798724bfd371aba6995849
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 09:54:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:14:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988de851

dev-ruby/rdiscount: update EAPI 7 -> 8, add ruby31

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

 dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild
new file mode 100644
index ..a47d25ece867
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r2.ebuild
@@ -0,0 +1,43 @@
+# 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_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/rtomayko/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+
+   # Remove obsolete -rubygems argument, bug 775377
+   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2022-03-06 Thread Sam James
commit: 958f05c5bd5f1c0dd552bfd38ca16a4ec86aa79e
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  7 03:46:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  7 03:46:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958f05c5

dev-ruby/rdiscount: Stabilize 2.2.0.2-r1 arm64, #834428

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 0eadf4ba2928..2627a3aae791 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-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=7
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-29 Thread Hans de Graaff
commit: 181f193a4d642ee53d7a603b9ce0ccf0fc66cbed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 30 05:02:11 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 30 05:16:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181f193a

dev-ruby/rdiscount: cleanup

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

 dev-ruby/rdiscount/Manifest |  1 -
 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 47 -
 dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild | 47 -
 3 files changed, 95 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index ddd64055341..3a292f56931 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,2 +1 @@
-DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 
71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9
 SHA512 
81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
 DIST rdiscount-2.2.0.2.gem 68096 BLAKE2B 
91f67643103a46f3fc95f80191a85ce4c89bba6a83f7ed5542cc9ec1671628c6ac0543b206d87e2ffc469dc83139e5669ee7eb6713eba4116db19c071a15f402
 SHA512 
97a0fabb77238173f101298e4b4b6d4728b9e15cb7d3f14e7d1d978c44ab92dd89c2e02d0c15c0fa70a836eb54abca06b0027e26e5d87540bfe145c8527be3f7

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
deleted file mode 100644
index b7d853745e0..000
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ /dev/null
@@ -1,47 +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_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
deleted file mode 100644
index 97b12d1ab7a..000
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}



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

2021-10-28 Thread Agostino Sarubbo
commit: 2dc8fc324d3d70aae39e52aa996c6b71be48120d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 28 14:01:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 28 14:01:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc8fc32

dev-ruby/rdiscount: ppc64 stable wrt bug #819960

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 3a7ad26d09f..0eadf4ba292 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-28 Thread Agostino Sarubbo
commit: 849c84b59170be2df28be742fd5da55f12db3cfd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 28 13:59:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 28 13:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849c84b5

dev-ruby/rdiscount: ppc stable wrt bug #819960

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 1ebfee38cec..3a7ad26d09f 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-26 Thread Sam James
commit: 395e80dba7a3f733c8b476d03217c43c20b7261f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 27 04:11:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 04:11:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395e80db

dev-ruby/rdiscount: Stabilize 2.2.0.2-r1 arm, #819960

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 5d42cef2ab6..1ebfee38cec 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-26 Thread Agostino Sarubbo
commit: 44cdf6ca46afccc701311da4d7cfd7eccc1248fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 26 13:29:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 26 13:29:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cdf6ca

dev-ruby/rdiscount: x86 stable wrt bug #819960

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index ca291747409..5d42cef2ab6 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-26 Thread Agostino Sarubbo
commit: 77129b88264af605f8bec529423be4b369ad890f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 26 13:27:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 26 13:27:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77129b88

dev-ruby/rdiscount: amd64 stable wrt bug #819960

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 7c9a56f3f1d..ca291747409 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-10-25 Thread Sam James
commit: 237cf4802aadf70d88f72b0f46b1677b2cee5e4c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct 25 13:56:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 26 05:53:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237cf480

dev-ruby/rdiscount: stable 2.2.0.2-r1 for sparc, bug #819960

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
index 5a85fc42d01..7c9a56f3f1d 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-03-11 Thread Hans de Graaff
commit: 1f486be8ac4db3a38d89122d6754c311235ac1bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 11 08:52:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 11 09:31:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f486be8

dev-ruby/rdiscount: ruby30; fix tests, extension

Closes: https://bugs.gentoo.org/775377
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
new file mode 100644
index 000..ce044b2b484
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/rtomayko/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+
+   # Remove obsolete -rubygems argument, bug 775377
+   sed -i -e '/-rubygems/ s:^:#:' Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2020-08-09 Thread Hans de Graaff
commit: ad329b9bb6484eee625daa7a61d77cfaff8c0181
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 10 04:08:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 10 04:08:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad329b9b

dev-ruby/rdiscount: add 2.2.0.2

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

 dev-ruby/rdiscount/Manifest |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index d598e19c636..ddd64055341 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1 +1,2 @@
 DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 
71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9
 SHA512 
81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
+DIST rdiscount-2.2.0.2.gem 68096 BLAKE2B 
91f67643103a46f3fc95f80191a85ce4c89bba6a83f7ed5542cc9ec1671628c6ac0543b206d87e2ffc469dc83139e5669ee7eb6713eba4116db19c071a15f402
 SHA512 
97a0fabb77238173f101298e4b4b6d4728b9e15cb7d3f14e7d1d978c44ab92dd89c2e02d0c15c0fa70a836eb54abca06b0027e26e5d87540bfe145c8527be3f7

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
new file mode 100644
index 000..97b12d1ab7a
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/rtomayko/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext
+   cp ext/*$(get_modname) lib/ || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2020-01-13 Thread Hans de Graaff
commit: 667ad3850e81917163f11be1863c58866cf9a4ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:26:37 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667ad385

dev-ruby/rdiscount: add ruby27

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index a10151cda68..38c2e2a4187 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.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_TEST="test:unit"
 



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

2019-06-24 Thread Michael Haubenwallner
commit: 79feba545ce2c08eb96fad9d6ee76388402f4df2
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Jun 24 15:08:07 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Jun 24 15:13:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79feba54

dev-ruby/rdiscount: add ~amd64-linux ~x86-linux keywords

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 1ad5ee1e4fa..28e30f07be3 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2019-01-27 Thread Hans de Graaff
commit: 1eca5f251dab055c60fa4945159cdd98f64d54c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 27 11:46:01 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 27 15:34:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eca5f25

dev-ruby/rdiscount: add ruby26

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 2f391e54f48..1ad5ee1e4fa 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.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_TEST="test:unit"
 



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

2018-07-22 Thread Hans de Graaff
commit: fd7d0bcdbe65e7d581465c297b8aa7d195fefba1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 22 18:23:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 22 18:25:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7d0bcd

dev-ruby/rdiscount: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rdiscount/Manifest   |  1 -
 dev-ruby/rdiscount/rdiscount-2.1.8.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index 6b7b575504c..d598e19c636 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,2 +1 @@
-DIST rdiscount-2.1.8.gem 67072 BLAKE2B 
c5295e9e78763f65815aaeaad01e6a5f5cafe2df66466d2f0fc31930db96403819ab3b27883b8a94a50f0d470059014fc39a5e24f62f8ec22cbe88f9bfabcdeb
 SHA512 
a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3
 DIST rdiscount-2.2.0.1.gem 68096 BLAKE2B 
71ea7010116739e8c61aab91c2cc4a86cf679b4ae10221135c0bad854822a9a81969e927ef898c0ebf753811205ad98258c4e7c4b16f9e18a81bb01137a79fc9
 SHA512 
81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
deleted file mode 100644
index 0454d99cbc0..000
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext || die
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}



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

2018-07-22 Thread Mikle Kolyada
commit: 8c2d5532821b8227c795acdaaa45cd1c2d5b4777
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:34:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:34:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2d5532

dev-ruby/rdiscount: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 16e8b75736f..2f391e54f48 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-07-10 Thread Sergei Trofimovich
commit: 580ece0406457858eded5b0b19995ce08925915b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 10 18:56:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 10 19:10:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580ece04

dev-ruby/rdiscount: stable 2.2.0.1 for hppa

Bug: https://bugs.gentoo.org/658048
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 13fcd639a51..16e8b75736f 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-26 Thread Tobias Klausmann
commit: 24187dc1187edea234f67d5d0b4bf33276204f08
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 26 15:43:43 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 26 15:44:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24187dc1

dev-ruby/rdiscount-2.2.0.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/658048

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 2abfa010937..13fcd639a51 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-15 Thread Hans de Graaff
commit: 0f8d2cd6ea0320064b2bd5e1d89f935e2c343743
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 16 05:04:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 16 05:04:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8d2cd6

dev-ruby/rdiscount: amd64 stable, bug 658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index b2ba267f4f9..8a7d3c97ada 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-15 Thread Sergei Trofimovich
commit: aa17ab67037c2688aef10bb9329949a5b1ee4c57
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 15 12:27:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 15 12:27:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa17ab67

dev-ruby/rdiscount: stable 2.2.0.1 for ia64, bug #658048

Bug: https://bugs.gentoo.org/658048
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 8fe23903ab1..b2ba267f4f9 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-13 Thread Sergei Trofimovich
commit: c12d4b3edebc65ec584ee9119131f27105dca339
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:56:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d4b3e

dev-ruby/rdiscount: stable 2.2.0.1 for sparc

Bug: https://bugs.gentoo.org/658048
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 23c9e684d8d..8fe23903ab1 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-04-10 Thread Hans de Graaff
commit: bdff4dd9fa0164b4b0501331abb1f2ae115328d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 10 20:14:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 10 20:20:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdff4dd9

dev-ruby/rdiscount: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 0c65124589c..23c9e684d8d 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.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_TEST="test:unit"
 



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

2017-12-29 Thread Sergei Trofimovich
commit: 44c39f6b772d1f9d138a9292c7d0a4615de92c6a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 29 12:46:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 29 17:40:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c39f6b

dev-ruby/rdiscount: stable 2.1.8 for sparc, bug #0

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 629d64d588a..0454d99cbc0 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-07-07 Thread Alexis Ballier
commit: 0e9cd25f04f0bf45b22edf11991e931ed64f6368
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul  7 18:13:23 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul  7 18:13:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9cd25f

dev-ruby/rdiscount: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index f918752c24f..0c65124589c 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-03-02 Thread Fabian Groffen
commit: 0898dbd4f8f47c94766123a610553505f1ae2718
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Mar  2 12:47:55 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Mar  2 12:47:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0898dbd4

dev-ruby/rdiscount: marked ~x64-solaris

Package-Manager: Portage-2.3.4-prefix, Repoman-2.3.2

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index e4b7b068fb1..f918752c24f 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-01-04 Thread Hans de Graaff
commit: 385a4549b5687f0d87bcdd6fe3bb94c153a0d6ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:39:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 06:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385a4549

dev-ruby/rdiscount: add ruby24

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 3223326..d3c3e25 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2016-11-25 Thread Hans de Graaff
commit: 8f656e7566bcb377af9a6ef2369155b6c10819c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 25 13:55:43 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 25 13:55:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f656e75

dev-ruby/rdiscount: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/rdiscount/Manifest  |  1 -
 dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild | 51 
 dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild | 51 
 3 files changed, 103 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index a7b5ebf..163d1dc 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,3 +1,2 @@
-DIST rdiscount-1.6.8.gem 53760 SHA256 
a085178fc7d637af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df SHA512 
c5322308dba7fae463fe93c6b2936f97392310bc866cbb4f3f359afb37110068859525427d15376312eb8be07657e50171f8bc0dcc52b6def88282180af48f58
 WHIRLPOOL 
89119f0434da74d8721d2c4044465215a8a7bed1fe194573b8a19295f4f752728a70b63f5345c7e0be5a135e6b3f4dd495801083984d7d47284ca083c1b9098c
 DIST rdiscount-2.1.8.gem 67072 SHA256 
1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d SHA512 
a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3
 WHIRLPOOL 
02b46dbd4ec83156fab5c2d621edf8ed63840124c3b591265da9b97b95bb7eb4579446560073cacf866d5227b6088d7d181ca0a2c0b4b55a2add02cb3a24aea0
 DIST rdiscount-2.2.0.1.gem 68096 SHA256 
a34f55937c84f390f979808c7002fd24ab1e8b0172c916b0563d5f03e6983bab SHA512 
81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
 WHIRLPOOL 
905c47ed7781f76edd2eedebbabf3591368b0fd9cb31d29b5ab250e0aa3d7e2f7e7e6ab4b2758b9fc62a63049bccddc140a6e9677e81c6042b88b55791e612c0

diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild 
b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild
deleted file mode 100644
index 8138387..
--- a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}

diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild 
b/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild
deleted file mode 100644
index 313a041..
--- a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}



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

2016-05-14 Thread Fabian Groffen
commit: a24dcc52a4253d86358d3c656e87e9d3262d35d8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat May 14 17:45:43 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat May 14 17:50:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24dcc52

dev-ruby/rdiscount: marked ~x64-macos

Package-Manager: portage-2.2.28

 dev-ruby/rdiscount/rdiscount-2.1.8.ebuild   | 2 +-
 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index e2810d0..bed25e1 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos"
 IUSE=""
 
 all_ruby_prepare() {

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index bf039ba..3223326 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-macos"
 IUSE=""
 
 all_ruby_prepare() {



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

2016-05-08 Thread Hans de Graaff
commit: e19cce8c63467afac73675177ec21d18747c621c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  9 05:01:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  9 05:01:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19cce8c

dev-ruby/rdiscount: add 2.2.0.1

Package-Manager: portage-2.2.28

 dev-ruby/rdiscount/Manifest |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index 5a92722..a7b5ebf 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,2 +1,3 @@
 DIST rdiscount-1.6.8.gem 53760 SHA256 
a085178fc7d637af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df SHA512 
c5322308dba7fae463fe93c6b2936f97392310bc866cbb4f3f359afb37110068859525427d15376312eb8be07657e50171f8bc0dcc52b6def88282180af48f58
 WHIRLPOOL 
89119f0434da74d8721d2c4044465215a8a7bed1fe194573b8a19295f4f752728a70b63f5345c7e0be5a135e6b3f4dd495801083984d7d47284ca083c1b9098c
 DIST rdiscount-2.1.8.gem 67072 SHA256 
1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d SHA512 
a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3
 WHIRLPOOL 
02b46dbd4ec83156fab5c2d621edf8ed63840124c3b591265da9b97b95bb7eb4579446560073cacf866d5227b6088d7d181ca0a2c0b4b55a2add02cb3a24aea0
+DIST rdiscount-2.2.0.1.gem 68096 SHA256 
a34f55937c84f390f979808c7002fd24ab1e8b0172c916b0563d5f03e6983bab SHA512 
81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
 WHIRLPOOL 
905c47ed7781f76edd2eedebbabf3591368b0fd9cb31d29b5ab250e0aa3d7e2f7e7e6ab4b2758b9fc62a63049bccddc140a6e9677e81c6042b88b55791e612c0

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
new file mode 100644
index 000..bf039ba
--- /dev/null
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -0,0 +1,48 @@
+# 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_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_TASK_DOC="doc man"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Implementation of John Gruber's Markdown"
+HOMEPAGE="https://github.com/rtomayko/rdiscount;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+all_ruby_prepare() {
+   # Hanna is broken for us and therefore we don't have it in portage.
+   sed -i -e 's/hanna/rdoc/' Rakefile || die
+
+   # Remove rule that will force a rebuild when running tests.
+   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+   # Provide RUBY variable no longer provided by rake.
+   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext || die
+   cp ext/*$(get_modname) lib/ || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/rdiscount.1
+}



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

2016-04-17 Thread Manuel Rüger
commit: 42777080da386ad18f7a6bd49b9a1663dbf9b218
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 17 10:42:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 17 10:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42777080

dev-ruby/rdiscount: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild | 4 ++--
 dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild 
b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild
index ec391e0..8138387 100644
--- a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 

diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild 
b/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild
index 422a773..313a041 100644
--- a/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2016-03-10 Thread Hans de Graaff
commit: 3478a3188ed7fd799597ebd7fc0dc81ebb0e7d1f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 11 06:40:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 11 07:06:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3478a318

dev-ruby/rdiscount: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 3a0253c..e2810d0 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2016-03-10 Thread Hans de Graaff
commit: 9b546e23dd85a3b197c7782e0c2d3655c0ae5b41
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 11 06:38:28 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 11 07:06:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b546e23

dev-ruby/rdiscount: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/rdiscount/rdiscount-2.1.8.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 9d13d5b..3a0253c 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -1,11 +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
 
-# Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2016-01-08 Thread Agostino Sarubbo
commit: 259f436c403e0018263079a07c7b7ac19a677ccd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  9 06:43:44 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  9 06:43:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259f436c

dev-ruby/rdiscount: sparc stable wrt bug #565116

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 62bf1e6..9d13d5b 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2016-01-08 Thread Hans de Graaff
commit: b88de55f911e45b0b5f3fcd1f7530ba75f53c172
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  9 07:29:30 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan  9 07:29:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88de55f

dev-ruby/rdiscount: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rdiscount/Manifest |  2 --
 dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild | 51 -
 dev-ruby/rdiscount/rdiscount-2.1.7.ebuild   | 51 -
 3 files changed, 104 deletions(-)

diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest
index b60c87d..5a92722 100644
--- a/dev-ruby/rdiscount/Manifest
+++ b/dev-ruby/rdiscount/Manifest
@@ -1,4 +1,2 @@
 DIST rdiscount-1.6.8.gem 53760 SHA256 
a085178fc7d637af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df SHA512 
c5322308dba7fae463fe93c6b2936f97392310bc866cbb4f3f359afb37110068859525427d15376312eb8be07657e50171f8bc0dcc52b6def88282180af48f58
 WHIRLPOOL 
89119f0434da74d8721d2c4044465215a8a7bed1fe194573b8a19295f4f752728a70b63f5345c7e0be5a135e6b3f4dd495801083984d7d47284ca083c1b9098c
-DIST rdiscount-2.1.7.1.gem 66560 SHA256 
31e26bf4a71b18c2ca1872729cef3157614c2a3f4af69ca667bcd5b39fdee0bc SHA512 
28a412366933854d6ceb3e460fb85ec4977fefe0865f3d27e4c8810223747ff8086b6487f4952f0a96479a99d4c13202af43cc1aee0441566894cb07eb3d4b4b
 WHIRLPOOL 
9e0277b38a1447cbd51109fe1ae9aec88463fbca6725a569b8de1aa5c387220ec601597509b96500ab25532483f6bad623937a21f831fa279185618e3cf6eb7e
-DIST rdiscount-2.1.7.gem 65536 SHA256 
12544e913100bccbb9271ee7d70d2ffbda4988fae65904893fa480e9794a2498 SHA512 
4b03267e2e5cdff37a9242935f7c508dbdda8d9c9d64e4ba6e6e0aa172f4b47a2a44fc58c0d249827365c9cf1e12cd0348c5c3a78d8150f18f9152b8afea0746
 WHIRLPOOL 
ebcb6af6104f8a2ac6c26b2594f7587eb8727c475d119326638aef12a8c6b62363fd7d6c74be829a14a33d006059a445e88a0ea754c9710d5f5907f8f170c7ac
 DIST rdiscount-2.1.8.gem 67072 SHA256 
1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d SHA512 
a5d674a02514cb37d7e3a73bcc9131b434f624115e03f1ef5cef3ec4a378bb961966ef20daf93279b40715dcd19a0b79ccc43405fbe4523ac298f3255dca83f3
 WHIRLPOOL 
02b46dbd4ec83156fab5c2d621edf8ed63840124c3b591265da9b97b95bb7eb4579446560073cacf866d5227b6088d7d181ca0a2c0b4b55a2add02cb3a24aea0

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild
deleted file mode 100644
index b65c2c6..000
--- a/dev-ruby/rdiscount/rdiscount-2.1.7.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # Provide RUBY variable no longer provided by rake.
-   sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext || die
-   cp ext/*$(get_modname) lib/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   doman man/rdiscount.1
-}

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild
deleted file mode 100644
index 28300d7..000
--- a/dev-ruby/rdiscount/rdiscount-2.1.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Has a native extension without jruby support.
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_TASK_DOC="doc man"
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Implementation of John Gruber's Markdown"
-HOMEPAGE="https://github.com/rtomayko/rdiscount;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "doc? ( app-text/ronn )"
-
-all_ruby_prepare() {
-   # Hanna is broken for us and therefore we don't have it in portage.
-   sed -i -e 's/hanna/rdoc/' Rakefile || die
-
-   # Remove rule that will force a rebuild when running tests.
-   sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
-
-   # 

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

2015-11-24 Thread Markus Meier
commit: fc0d19a8b2132f8c75ad86e3a5eee86d9ebed6fa
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov 24 20:35:51 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov 24 20:35:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0d19a8

dev-ruby/rdiscount: arm stable, bug #565116

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 70bc068..62bf1e6 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-23 Thread Agostino Sarubbo
commit: 2fc84194d5e1989ab616758c0a190a743cd8d4f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 09:25:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 09:25:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc84194

dev-ruby/rdiscount: alpha stable wrt bug #565116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 75ddb18..70bc068 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-16 Thread Agostino Sarubbo
commit: 3e61c1aef38a8208e563bb410d81de43fd6f8aac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 14:17:50 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 14:17:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e61c1ae

dev-ruby/rdiscount: ia64 stable wrt bug #565116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index de6d8b9..75ddb18 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-12 Thread Agostino Sarubbo
commit: 0830467fc40198cd5eb7fd8385e831e7b6723c0b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 12 09:38:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 12 09:38:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0830467f

dev-ruby/rdiscount: ppc stable wrt bug #565116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index f0e8601..de6d8b9 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-11 Thread Agostino Sarubbo
commit: f13a5e71e44fa74d5e92fa4e6042fb69ccb3e48f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 09:53:28 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 09:53:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13a5e71

dev-ruby/rdiscount: x86 stable wrt bug #565116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index f59a201..f0e8601 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-10 Thread Jeroen Roovers
commit: d44d99b3ae5e8f5510da3e2188c71f042be4c1e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 04:50:04 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 04:50:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44d99b3

dev-ruby/rdiscount: Stable for HPPA (bug #565116).

Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index fa98e4e..667c346 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-10 Thread Jeroen Roovers
commit: 1431557bb0b0937cd80fcc12485ed80343fd0059
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 11 05:08:01 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 11 05:08:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1431557b

dev-ruby/rdiscount: Stable for PPC64 (bug #565116).

Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 667c346..f59a201 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {



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

2015-11-09 Thread Agostino Sarubbo
commit: 3dd221d50814a6b376790e56afb474e3dccf2be3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  9 10:31:06 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  9 10:31:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd221d5

dev-ruby/rdiscount: amd64 stable wrt bug #565116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
index 2d0c8e9..fa98e4e 100644
--- a/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.1.8.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 all_ruby_prepare() {