[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/, profiles/

2021-08-19 Thread David Seifert
commit: 200214c297ebaa4560ea26e356dafc619195be48
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Aug 19 11:14:15 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 19 11:14:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200214c2

dev-vcs/git-num: Remove last-rited pkg

Closes: https://bugs.gentoo.org/724260
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-vcs/git-num/Manifest |  1 -
 dev-vcs/git-num/git-num-2.0.1.ebuild | 36 
 dev-vcs/git-num/metadata.xml |  8 
 profiles/package.mask|  6 --
 4 files changed, 51 deletions(-)

diff --git a/dev-vcs/git-num/Manifest b/dev-vcs/git-num/Manifest
deleted file mode 100644
index 4e563f44c0c..000
--- a/dev-vcs/git-num/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-num-2.0.1.tar.gz 53833 BLAKE2B 
4080bb19ad15441fff5f641576a33d7df89ece30f10c159dbc3f8a659c29568dc295f4b3f7d01aacbf13ddad3347dc705d4e9f83a07c6c3bf5e7d2ae9f07763b
 SHA512 
f35599a74b91efb3ccb6e8509ca1c7eb7c2f67cb90b131efc6693f8f36ea97adcb01026ad307746bdf0613200646da289aa315095cbae2580c4443b03e9dd040

diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild 
b/dev-vcs/git-num/git-num-2.0.1.ebuild
deleted file mode 100644
index 71e04e1ab47..000
--- a/dev-vcs/git-num/git-num-2.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Quickly reference files in Git using numbers"
-HOMEPAGE="https://github.com/schreifels/git-num;
-SRC_URI="https://github.com/schreifels/git-num/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND+=" test? ( dev-vcs/git )"
-RDEPEND+=" dev-vcs/git"
-
-all_ruby_prepare() {
-   # cp git-num since specs depend on the default location
-   mkdir bin || die
-   cp git-num bin || die
-
-   sed -i -e '14i`git config user.email "test-git-...@gentoo.org"`' \
-   -e '15i`git config user.name "git-num tester"`' 
spec/lib/git_tools.rb || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec spec/unit.rb spec/integration.rb
-}

diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml
deleted file mode 100644
index 27c27617bd7..000
--- a/dev-vcs/git-num/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   schreifels/git-num
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 23e15e109fb..3be73460df2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -408,12 +408,6 @@ dev-ruby/spork
 # Masked for testing
 >=mail-client/claws-mail-4.0.0
 
-# Hans de Graaff  (2021-07-09)
-# Last release in 2016. Tests fail with recent git versions.
-# No reverse dependencies, no maintainer.
-# Masked for removal in 30 days.
-dev-vcs/git-num
-
 # Hans de Graaff  (2021-07-09)
 # Mask ruby25 for removal. This version is no longer supported
 # upstream. Use a newer ruby version, e.g ruby26.



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2019-04-11 Thread Hans de Graaff
commit: be7bae0d71a9e209f326f4cc037edaaf2389265b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 15:32:46 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 15:32:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7bae0d

dev-vcs/git-num: add ruby25, ruby26

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

 dev-vcs/git-num/git-num-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild 
b/dev-vcs/git-num/git-num-2.0.1.ebuild
index d3551f87af7..71e04e1ab47 100644
--- a/dev-vcs/git-num/git-num-2.0.1.ebuild
+++ b/dev-vcs/git-num/git-num-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 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"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2017-08-28 Thread Hans de Graaff
commit: e4ad7353fa2758a86bbe80f7e4151d36724ab250
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 28 18:10:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 28 18:43:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ad7353

dev-vcs/git-num: run tests; add ruby23, ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/git-num/git-num-2.0.1.ebuild | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild 
b/dev-vcs/git-num/git-num-2.0.1.ebuild
index 925423a9172..d3551f87af7 100644
--- a/dev-vcs/git-num/git-num-2.0.1.ebuild
+++ b/dev-vcs/git-num/git-num-2.0.1.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 inherit ruby-fakegem
 
@@ -17,9 +17,20 @@ 
SRC_URI="https://github.com/schreifels/git-num/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
+
+DEPEND+=" test? ( dev-vcs/git )"
+RDEPEND+=" dev-vcs/git"
 
 all_ruby_prepare() {
+   # cp git-num since specs depend on the default location
mkdir bin || die
-   mv git-num bin || die
+   cp git-num bin || die
+
+   sed -i -e '14i`git config user.email "test-git-...@gentoo.org"`' \
+   -e '15i`git config user.name "git-num tester"`' 
spec/lib/git_tools.rb || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec spec/unit.rb spec/integration.rb
 }



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2017-04-28 Thread Manuel Rüger
commit: d8e2102482c1dbce13487fa2b7007b2e9e359419
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 28 21:14:30 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 28 21:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e21024

dev-vcs/git-num: Remove ruby20

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-vcs/git-num/git-num-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild 
b/dev-vcs/git-num/git-num-2.0.1.ebuild
index 9ed6d42a9ed..925423a9172 100644
--- a/dev-vcs/git-num/git-num-2.0.1.ebuild
+++ b/dev-vcs/git-num/git-num-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2017-04-28 Thread Manuel Rüger
commit: bf545180a450acf05fbbc3baff9da7447baf619a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Apr 28 21:15:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Apr 28 21:15:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf545180

dev-vcs/git-num: Drop to maintainer-needed

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-vcs/git-num/metadata.xml | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml
index e4831e88dae..27c27617bd7 100644
--- a/dev-vcs/git-num/metadata.xml
+++ b/dev-vcs/git-num/metadata.xml
@@ -1,11 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-mr...@gentoo.org
-Manuel Rüger
-  
-  
-schreifels/git-num
-  
+   
+   
+   schreifels/git-num
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2016-03-06 Thread Patrice Clement
commit: 7e3ad9ff8525c88ee8fbe3f36c443aa057e7dacd
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar  5 21:45:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar  5 21:45:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3ad9ff

dev-vcs/git-num: Add back type="person" to metadata.xml file and fix QA warning.

Package-Manager: portage-2.2.26

 dev-vcs/git-num/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml
index ae0d0c7..e4831e8 100644
--- a/dev-vcs/git-num/metadata.xml
+++ b/dev-vcs/git-num/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
 mr...@gentoo.org
 Manuel Rüger
   



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/

2016-03-06 Thread Manuel Rüger
commit: aad57d026506fbce86290e41d87d603b60c7f745
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Mar  5 11:45:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Mar  5 11:45:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad57d02

dev-vcs/git-num: Initial version

Package-Manager: portage-2.2.27

 dev-vcs/git-num/Manifest |  1 +
 dev-vcs/git-num/git-num-2.0.1.ebuild | 26 ++
 dev-vcs/git-num/metadata.xml | 11 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-vcs/git-num/Manifest b/dev-vcs/git-num/Manifest
new file mode 100644
index 000..994b0c9
--- /dev/null
+++ b/dev-vcs/git-num/Manifest
@@ -0,0 +1 @@
+DIST git-num-2.0.1.tar.gz 53833 SHA256 
e8f0f80ad54b88e3653696e1ff8228f604f0a22c903d8b285afcbdbdac8494e4 SHA512 
f35599a74b91efb3ccb6e8509ca1c7eb7c2f67cb90b131efc6693f8f36ea97adcb01026ad307746bdf0613200646da289aa315095cbae2580c4443b03e9dd040
 WHIRLPOOL 
a2a7fdcea11e63136d97a7cf4da869988b51bb186c1912be1d6c8535c81cf847056d8ad8969b898f78f27d04053fff5b2d6b08bb3850ac6e1b2a6edfffd88d75

diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild 
b/dev-vcs/git-num/git-num-2.0.1.ebuild
new file mode 100644
index 000..bd4e97b
--- /dev/null
+++ b/dev-vcs/git-num/git-num-2.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Quickly reference files in Git using numbers"
+HOMEPAGE="https://github.com/schreifels/git-num;
+SRC_URI="https://github.com/schreifels/git-num/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   mkdir bin || die
+   mv git-num bin || die
+}

diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml
new file mode 100644
index 000..ae0d0c7
--- /dev/null
+++ b/dev-vcs/git-num/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mr...@gentoo.org
+Manuel Rüger
+  
+  
+schreifels/git-num
+  
+