[gentoo-commits] repo/gentoo:master commit in: dev-ruby/six/, profiles/

2023-04-21 Thread David Seifert
commit: 0258b4f46d9aeda81d7d28d6a56ced2233646fdd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 08:54:20 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 08:54:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0258b4f4

dev-ruby/six: treeclean

Signed-off-by: David Seifert  gentoo.org>

 dev-ruby/six/Manifest|  1 -
 dev-ruby/six/metadata.xml| 11 ---
 dev-ruby/six/six-0.2.0-r1.ebuild | 24 
 profiles/package.mask|  5 -
 4 files changed, 41 deletions(-)

diff --git a/dev-ruby/six/Manifest b/dev-ruby/six/Manifest
deleted file mode 100644
index 21b619aa7b89..
--- a/dev-ruby/six/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST six-0.2.0.tar.gz 6747 BLAKE2B 
acf034ac527b3e5379a55ad95bacdf18d544577cad9e7f7ea322e6b05d2b1557f5712915ec79d51e48e5d246661f384207a5eae07775a85e27548fb9af99e6fb
 SHA512 
8c3bfbe2b07b5682b696800a9235ebf542c7d292f69728aa9c9707f92fa042fe7bfee6a0b28808dab86f8ec80fec5ba993be5e42f4a098d8cfccbc7611fa2016

diff --git a/dev-ruby/six/metadata.xml b/dev-ruby/six/metadata.xml
deleted file mode 100644
index c1012fea0110..
--- a/dev-ruby/six/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-randx/six
-  
-

diff --git a/dev-ruby/six/six-0.2.0-r1.ebuild b/dev-ruby/six/six-0.2.0-r1.ebuild
deleted file mode 100644
index c5cbff4ef242..
--- a/dev-ruby/six/six-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown"
-RUBY_FAKEGEM_GEMSPEC="six.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An ultra lite authorization library"
-HOMEPAGE="https://github.com/randx/six;
-SRC_URI="https://github.com/randx/six/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die "sed failed"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 223e2a7337b5..8b3b2cab1aff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -494,11 +494,6 @@ sci-chemistry/prekin
 # Removal on 2023-04-17.
 net-wireless/spectools
 
-# Hans de Graaff  (2023-03-18)
-# Ancient out-of-date package. No proper upstream release since 2011.
-# No reverse dependencies. Masked for removal on 2023-04-18.
-dev-ruby/six
-
 # Sam James  (2023-03-16)
 # Breaks building C++ consumers. See bug #901211 and bug #901035.
 # Please upgrade to glib-2.76.0-r1.



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

2021-11-25 Thread Hans de Graaff
commit: eadd68752d229ade63027473ebb3a6b88ae822d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 09:18:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 09:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadd6875

dev-ruby/six: EAPI 8

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

 dev-ruby/six/six-0.2.0-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-ruby/six/six-0.2.0-r1.ebuild b/dev-ruby/six/six-0.2.0-r1.ebuild
new file mode 100644
index ..c5cbff4ef242
--- /dev/null
+++ b/dev-ruby/six/six-0.2.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown"
+RUBY_FAKEGEM_GEMSPEC="six.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An ultra lite authorization library"
+HOMEPAGE="https://github.com/randx/six;
+SRC_URI="https://github.com/randx/six/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die "sed failed"
+}



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

2021-11-25 Thread Hans de Graaff
commit: 388b6358aee32f8f284286a1a9c574f69f852937
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 09:18:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 09:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388b6358

dev-ruby/six: cleanup

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

 dev-ruby/six/six-0.2.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
deleted file mode 100644
index 3125feed195b..
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An ultra lite authorization library"
-HOMEPAGE="https://github.com/randx/six;
-SRC_URI="https://github.com/randx/six/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die "sed failed"
-}



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

2020-07-25 Thread Hans de Graaff
commit: a1d7be0ce6a8d51a0017980d5a8768642d5d75d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 25 12:03:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 25 17:10:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d7be0c

dev-ruby/six: add ruby27

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

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index c84f7472ea0..3125feed195 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2019-01-20 Thread Hans de Graaff
commit: dc58733baae04a741baf539e459730e7750abe40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 09:10:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 10:11:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc58733b

dev-ruby/six: add ruby26

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

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index 92a38686592..c84f7472ea0 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2018-09-03 Thread Hans de Graaff
commit: 62e8247597921cf5463c1b88010e784372b537da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  4 05:31:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  4 05:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e82475

dev-ruby/six: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index beb43f942e7..92a38686592 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2018-02-18 Thread Hans de Graaff
commit: 6f0a46cc414d42e35018ca90fe593c7871991cce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 06:36:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 06:48:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0a46cc

dev-ruby/six: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index 32a082e425a..beb43f942e7 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2016-12-15 Thread Hans de Graaff
commit: 3b6ea1c6c73cd193ed1e5842b22600b05fb1f428
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 16 06:01:08 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 16 06:01:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6ea1c6

dev-ruby/six: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index 1070157..f2bab49 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""



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

2016-03-28 Thread Manuel Rüger
commit: 22f5b68283e1ea2408ed95c79faf4b2a4c76ea8e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 28 19:30:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 28 19:30:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f5b682

dev-ruby/six: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/six/six-0.2.0.ebuild b/dev-ruby/six/six-0.2.0.ebuild
index cac7331..1070157 100644
--- a/dev-ruby/six/six-0.2.0.ebuild
+++ b/dev-ruby/six/six-0.2.0.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC=""