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

2023-07-20 Thread Hans de Graaff
commit: 790bf459021fa670d8ccd23aedd8a50a2032caa1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 20 10:25:18 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 20 10:50:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790bf459

dev-ruby/lockfile: enable ruby32

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

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
index 3263324841a4..fcabfc184b4c 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2022-07-30 Thread Hans de Graaff
commit: 644f55a6b026f3e399dc2bc2183d485f53fe0f1a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 07:03:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 07:46:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644f55a6

dev-ruby/lockfile: update LICENSE

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

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
index 24c4d8a527b4..3263324841a4 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
@@ -13,7 +13,7 @@ inherit ruby-fakegem
 DESCRIPTION="A ruby library for creating NFS safe lockfiles"
 HOMEPAGE="https://github.com/ahoward/lockfile;
 
-LICENSE="Ruby"
+LICENSE="Ruby-BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""



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

2022-05-01 Thread Hans de Graaff
commit: 3b83a5553c501f580c9f5fe31103b5a7d8eb4e74
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  1 09:52:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b83a555

dev-ruby/lockfile: enable ruby31

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

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
index b11f3b11d423..24c4d8a527b4 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2021-11-23 Thread Hans de Graaff
commit: 467d47175d8883476072aba83e2fd41acbd2ecb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 24 06:49:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 24 07:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467d4717

dev-ruby/lockfile: cleanup

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

 dev-ruby/lockfile/lockfile-2.1.3.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
deleted file mode 100644
index ca0ba653799b..
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ /dev/null
@@ -1,20 +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=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for creating NFS safe lockfiles"
-HOMEPAGE="https://github.com/ahoward/lockfile;
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""



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

2021-11-21 Thread Hans de Graaff
commit: a7e9aae23053d4f076cb34358d587e9fb50db761
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 22 06:42:36 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 22 06:56:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e9aae2

dev-ruby/lockfile: add ruby30

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

 dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
new file mode 100644
index ..b11f3b11d423
--- /dev/null
+++ b/dev-ruby/lockfile/lockfile-2.1.3-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby library for creating NFS safe lockfiles"
+HOMEPAGE="https://github.com/ahoward/lockfile;
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""



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

2020-03-19 Thread Hans de Graaff
commit: e2b5c53ba47b2eda871e5e34b555465c58c40421
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 19 19:15:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 19 19:42:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5c53b

dev-ruby/lockfile: add ruby27

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

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index d489db5b938..ca0ba653799 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.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_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2019-02-01 Thread Hans de Graaff
commit: 1fed91a634405bc8053d51878d30c640d0a61e18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  1 11:21:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  1 11:21:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fed91a6

dev-ruby/lockfile: add ruby26

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

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index 0eff4790eee..d489db5b938 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-01-02 Thread Hans de Graaff
commit: d13ec8fce29e06fc5a519df438b869ffbbc3c9a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 07:03:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 07:03:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13ec8fc

dev-ruby/lockfile: add 2.1.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index e4a0c68fd14..0eff4790eee 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -1,8 +1,8 @@
-# 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=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2017-07-27 Thread Hans de Graaff
commit: 3aae12a15409e4dc244a764f93eebd1e1cddbe47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 27 07:40:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 27 07:40:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aae12a1

dev-ruby/lockfile: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index 856791997ff..e4a0c68fd14 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-03-20 Thread Hans de Graaff
commit: c74125b1531f40c530517eb1bcb230492430b001
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 20 21:53:12 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 20 21:57:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74125b1

dev-ruby/lockfile: drop ruby19

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index a4e8153..93b3f97 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.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_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-03-20 Thread Hans de Graaff
commit: 92de8e649f86dd1f5cdfdd13e86d17a8488166c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 20 21:55:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 20 21:57:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92de8e64

dev-ruby/lockfile: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index 93b3f97..62d8a1b 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""