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

2021-03-22 Thread Sam James
commit: b4f86ba37696f3adc0313dfff1360d0f8a285af7
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 23 04:28:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 23 04:28:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f86ba3

dev-vcs/cvsutils: add 0.2.6

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

 dev-vcs/cvsutils/Manifest  |  1 +
 dev-vcs/cvsutils/cvsutils-0.2.6.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/dev-vcs/cvsutils/Manifest b/dev-vcs/cvsutils/Manifest
index 0af0cf2afae..4eed5764b9b 100644
--- a/dev-vcs/cvsutils/Manifest
+++ b/dev-vcs/cvsutils/Manifest
@@ -1 +1,2 @@
 DIST cvsutils-0.2.5.tar.gz 79596 BLAKE2B 
db3a701e378892ac9986f981c5fc1f18cf1d75903741c74cbf0936682412b46c6292e00bd2962ef597c16f46fa256835b8ab5e272246ca142583ac90c6d1a459
 SHA512 
7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1
+DIST cvsutils-0.2.6.tar.gz 81051 BLAKE2B 
230400c65d1faad0db600f20fbb4e7b6e19ac5ec441e304c585523ed81d17631d6babf782fb0d80124ade5667dee48a4babb30059ff49f77fd899e465fa0da22
 SHA512 
0d982b719d80171338cfb6aa88534682ad965ce0e19ec00583fb34af609278b0d530c49bdd103a7c2d9e999c8396bb29c0676576ce951b96c661a1e764160020

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild
new file mode 100644
index 000..446d29c75c6
--- /dev/null
+++ b/dev-vcs/cvsutils/cvsutils-0.2.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small bundle of utilities to work with CVS repositories"
+HOMEPAGE="https://www.red-bean.com/cvsutils/;
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl"



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

2019-01-27 Thread Pacho Ramos
commit: f9b3fc2ac66beb157a4b6036da3afad741bf23e7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 15:26:53 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 16:53:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b3fc2a

dev-vcs/cvsutils: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
deleted file mode 100644
index c34b4efd0f1..000
--- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A small bundle of utilities to work with CVS repositories"
-HOMEPAGE="https://www.red-bean.com/cvsutils/;
-SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND=""
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog README THANKS NEWS
-}



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

2018-09-15 Thread Michał Górny
commit: c40a76962d2883ca7499e9a791cfa9eb39c8a9d3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:56:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40a7696

dev-vcs/cvsutils: EAPI7 revbump, use HTTPs

Closes: https://bugs.gentoo.org/665052
Closes: https://github.com/gentoo/gentoo/pull/9758

 dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
new file mode 100644
index 000..b14687868fa
--- /dev/null
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small bundle of utilities to work with CVS repositories"
+HOMEPAGE="https://www.red-bean.com/cvsutils/;
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/perl"



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

2018-09-15 Thread Michał Górny
commit: 8ea877a564cce2123fdbc9034d3d48f2792002bd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Sep  1 18:53:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea877a5

dev-vcs/cvsutils: use HTTPs

 dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
index d530436476e..c34b4efd0f1 100644
--- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
@@ -4,8 +4,8 @@
 EAPI=0
 
 DESCRIPTION="A small bundle of utilities to work with CVS repositories"
-HOMEPAGE="http://www.red-bean.com/cvsutils/;
-SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
+HOMEPAGE="https://www.red-bean.com/cvsutils/;
+SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2018-09-15 Thread Michał Górny
commit: 498ea585847ff34e4b0b20176db3769e4eea3caa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 19:34:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 19:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ea585

dev-vcs/cvsutils: Correct license to GPL-2+ GPL-3+

 dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild 
b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
index b14687868fa..e4e3b461c57 100644
--- a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="A small bundle of utilities to work with CVS 
repositories"
 HOMEPAGE="https://www.red-bean.com/cvsutils/;
 SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz;
 
-LICENSE="GPL-3"
+LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 



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

2017-08-14 Thread Michał Górny
commit: 06f020a86d9ee3cc5e3b68cb8589147b86034fe8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 06:15:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 06:36:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f020a8

dev-vcs/cvsutils: Remove cvs-utils@ project, #627602

 dev-vcs/cvsutils/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/cvsutils/metadata.xml b/dev-vcs/cvsutils/metadata.xml
index ce258057498..b29146cb7d8 100644
--- a/dev-vcs/cvsutils/metadata.xml
+++ b/dev-vcs/cvsutils/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   cvs-ut...@gentoo.org
-   Gentoo CVS Project
-   
+   

CVS Utilities are helpful scripts for working with CVS 
repositories
offline and online.  They include the ability to check file 
status,