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

2018-12-12 Thread Hans de Graaff
commit: 6b19f2817533cf3f367640960a781f65c9492fd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 12 09:28:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 12 09:28:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b19f281

dev-ruby/ragol: remove masked package, bug 661262

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

 dev-ruby/ragol/Manifest  |  1 -
 dev-ruby/ragol/metadata.xml  | 11 ---
 dev-ruby/ragol/ragol-1.0.1-r2.ebuild | 26 --
 3 files changed, 38 deletions(-)

diff --git a/dev-ruby/ragol/Manifest b/dev-ruby/ragol/Manifest
deleted file mode 100644
index 7850c374520..000
--- a/dev-ruby/ragol/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ragol-git-1.0.1.tgz 18748 BLAKE2B 
321d4fb6f4ebce8aa57510033aefa0902bc9b41f7c9e26aa80bc20d4f941ef9d8b76943630b3735e75efa78cd6ae292beb519a869164d994478479a9b7455ef0
 SHA512 
97002cf899a38dcc52f17c47efa6c8cdeab602be19910108e8efa7097a04ed86783ba4389d5f11c84179ec085aa9bfcb8f506dd42904ce0517bc5957ea414de6

diff --git a/dev-ruby/ragol/metadata.xml b/dev-ruby/ragol/metadata.xml
deleted file mode 100644
index 19f1f96274a..000
--- a/dev-ruby/ragol/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-jpace/ragol
-  
-

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
deleted file mode 100644
index 06af7ea7731..000
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ruby24: fails tests
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another implementation of an option processor"
-HOMEPAGE="https://github.com/jpace/ragol";
-
-SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/logue-1.0.0"



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

2018-02-08 Thread Hans de Graaff
commit: bc1fdb8d780d50d010ece871918d1b09928df7f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  8 17:52:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  8 18:15:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1fdb8d

dev-ruby/ragol: document ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ragol/ragol-1.0.1-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
index 4bc9f468cef..06af7ea7731 100644
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
@@ -2,7 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+# ruby24: fails tests
+USE_RUBY="ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-01-20 Thread Hans de Graaff
commit: 4ef173c856610abab768a76eb2a0dabe694efaee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 20 07:22:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 21 06:47:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef173c8

dev-ruby/ragol: drop to ~hppa, bug 634508

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ragol/ragol-1.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
index eccd0592f80..4bc9f468cef 100644
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/logue-1.0.0"



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

2016-12-07 Thread Hans de Graaff
commit: fe160a769f7cb2a3031397951cdaa52e9357a8a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec  8 06:30:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec  8 06:33:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe160a76

dev-ruby/ragol: add ruby22, ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
index e1f9848..3c7836f 100644
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2016-04-16 Thread Hans de Graaff
commit: 358f06972e2114af4a7e62205c4f1b7fc056d9e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 05:48:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 05:48:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358f0697

dev-ruby/ragol: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/ragol/ragol-1.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
index 3d9e556..dc0de4a 100644
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2016-04-16 Thread Hans de Graaff
commit: 97c5953ff4530a6066fb1509a910fd4d1b0597c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 05:50:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 05:50:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c5953f

dev-ruby/ragol: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ragol/ragol-1.0.1-r1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/ragol/ragol-1.0.1-r1.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r1.ebuild
deleted file mode 100644
index 6eec818..000
--- a/dev-ruby/ragol/ragol-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another implementation of an option processor"
-HOMEPAGE="https://github.com/jpace/ragol";
-
-SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/logue-1.0.0"



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

2016-04-16 Thread Hans de Graaff
commit: b2ab00e9d3b3f470208a467a8a2b16b3c7e4104f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 05:50:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 05:50:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ab00e9

dev-ruby/ragol: mark ruby21 revision stable

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild 
b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
index dc0de4a..e1f9848 100644
--- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
+++ b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/logue-1.0.0"