[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2023-11-20 Thread Ulrich Müller
commit: 9e1a3fa77991768a3fb771152d48c0b24c9c81f0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 20 08:48:05 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 20 08:48:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a3fa7

dev-vcs/cvs-fast-export: drop 1.57

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.57.ebuild| 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 433d5d1c7e28..1740c3f8783a 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,2 @@
-DIST cvs-fast-export-1.57.tar.gz 503473 BLAKE2B 
06d5b03d550be9604a04b4f03cd19d06abbe84efb6fbb424a3ae8c58f2964dff31e1718baf61adf70fe17c2beb6753cdd0fba9e0e1a5ba5e9d8ae7b87721a336
 SHA512 
bb129d58a66ca8aa9feb6dcdf6d83553ed1099d6023041c4fb8fa9b923461b6eb9e59ec304b3443f754d7710a2655fd2c104cbaa5ac604ee471de727b92fc091
 DIST cvs-fast-export-1.59.tar.gz 514934 BLAKE2B 
2e9f42eb948c917785f80596bf176cde826c8808fa8c7a297217dba6eb36f8de6cebc192ebb0bd513e3c288beefad01d04cd59a72176377851b00a25419a
 SHA512 
3fd4455c61b9065b784396683bea6ca6fcae8509fabd72531d1dba7d733e1fedeb9307b99d02f03eb3d19e9b024f2c53e2a15062b46d96fe58ab90651ff94bc5
 DIST cvs-fast-export-1.61.tar.gz 525785 BLAKE2B 
64089fe0f99e247505152ad20c618a721917fabcf28e29ede330e89d9ffc3b05e314e09deb85c9c23de95acfa6193a6dd67636374862d58df231e06fd8313f09
 SHA512 
505a305b3f383a9df0f519ec0bbf92d5fbd2759b5be39b3eced898a00bd06290f2905e6add49c992ff69fdf468f6c83e15e8810bdf12d08eec0289aa7930df4e

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
deleted file mode 100644
index 54fb82e4114e..
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/, dev-vcs/cvs-fast-export/files/

2023-11-20 Thread Ulrich Müller
commit: 3a72aeafb393926902a0b88e5511a7b8c21838a2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 20 08:47:49 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 20 08:48:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a72aeaf

dev-vcs/cvs-fast-export: add 1.61

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.61.ebuild| 38 ++
 .../files/cvs-fast-export-1.61-Makefile.patch  | 20 
 3 files changed, 59 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index fe684f927845..433d5d1c7e28 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.57.tar.gz 503473 BLAKE2B 
06d5b03d550be9604a04b4f03cd19d06abbe84efb6fbb424a3ae8c58f2964dff31e1718baf61adf70fe17c2beb6753cdd0fba9e0e1a5ba5e9d8ae7b87721a336
 SHA512 
bb129d58a66ca8aa9feb6dcdf6d83553ed1099d6023041c4fb8fa9b923461b6eb9e59ec304b3443f754d7710a2655fd2c104cbaa5ac604ee471de727b92fc091
 DIST cvs-fast-export-1.59.tar.gz 514934 BLAKE2B 
2e9f42eb948c917785f80596bf176cde826c8808fa8c7a297217dba6eb36f8de6cebc192ebb0bd513e3c288beefad01d04cd59a72176377851b00a25419a
 SHA512 
3fd4455c61b9065b784396683bea6ca6fcae8509fabd72531d1dba7d733e1fedeb9307b99d02f03eb3d19e9b024f2c53e2a15062b46d96fe58ab90651ff94bc5
+DIST cvs-fast-export-1.61.tar.gz 525785 BLAKE2B 
64089fe0f99e247505152ad20c618a721917fabcf28e29ede330e89d9ffc3b05e314e09deb85c9c23de95acfa6193a6dd67636374862d58df231e06fd8313f09
 SHA512 
505a305b3f383a9df0f519ec0bbf92d5fbd2759b5be39b3eced898a00bd06290f2905e6add49c992ff69fdf468f6c83e15e8810bdf12d08eec0289aa7930df4e

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.61.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.61.ebuild
new file mode 100644
index ..29ba3be62c3e
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.61.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT=test # upstream does not ship some tests in tarball
+
+BDEPEND="app-text/asciidoc"
+
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
+
+src_prepare() {
+   default
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc {NEWS,README,TODO,hacking,reporting-bugs}.adoc
+}

diff --git a/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.61-Makefile.patch 
b/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.61-Makefile.patch
new file mode 100644
index ..13ceeb3ccc3b
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.61-Makefile.patch
@@ -0,0 +1,20 @@
+--- cvs-fast-export-1.61/Makefile
 cvs-fast-export-1.61/Makefile
+@@ -36,7 +36,7 @@
+ GCC_WARNINGS2=-Wmissing-prototypes -Wmissing-declarations
+ GCC_WARNINGS3=-Wno-unused-function -Wno-unused-label -Wno-format-zero-length
+ GCC_WARNINGS=$(GCC_WARNINGS1) $(GCC_WARNINGS2) $(GCC_WARNINGS3)
+-CFLAGS += $(GCC_WARNINGS)
++#CFLAGS += $(GCC_WARNINGS)
+ CPPFLAGS += -I. -I$(srcdir)
+ #LIBS=-lrt
+ CPPFLAGS += -DVERSION=\"$(VERSION)\"
+@@ -83,7 +83,7 @@
+ # CFLAGS += -O2
+ # If your toolchain supports link time optimization this is a cheap speedup
+ # CFLAGS += -flto
+-CFLAGS += -g
++# CFLAGS += -g
+ # Test coverage flags
+ # CFLAGS += -ftest-coverage -fprofile-arcs
+ CFLAGS += $(EXTRA_CFLAGS)



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

2023-06-28 Thread Sam James
commit: 6d0ae5bd38630bdaf6638c7778156e9a5ea11143
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 28 07:31:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 28 07:36:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0ae5bd

dev-vcs/cvs: add missing selinux policy dep

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

 dev-vcs/cvs/cvs-1.12.12-r14.ebuild | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
index 35880c743e8b..582b59739112 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,14 +17,19 @@ LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 
-IUSE="crypt doc kerberos nls pam server"
+IUSE="crypt doc kerberos nls pam selinux server"
 RESTRICT="test"
 
-DEPEND=">=sys-libs/zlib-1.1.4
+DEPEND="
+   >=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
pam? ( sys-libs/pam )
-   server? ( virtual/libcrypt:= )"
-RDEPEND="${DEPEND}"
+   server? ( virtual/libcrypt:= )
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-cvs )
+"
 
 src_unpack() {
unpack ${P}.tar.bz2



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

2022-06-16 Thread Sam James
commit: 1ec5fe00bed96924b22c5a1f4a2d3fffb1215e2c
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Wed Jun  8 19:45:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 16:30:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5fe00

dev-vcs/cvs: fix unquoted variable EPREFIX

Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
index 3c6a6e2beee6..219adc7e7046 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
@@ -65,7 +65,7 @@ src_configure() {
fi
econf \
--with-external-zlib \
-   --with-tmpdir=${EPREFIX}/tmp \
+   --with-tmpdir="${EPREFIX}"/tmp \
$(use_enable crypt encryption) \
$(use_with kerberos gssapi) \
$(use_enable nls) \



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2022-02-15 Thread Ulrich Müller
commit: e2be79c8653df0816f7fe3d1986acee0eaf48a16
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 15 14:24:01 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb 15 14:24:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2be79c8

dev-vcs/cvs-fast-export: Version bump to 1.59

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.59.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 79611242d1be..fe684f927845 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.57.tar.gz 503473 BLAKE2B 
06d5b03d550be9604a04b4f03cd19d06abbe84efb6fbb424a3ae8c58f2964dff31e1718baf61adf70fe17c2beb6753cdd0fba9e0e1a5ba5e9d8ae7b87721a336
 SHA512 
bb129d58a66ca8aa9feb6dcdf6d83553ed1099d6023041c4fb8fa9b923461b6eb9e59ec304b3443f754d7710a2655fd2c104cbaa5ac604ee471de727b92fc091
+DIST cvs-fast-export-1.59.tar.gz 514934 BLAKE2B 
2e9f42eb948c917785f80596bf176cde826c8808fa8c7a297217dba6eb36f8de6cebc192ebb0bd513e3c288beefad01d04cd59a72176377851b00a25419a
 SHA512 
3fd4455c61b9065b784396683bea6ca6fcae8509fabd72531d1dba7d733e1fedeb9307b99d02f03eb3d19e9b024f2c53e2a15062b46d96fe58ab90651ff94bc5

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.59.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.59.ebuild
new file mode 100644
index ..abce092aa5b5
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.59.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-07-02 Thread Ulrich Müller
commit: 9bf81435d9f3e0a74f4d8ac4b6bdfa35774357fb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul  2 15:01:22 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul  2 15:02:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf81435

dev-vcs/cvs-fast-export: Add myself as maintainer

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/cvs-fast-export/metadata.xml | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/metadata.xml 
b/dev-vcs/cvs-fast-export/metadata.xml
index 5eed945d9ef..3471cb4d977 100644
--- a/dev-vcs/cvs-fast-export/metadata.xml
+++ b/dev-vcs/cvs-fast-export/metadata.xml
@@ -1,8 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   cvs-fast-export
-   
+
+  u...@gentoo.org
+
+
+  cvs-fast-export
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-07-02 Thread Sergei Trofimovich
commit: 1c5b4a5e2ee4031b9b748288d3094608e2094f4c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  2 07:14:02 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  2 07:17:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5b4a5e

dev-vcs/cvs-fast-export: drop myself from maintainers, m-n now

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-vcs/cvs-fast-export/metadata.xml 
b/dev-vcs/cvs-fast-export/metadata.xml
index bb64b686743..5eed945d9ef 100644
--- a/dev-vcs/cvs-fast-export/metadata.xml
+++ b/dev-vcs/cvs-fast-export/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sly...@gentoo.org
-   Sergei Trofimovich
-   
+   

cvs-fast-export




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

2021-06-30 Thread Sam James
commit: 886f4121130565cb2a7bd799308f0edaea4cd15d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 18:40:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 18:40:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886f4121

dev-vcs/cvs: add missing libcrypt dependency

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

 dev-vcs/cvs/{cvs-1.12.12-r13.ebuild => cvs-1.12.12-r14.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
similarity index 98%
rename from dev-vcs/cvs/cvs-1.12.12-r13.ebuild
rename to dev-vcs/cvs/cvs-1.12.12-r14.ebuild
index a2a40c34606..3da8f4ec91e 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
@@ -22,7 +22,8 @@ RESTRICT="test"
 
 DEPEND=">=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
-   pam? ( sys-libs/pam )"
+   pam? ( sys-libs/pam )
+   server? ( virtual/libcrypt:= )"
 RDEPEND="${DEPEND}"
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-05-29 Thread David Seifert
commit: e5d280ae1c0810e7b1aa28533030036cd9a5a0bb
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 19:02:36 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 29 19:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d280ae

dev-vcs/cvs-fast-export: ebuild tidying

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
index 45dc138ac58..54fb82e4114 100644
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
@@ -14,9 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
+BDEPEND="app-text/asciidoc"
 
 RESTRICT=test # upstream does not ship some tests in tarball
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-05-09 Thread Sergei Trofimovich
commit: 0b452f3ed5482f2507d5d4a10518ad7c67da9c36
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  9 11:49:26 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  9 11:53:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b452f3e

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.56.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index ab3886b3a29..79611242d1b 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1 @@
-DIST cvs-fast-export-1.56.tar.gz 492482 BLAKE2B 
936f9f448dd6577122ace45380d8726f648fd31ffb9840bd931e343cc6c3f3526e4aa6f8735feb2a49d4d8df5fdb83ea54438e51951ea2be3b1ab221fdc11c33
 SHA512 
852a13fab095817a9650164c93f11aaeb4ced827489f20bde35baa492f6f125e82c3f35410899978706589105275536d98d973fbf482758ed054b3bbe9e3c581
 DIST cvs-fast-export-1.57.tar.gz 503473 BLAKE2B 
06d5b03d550be9604a04b4f03cd19d06abbe84efb6fbb424a3ae8c58f2964dff31e1718baf61adf70fe17c2beb6753cdd0fba9e0e1a5ba5e9d8ae7b87721a336
 SHA512 
bb129d58a66ca8aa9feb6dcdf6d83553ed1099d6023041c4fb8fa9b923461b6eb9e59ec304b3443f754d7710a2655fd2c104cbaa5ac604ee471de727b92fc091

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild
deleted file mode 100644
index 45dc138ac58..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-05-06 Thread Sergei Trofimovich
commit: 2dcfed03e76a07abf9864f4ae3e619ad146c1f04
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  6 18:15:19 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May  6 18:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcfed03

dev-vcs/cvs-fast-export: bump up to 1.57

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.57.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index e175b0b3e5c..ab3886b3a29 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.56.tar.gz 492482 BLAKE2B 
936f9f448dd6577122ace45380d8726f648fd31ffb9840bd931e343cc6c3f3526e4aa6f8735feb2a49d4d8df5fdb83ea54438e51951ea2be3b1ab221fdc11c33
 SHA512 
852a13fab095817a9650164c93f11aaeb4ced827489f20bde35baa492f6f125e82c3f35410899978706589105275536d98d973fbf482758ed054b3bbe9e3c581
+DIST cvs-fast-export-1.57.tar.gz 503473 BLAKE2B 
06d5b03d550be9604a04b4f03cd19d06abbe84efb6fbb424a3ae8c58f2964dff31e1718baf61adf70fe17c2beb6753cdd0fba9e0e1a5ba5e9d8ae7b87721a336
 SHA512 
bb129d58a66ca8aa9feb6dcdf6d83553ed1099d6023041c4fb8fa9b923461b6eb9e59ec304b3443f754d7710a2655fd2c104cbaa5ac604ee471de727b92fc091

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
new file mode 100644
index 000..45dc138ac58
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.57.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-04-12 Thread Sergei Trofimovich
commit: 0ae4ccb7671a24a6edf1e9931ec35ba883ad5cc6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 12 23:15:45 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 12 23:19:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae4ccb7

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.55.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index e918cb57290..e175b0b3e5c 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1 @@
-DIST cvs-fast-export-1.55.tar.gz 478449 BLAKE2B 
18a94fe4c143ca72949b469f40d79540aa8b6fc8562bed7e638b7ac4834e6f4be73f1cf0c906f0ea1dfdfadada74fa3b8a1a56c1aeb011467977be2d4ee84fbe
 SHA512 
494b7bdef890c59967a0552b605f2f5b49ff401c791dc260378192babab1a8e13af796f746c52c36d0ff95c94d04f066f31245f803793092bcaf2e63bd367d05
 DIST cvs-fast-export-1.56.tar.gz 492482 BLAKE2B 
936f9f448dd6577122ace45380d8726f648fd31ffb9840bd931e343cc6c3f3526e4aa6f8735feb2a49d4d8df5fdb83ea54438e51951ea2be3b1ab221fdc11c33
 SHA512 
852a13fab095817a9650164c93f11aaeb4ced827489f20bde35baa492f6f125e82c3f35410899978706589105275536d98d973fbf482758ed054b3bbe9e3c581

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild
deleted file mode 100644
index 976b11d8e92..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2021-04-04 Thread Sergei Trofimovich
commit: 556a9bd243b9535220ab3cdf6f768c42e244ac32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  4 19:39:26 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  4 19:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556a9bd2

dev-vcs/cvs-fast-export: bump up to 1.56

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.56.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index be1100f14b1..e918cb57290 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.55.tar.gz 478449 BLAKE2B 
18a94fe4c143ca72949b469f40d79540aa8b6fc8562bed7e638b7ac4834e6f4be73f1cf0c906f0ea1dfdfadada74fa3b8a1a56c1aeb011467977be2d4ee84fbe
 SHA512 
494b7bdef890c59967a0552b605f2f5b49ff401c791dc260378192babab1a8e13af796f746c52c36d0ff95c94d04f066f31245f803793092bcaf2e63bd367d05
+DIST cvs-fast-export-1.56.tar.gz 492482 BLAKE2B 
936f9f448dd6577122ace45380d8726f648fd31ffb9840bd931e343cc6c3f3526e4aa6f8735feb2a49d4d8df5fdb83ea54438e51951ea2be3b1ab221fdc11c33
 SHA512 
852a13fab095817a9650164c93f11aaeb4ced827489f20bde35baa492f6f125e82c3f35410899978706589105275536d98d973fbf482758ed054b3bbe9e3c581

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild
new file mode 100644
index 000..45dc138ac58
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.56.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



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

2021-01-24 Thread Mikle Kolyada
commit: 2934f3d556821770d0dc990e530510c4d3a63815
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jan 24 10:23:23 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jan 24 10:24:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2934f3d5

dev-vcs/cvs: install pam files conditionally

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-vcs/cvs/{cvs-1.12.12-r12.ebuild => cvs-1.12.12-r13.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
similarity index 97%
rename from dev-vcs/cvs/cvs-1.12.12-r12.ebuild
rename to dev-vcs/cvs/cvs-1.12.12-r13.ebuild
index 17ca2255bd2..1767d29d5be 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
@@ -93,5 +93,7 @@ src_install() {
newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
fi
 
-   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+   if use pam; then
+   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+   fi
 }



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

2021-01-06 Thread Fabian Groffen
commit: d0f50653321421f1abc560e3d324ac56fce3e1b5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:56:29 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:56:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f50653

dev-vcs/cvs: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 0e09903e369..17ca2255bd2 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2020-12-27 Thread Fabian Groffen
commit: 129c3c00a46b9141d8674a35ee852dc31fbc9110
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 16:37:11 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 16:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c3c00

dev-vcs/cvs: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 5e4debce6a7..2af7b7e765c 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-05-29 Thread Sergei Trofimovich
commit: c57873a678206e8e0ec3211bd11f761833b6889c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 29 22:09:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 29 22:13:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57873a6

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  2 -
 .../cvs-fast-export/cvs-fast-export-1.53.ebuild| 48 --
 .../cvs-fast-export/cvs-fast-export-1.54.ebuild| 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index c8f27dd3563..be1100f14b1 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1 @@
-DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503
-DIST cvs-fast-export-1.54.tar.gz 477045 BLAKE2B 
2fb8826712b0e0ba9573e9ebd5178a0090c7d91de4dc3aae58faa006ef9c51fe0ec913daa3afbcefaa07ea430358d31c85d26a7399679fef2e14fbf0a6ee5e40
 SHA512 
b209049554f3599a4817496bb0b75a3cf6b84bce2455f78271872fa3b95241d4e1e5e3dfd5583d6216f5bbb273d70b5278e23d226ace396f1f0e014b87745c73
 DIST cvs-fast-export-1.55.tar.gz 478449 BLAKE2B 
18a94fe4c143ca72949b469f40d79540aa8b6fc8562bed7e638b7ac4834e6f4be73f1cf0c906f0ea1dfdfadada74fa3b8a1a56c1aeb011467977be2d4ee84fbe
 SHA512 
494b7bdef890c59967a0552b605f2f5b49ff401c791dc260378192babab1a8e13af796f746c52c36d0ff95c94d04f066f31245f803793092bcaf2e63bd367d05

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild
deleted file mode 100644
index 976b11d8e92..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild
deleted file mode 100644
index 976b11d8e92..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-05-24 Thread Sergei Trofimovich
commit: f4739748ef7af2e8373505f6461ce4d7a82af288
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 24 17:27:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 24 17:27:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4739748

dev-vcs/cvs-fast-export: bump up to 1.55

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.55.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index e178b3b7797..c8f27dd3563 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503
 DIST cvs-fast-export-1.54.tar.gz 477045 BLAKE2B 
2fb8826712b0e0ba9573e9ebd5178a0090c7d91de4dc3aae58faa006ef9c51fe0ec913daa3afbcefaa07ea430358d31c85d26a7399679fef2e14fbf0a6ee5e40
 SHA512 
b209049554f3599a4817496bb0b75a3cf6b84bce2455f78271872fa3b95241d4e1e5e3dfd5583d6216f5bbb273d70b5278e23d226ace396f1f0e014b87745c73
+DIST cvs-fast-export-1.55.tar.gz 478449 BLAKE2B 
18a94fe4c143ca72949b469f40d79540aa8b6fc8562bed7e638b7ac4834e6f4be73f1cf0c906f0ea1dfdfadada74fa3b8a1a56c1aeb011467977be2d4ee84fbe
 SHA512 
494b7bdef890c59967a0552b605f2f5b49ff401c791dc260378192babab1a8e13af796f746c52c36d0ff95c94d04f066f31245f803793092bcaf2e63bd367d05

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild
new file mode 100644
index 000..976b11d8e92
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.55.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-05-22 Thread Sergei Trofimovich
commit: f8b3a80aac3405744cd9067d8b1fa1ce9a09f74c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 22 08:49:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 22 08:49:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b3a80a

dev-vcs/cvs-fast-export: bump up to 1.54

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.54.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index f41a6bcebec..e178b3b7797 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503
+DIST cvs-fast-export-1.54.tar.gz 477045 BLAKE2B 
2fb8826712b0e0ba9573e9ebd5178a0090c7d91de4dc3aae58faa006ef9c51fe0ec913daa3afbcefaa07ea430358d31c85d26a7399679fef2e14fbf0a6ee5e40
 SHA512 
b209049554f3599a4817496bb0b75a3cf6b84bce2455f78271872fa3b95241d4e1e5e3dfd5583d6216f5bbb273d70b5278e23d226ace396f1f0e014b87745c73

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild
new file mode 100644
index 000..976b11d8e92
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-05-02 Thread Sergei Trofimovich
commit: 90879d2c715759137c39d0faa051b9bd2983ad74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May  2 17:38:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May  2 17:51:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90879d2c

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.51.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 24f5ae196b7..f41a6bcebec 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1 @@
-DIST cvs-fast-export-1.51.tar.gz 459647 BLAKE2B 
ebaa1aeedee5de2b7d76cdb0d91897bc779b2cff9b6ae9ddc5b3872f36792e0e1c3f152e340d50c25c5bbef3c7be4af5a0cc4d7f2fd5f12c722c45c43510afcc
 SHA512 
3b004ad1a295722b7610444be2ff67097e7099fb17fdd1ebd2d237a30ffc2a31e8a90b5344a9488f3ea3abd4e104bdc0cff2d28dd56321df76ae9bf6f25e90f4
 DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild
deleted file mode 100644
index 976b11d8e92..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-04-10 Thread Sergei Trofimovich
commit: aeabf3bd8204271ebeaf1db523de0fa6f65e34f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 10 20:42:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 10 20:43:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeabf3bd

dev-vcs/cvs-fast-export: bump up to 1.53

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.53.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 122e99c4ec0..9764e0aa4f3 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.51.tar.gz 459647 BLAKE2B 
ebaa1aeedee5de2b7d76cdb0d91897bc779b2cff9b6ae9ddc5b3872f36792e0e1c3f152e340d50c25c5bbef3c7be4af5a0cc4d7f2fd5f12c722c45c43510afcc
 SHA512 
3b004ad1a295722b7610444be2ff67097e7099fb17fdd1ebd2d237a30ffc2a31e8a90b5344a9488f3ea3abd4e104bdc0cff2d28dd56321df76ae9bf6f25e90f4
 DIST cvs-fast-export-1.52.tar.gz 468734 BLAKE2B 
2f1783df682b4c42aa8f3ecc6b0bdfbc641a08e92e649bb0de25b1b6d99c87aebe34488ba928570cce7dd6427c3f5cdc4cb7bc2abb3b5da7f43b53b958770b72
 SHA512 
eac6843c392a6e6820da2291dec3309c6ed309b89ee5c0784160292e8f8157b6d6e127508c37c29dffe32477fafe38b94a45e1036927b5deb040589132863def
+DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild
new file mode 100644
index 000..976b11d8e92
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-04-10 Thread Sergei Trofimovich
commit: d95a047729cb6cdf62694051a0ab6c65eba446a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 10 20:43:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 10 20:43:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95a0477

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.52.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 9764e0aa4f3..24f5ae196b7 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,2 @@
 DIST cvs-fast-export-1.51.tar.gz 459647 BLAKE2B 
ebaa1aeedee5de2b7d76cdb0d91897bc779b2cff9b6ae9ddc5b3872f36792e0e1c3f152e340d50c25c5bbef3c7be4af5a0cc4d7f2fd5f12c722c45c43510afcc
 SHA512 
3b004ad1a295722b7610444be2ff67097e7099fb17fdd1ebd2d237a30ffc2a31e8a90b5344a9488f3ea3abd4e104bdc0cff2d28dd56321df76ae9bf6f25e90f4
-DIST cvs-fast-export-1.52.tar.gz 468734 BLAKE2B 
2f1783df682b4c42aa8f3ecc6b0bdfbc641a08e92e649bb0de25b1b6d99c87aebe34488ba928570cce7dd6427c3f5cdc4cb7bc2abb3b5da7f43b53b958770b72
 SHA512 
eac6843c392a6e6820da2291dec3309c6ed309b89ee5c0784160292e8f8157b6d6e127508c37c29dffe32477fafe38b94a45e1036927b5deb040589132863def
 DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 
4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b
 SHA512 
cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild
deleted file mode 100644
index 976b11d8e92..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix="${EPREFIX}"/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-04-10 Thread Sergei Trofimovich
commit: 19d354a96a18efb02d384661c9fcf6e2114d428b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 10 12:00:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 10 12:00:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d354a9

dev-vcs/cvs-fast-export: bump up to 1.52

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.52.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index f30d663b4ac..122e99c4ec0 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.51.tar.gz 459647 BLAKE2B 
ebaa1aeedee5de2b7d76cdb0d91897bc779b2cff9b6ae9ddc5b3872f36792e0e1c3f152e340d50c25c5bbef3c7be4af5a0cc4d7f2fd5f12c722c45c43510afcc
 SHA512 
3b004ad1a295722b7610444be2ff67097e7099fb17fdd1ebd2d237a30ffc2a31e8a90b5344a9488f3ea3abd4e104bdc0cff2d28dd56321df76ae9bf6f25e90f4
+DIST cvs-fast-export-1.52.tar.gz 468734 BLAKE2B 
2f1783df682b4c42aa8f3ecc6b0bdfbc641a08e92e649bb0de25b1b6d99c87aebe34488ba928570cce7dd6427c3f5cdc4cb7bc2abb3b5da7f43b53b958770b72
 SHA512 
eac6843c392a6e6820da2291dec3309c6ed309b89ee5c0784160292e8f8157b6d6e127508c37c29dffe32477fafe38b94a45e1036927b5deb040589132863def

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild
new file mode 100644
index 000..976b11d8e92
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.52.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/files/

2020-03-02 Thread Sergei Trofimovich
commit: 9cc988a5ce2799a13ac2c16f4fc66169532d28f3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Feb 29 16:17:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  2 20:25:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc988a5

dev-vcs/cvs-fast-export: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14807
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch| 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch 
b/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch
deleted file mode 100644
index d65fb0683ef..000
--- a/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch
+++ /dev/null
@@ -1,7 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -27,3 +27,3 @@ srcdir=$(dir $(abspath $(firstword 
$(MAKEFILE_LIST$(parsedir)
- VPATH=$(srcdir)
--mandir?=$(prefix)/share/man
-+mandir?=$(DESTDIR)$(prefix)/share/man
- 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-02-26 Thread Sergei Trofimovich
commit: e498385f10f4c0ed81c60e10a4e85343c985432e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 26 13:04:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 26 13:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e498385f

dev-vcs/cvs-fast-export: bump up to 1.51

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.51.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index f6f7471af36..3012db34431 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.50.tar.gz 440789 BLAKE2B 
86c9f582090601fe97c98eaadf927902dbc8b0351a02bed3b1eca77c75641495bf2e457db3d75f058ccfc7f36c8800d59d53c3bd4abccf46fffbe324626273c5
 SHA512 
29c0e3e87917e5f11a7be318240bf80327a5f46b796d9fcbb6a6fd4fadc91fac924d60a74de80559d4c2713021b8a8a518e2dcae7594928e1d040f2c8614065b
+DIST cvs-fast-export-1.51.tar.gz 459647 BLAKE2B 
ebaa1aeedee5de2b7d76cdb0d91897bc779b2cff9b6ae9ddc5b3872f36792e0e1c3f152e340d50c25c5bbef3c7be4af5a0cc4d7f2fd5f12c722c45c43510afcc
 SHA512 
3b004ad1a295722b7610444be2ff67097e7099fb17fdd1ebd2d237a30ffc2a31e8a90b5344a9488f3ea3abd4e104bdc0cff2d28dd56321df76ae9bf6f25e90f4

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild
new file mode 100644
index 000..976b11d8e92
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.51.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix="${EPREFIX}"/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-02-12 Thread Sergei Trofimovich
commit: 6892ba3cfb7edb5c14f7d87130c9660988b544e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 12 22:19:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 12 22:32:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6892ba3c

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  2 -
 .../cvs-fast-export/cvs-fast-export-1.48.ebuild| 48 
 .../cvs-fast-export/cvs-fast-export-1.49.ebuild| 52 --
 3 files changed, 102 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 4e20bd8db2a..f6f7471af36 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1 @@
-DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
-DIST cvs-fast-export-1.49.tar.gz 446347 BLAKE2B 
0b26ed771eec6320a6fc9def82e10dc82bb66f166b07d900cfbae89780bbdd783d0f7fb2d56c780d4ed788a2c07f41943f1b7f84394b5376dd10175f86384482
 SHA512 
24630c68af954b5f6051aca5d3af9e440189a2a062c8519892cc3a2d977f650a6ba340031f978555fbf9613cf7f9f5cea766f89d3f0ad34f188a4562a0d507f4
 DIST cvs-fast-export-1.50.tar.gz 440789 BLAKE2B 
86c9f582090601fe97c98eaadf927902dbc8b0351a02bed3b1eca77c75641495bf2e457db3d75f058ccfc7f36c8800d59d53c3bd4abccf46fffbe324626273c5
 SHA512 
29c0e3e87917e5f11a7be318240bf80327a5f46b796d9fcbb6a6fd4fadc91fac924d60a74de80559d4c2713021b8a8a518e2dcae7594928e1d040f2c8614065b

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
deleted file mode 100644
index 50babdf251f..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
deleted file mode 100644
index da806731688..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-man-prefix.patch
-)
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-01-02 Thread Sergei Trofimovich
commit: 144e8aa77288b43bd6984d50e938bae0ea6ce4a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan  2 22:41:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  2 22:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144e8aa7

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.47.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index a80a366cea5..4e20bd8db2a 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,4 +1,3 @@
-DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
 DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
 DIST cvs-fast-export-1.49.tar.gz 446347 BLAKE2B 
0b26ed771eec6320a6fc9def82e10dc82bb66f166b07d900cfbae89780bbdd783d0f7fb2d56c780d4ed788a2c07f41943f1b7f84394b5376dd10175f86384482
 SHA512 
24630c68af954b5f6051aca5d3af9e440189a2a062c8519892cc3a2d977f650a6ba340031f978555fbf9613cf7f9f5cea766f89d3f0ad34f188a4562a0d507f4
 DIST cvs-fast-export-1.50.tar.gz 440789 BLAKE2B 
86c9f582090601fe97c98eaadf927902dbc8b0351a02bed3b1eca77c75641495bf2e457db3d75f058ccfc7f36c8800d59d53c3bd4abccf46fffbe324626273c5
 SHA512 
29c0e3e87917e5f11a7be318240bf80327a5f46b796d9fcbb6a6fd4fadc91fac924d60a74de80559d4c2713021b8a8a518e2dcae7594928e1d040f2c8614065b

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild
deleted file mode 100644
index 50babdf251f..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README.adoc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2020-01-02 Thread Sergei Trofimovich
commit: 75dee4d5cc2eb81c9abdcd013bab7b14f43bbfde
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan  2 22:41:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  2 22:42:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dee4d5

dev-vcs/cvs-fast-export: bump up to 1.50

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.50.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 0a123163200..a80a366cea5 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,4 @@
 DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
 DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
 DIST cvs-fast-export-1.49.tar.gz 446347 BLAKE2B 
0b26ed771eec6320a6fc9def82e10dc82bb66f166b07d900cfbae89780bbdd783d0f7fb2d56c780d4ed788a2c07f41943f1b7f84394b5376dd10175f86384482
 SHA512 
24630c68af954b5f6051aca5d3af9e440189a2a062c8519892cc3a2d977f650a6ba340031f978555fbf9613cf7f9f5cea766f89d3f0ad34f188a4562a0d507f4
+DIST cvs-fast-export-1.50.tar.gz 440789 BLAKE2B 
86c9f582090601fe97c98eaadf927902dbc8b0351a02bed3b1eca77c75641495bf2e457db3d75f058ccfc7f36c8800d59d53c3bd4abccf46fffbe324626273c5
 SHA512 
29c0e3e87917e5f11a7be318240bf80327a5f46b796d9fcbb6a6fd4fadc91fac924d60a74de80559d4c2713021b8a8a518e2dcae7594928e1d040f2c8614065b

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.50.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.50.ebuild
new file mode 100644
index 000..91e884f274b
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.50.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/files/, dev-vcs/cvs-fast-export/

2019-12-11 Thread Sergei Trofimovich
commit: 60794b02dbbaa13dce015cc32f616c1e0102c828
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 11 20:21:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 11 20:21:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60794b02

dev-vcs/cvs-fast-export: bump up to 1.49

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.49.ebuild| 52 ++
 .../files/cvs-fast-export-1.49-man-prefix.patch|  7 +++
 3 files changed, 60 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 629662c987a..0a123163200 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
 DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
+DIST cvs-fast-export-1.49.tar.gz 446347 BLAKE2B 
0b26ed771eec6320a6fc9def82e10dc82bb66f166b07d900cfbae89780bbdd783d0f7fb2d56c780d4ed788a2c07f41943f1b7f84394b5376dd10175f86384482
 SHA512 
24630c68af954b5f6051aca5d3af9e440189a2a062c8519892cc3a2d977f650a6ba340031f978555fbf9613cf7f9f5cea766f89d3f0ad34f188a4562a0d507f4

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
new file mode 100644
index 000..da806731688
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.49.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-man-prefix.patch
+)
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}

diff --git 
a/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch 
b/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch
new file mode 100644
index 000..d65fb0683ef
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/files/cvs-fast-export-1.49-man-prefix.patch
@@ -0,0 +1,7 @@
+--- a/Makefile
 b/Makefile
+@@ -27,3 +27,3 @@ srcdir=$(dir $(abspath $(firstword 
$(MAKEFILE_LIST$(parsedir)
+ VPATH=$(srcdir)
+-mandir?=$(prefix)/share/man
++mandir?=$(DESTDIR)$(prefix)/share/man
+ 



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

2019-10-12 Thread Mikle Kolyada
commit: 15da83faee136060741306be2797fa94fd720ccd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 12 19:13:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 12 19:13:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15da83fa

dev-vcs/cvs: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 6bbc078fe3e..85ae8bdd41b 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 DEPEND=">=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
-   pam? ( virtual/pam )"
+   pam? ( sys-libs/pam )"
 RDEPEND="${DEPEND}"
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/, dev-vcs/darcs/, dev-vcs/git-tools/, dev-vcs/git/, dev-vcs/cvsps/, ...

2019-10-11 Thread Michał Górny
commit: d821bbdde68cc768fd3522a1a1ff083f7805d2ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:35:13 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:35:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d821bbdd

dev-vcs: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/bzr/bzr-2.7.0.ebuild | 2 +-
 dev-vcs/bzr/bzr-2.7.1_pre.ebuild | 2 +-
 dev-vcs/colorcvs/colorcvs-1.4-r2.ebuild  | 2 +-
 dev-vcs/cvs/cvs-1.12.12-r12.ebuild   | 2 +-
 dev-vcs/cvsps/cvsps-2.1-r1.ebuild| 2 +-
 dev-vcs/cvsps/cvsps-2.2_beta1.ebuild | 2 +-
 dev-vcs/cvsps/cvsps-3.13-r1.ebuild   | 2 +-
 dev-vcs/darcs/darcs-2.8.4-r6.ebuild  | 2 +-
 dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild | 2 +-
 dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild | 2 +-
 dev-vcs/git-tools/git-tools-2015_p20160201.ebuild| 2 +-
 dev-vcs/git-tools/git-tools-2017.10.ebuild   | 2 +-
 dev-vcs/git/git-2.19.2.ebuild| 2 +-
 dev-vcs/git/git-2.21.0-r2.ebuild | 2 +-
 dev-vcs/git/git-2.21.0.ebuild| 2 +-
 dev-vcs/git/git-2.22.0.ebuild| 2 +-
 dev-vcs/git/git-2.22.1.ebuild| 2 +-
 dev-vcs/git/git-2.23.0.ebuild| 2 +-
 dev-vcs/git/git--r1.ebuild   | 2 +-
 dev-vcs/git/git--r2.ebuild   | 2 +-
 dev-vcs/git/git--r3.ebuild   | 2 +-
 dev-vcs/git/git-.ebuild  | 2 +-
 dev-vcs/mercurial/mercurial-4.6.2.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-4.9-r2.ebuild| 2 +-
 dev-vcs/mercurial/mercurial-4.9.1.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-5.0.2.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-5.1.2.ebuild | 2 +-
 dev-vcs/rcs/rcs-5.8.2.ebuild | 2 +-
 dev-vcs/rcs/rcs-5.9.3.ebuild | 2 +-
 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 dev-vcs/tig/tig-2.3.3.ebuild | 2 +-
 dev-vcs/tig/tig-2.4.1.ebuild | 2 +-
 dev-vcs/tig/tig-.ebuild  | 2 +-
 33 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/dev-vcs/bzr/bzr-2.7.0.ebuild b/dev-vcs/bzr/bzr-2.7.0.ebuild
index f3cdeb5eff0..b873780921b 100644
--- a/dev-vcs/bzr/bzr-2.7.0.ebuild
+++ b/dev-vcs/bzr/bzr-2.7.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://bazaar-vcs.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris"
 IUSE="curl doc +sftp test"
 PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms 
my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN"
 

diff --git a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
index 535c71119fb..17f28726163 100644
--- a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
+++ b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://bazaar-vcs.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris"
 IUSE="curl doc +sftp test"
 PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms 
my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN"
 

diff --git a/dev-vcs/colorcvs/colorcvs-1.4-r2.ebuild 
b/dev-vcs/colorcvs/colorcvs-1.4-r2.ebuild
index 2f2076b0e8d..30995c3d182 100644
--- a/dev-vcs/colorcvs/colorcvs-1.4-r2.ebuild
+++ b/dev-vcs/colorcvs/colorcvs-1.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 60fabd5e491..6bbc078fe3e 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 

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

2019-07-29 Thread Aaron Bauman
commit: 8af03ca727e2e96fb6cf2a07e1048b3647f0f97b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 12:56:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 13:04:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af03ca7

dev-vcs/cvs: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 86f93bede4b..60fabd5e491 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2019-06-12 Thread Michael Haubenwallner
commit: 95ab3f863379232d2f35addd99b392e6b393fd62
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Jun 12 17:00:36 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Jun 12 17:07:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ab3f86

dev-vcs/cvs: add ~x64-cygwin keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 6506d0b9b5c..86f93bede4b 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-04-26 Thread Sergei Trofimovich
commit: d2f8aa85e22c399baf897fb8d45bf0a3ec667cc1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 26 15:23:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 26 15:24:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f8aa85

dev-vcs/cvs-fast-export: bump up to 1.48

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.48.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 29225c05f2a..319ee332624 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,4 @@
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
 DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 
7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561
 SHA512 
bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3
 DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
+DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
new file mode 100644
index 000..50babdf251f
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.48.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-04-26 Thread Sergei Trofimovich
commit: c32dfe21b56dbe55f03b2e12e30f88de8360ce9f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 26 15:24:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 26 15:24:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfe21

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  2 -
 .../cvs-fast-export/cvs-fast-export-1.45.ebuild| 48 --
 .../cvs-fast-export/cvs-fast-export-1.46.ebuild| 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 319ee332624..629662c987a 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,4 +1,2 @@
-DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
-DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 
7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561
 SHA512 
bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3
 DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
 DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B 
d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c
 SHA512 
6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild
deleted file mode 100644
index c1ecf983231..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README
-}

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
deleted file mode 100644
index c1ecf983231..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-03-19 Thread Sergei Trofimovich
commit: f70e936629d65c5f5796f1b0c797139d74807a7c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 19 22:17:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 19 22:18:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70e9366

dev-vcs/cvs-fast-export: bump up to 1.47

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.47.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 54318883aa8..29225c05f2a 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
 DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 
7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561
 SHA512 
bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3
+DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 
5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095
 SHA512 
0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild
new file mode 100644
index 000..50babdf251f
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README.adoc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-03-18 Thread Sergei Trofimovich
commit: 3003e2c3042bccf33d98d51b70e5c18744a6988c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 18 23:22:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 23:23:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3003e2c3

dev-vcs/cvs-fast-export: bump up to 1.46

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.46.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index bfc24493afe..54318883aa8 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
+DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 
7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561
 SHA512 
bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
new file mode 100644
index 000..c1ecf983231
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-01-27 Thread Pacho Ramos
commit: 0268a1ec6b3d072cfcee7c5c8e7704c5e5bd281c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 15:24:00 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 16:53:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0268a1ec

dev-vcs/cvs-fast-export: Drop old

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

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.44.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 0d74bc1f112..bfc24493afe 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1 @@
-DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 
2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06
 SHA512 
66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
deleted file mode 100644
index 37967a3e145..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship some tests in tarball
-
-src_prepare() {
-   default
-
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -i Makefile || die
-}
-
-src_compile() {
-   # '.adoc.html' rules can't be executed in parallel
-   # as they reuse the same 'docbook-xsl.css' file name.
-   emake -j1 html
-   # Allow full parallelism for the rest
-   emake
-}
-
-src_install() {
-   default
-   dodoc README
-}



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

2019-01-27 Thread Pacho Ramos
commit: dc4bb09e6111313eb423b6bc6fdca96d6843d4a5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 15:23:49 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 16:53:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4bb09e

dev-vcs/cvs: Drop old

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

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 100 -
 1 file changed, 100 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
deleted file mode 100644
index 79106939bf1..000
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pam toolchain-funcs
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="http://cvs.nongnu.org/;
-
-SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
-   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="crypt doc kerberos nls pam server"
-RESTRICT="test"
-
-DEPEND=">=sys-libs/zlib-1.1.4
-   kerberos? ( virtual/krb5 )
-   pam? ( virtual/pam )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-   unpack ${P}.tar.bz2
-   use doc && unpack cederqvist-${PV}.html.tar.bz2
-}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
-   "${FILESDIR}"/${P}-openat.patch
-   "${FILESDIR}"/${P}-block-requests.patch
-   "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
-   "${FILESDIR}"/${P}-install-sh.patch
-   "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
-   "${FILESDIR}"/${P}-getdelim.patch # 314791
-   "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
-   "${FILESDIR}"/${P}-mktime-x32.patch # 395641
-   "${FILESDIR}"/${P}-fix-massive-leak.patch
-   "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
-   "${FILESDIR}"/${P}-CVE-2012-0804.patch
-   "${FILESDIR}"/${P}-format-security.patch
-   "${FILESDIR}"/${P}-musl.patch
-   )
-DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \
-   PROJECTS README TESTS TODO )
-
-src_prepare() {
-   default
-
-   sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
-}
-
-src_configure() {
-   if tc-is-cross-compiler ; then
-   # Sane defaults when cross-compiling (as these tests want to
-   # try and execute code).
-   export cvs_cv_func_printf_ptr="yes"
-   fi
-   econf \
-   --with-external-zlib \
-   --with-tmpdir=${EPREFIX%/}/tmp \
-   $(use_enable crypt encryption) \
-   $(use_with kerberos gssapi) \
-   $(use_enable nls) \
-   $(use_enable pam) \
-   $(use_enable server)
-}
-
-src_install() {
-   # Not installed into emacs site-lisp because it clobbers the normal C
-   # indentations.
-   DOCS+=( cvs-format.el )
-
-   if use doc; then
-   DOCS+=( "${DISTDIR}"/cederqvist-${PV}.{pdf,ps} )
-   HTML_DOCS=( ../cederqvist-${PV}.html/. )
-   fi
-
-   default
-
-   use doc && dosym cvs.html /usr/share/doc/${PF}/html/index.html
-
-   if use server; then
-   newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
-   insinto /etc/xinetd.d
-   newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver
-   newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
-   fi
-
-   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
-}
-
-pkg_postinst() {
-   use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-01-22 Thread Sergei Trofimovich
commit: 185c84716099e28d3ea0d693a9148b76c30855e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan 22 23:13:39 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 22 23:21:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c8471

dev-vcs/cvs-fast-export: drop old

Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.38.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index aed89cb081b..0d74bc1f112 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,2 @@
-DIST cvs-fast-export-1.38.tar.gz 396524 BLAKE2B 
41e7d5210671aae9063d3fa1da8a61ff581cdbe6745573d158576e495aeba0958d1cf20c9d8435e0c12747428b884eeab3b2d926a93d580589f17db8102ad27e
 SHA512 
ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
 DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 
2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06
 SHA512 
66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
deleted file mode 100644
index a66e4a649d3..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship them in tarball
-
-src_prepare() {
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS. don't install cvssync
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -e 's/$(INSTALL).*cvssync/#&/g' \
-   -i Makefile || die
-}
-
-src_install() {
-   default
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-01-22 Thread Sergei Trofimovich
commit: 54ef4bb1130625d74baba5fc7deae2f284cf5c52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan 22 23:13:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 22 23:21:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ef4bb1

dev-vcs/cvs-fast-export: bump up to 1.45

Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.45.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 9a6083430bf..aed89cb081b 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.38.tar.gz 396524 BLAKE2B 
41e7d5210671aae9063d3fa1da8a61ff581cdbe6745573d158576e495aeba0958d1cf20c9d8435e0c12747428b884eeab3b2d926a93d580589f17db8102ad27e
 SHA512 
ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
 DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 
2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06
 SHA512 
66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5
+DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild
new file mode 100644
index 000..c1ecf983231
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2018-10-15 Thread Sergei Trofimovich
commit: 06885419ec426246e25b5fa0f35741622c325059
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 15 07:07:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 15 07:07:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06885419

dev-vcs/cvs-fast-export: build html docs sequentially

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
index 3ad6a6b004d..37967a3e145 100644
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
@@ -34,6 +34,14 @@ src_prepare() {
-i Makefile || die
 }
 
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
 src_install() {
default
dodoc README



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2018-10-14 Thread Sergei Trofimovich
commit: 36fdfbb993cf6608ad443f342b4f4bc8acfae6cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 21:15:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 21:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fdfbb9

dev-vcs/cvs-fast-export: drop old

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/cvs-fast-export/Manifest   |  1 -
 .../cvs-fast-export/cvs-fast-export-1.26.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 7f37f60b1c0..9a6083430bf 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,3 +1,2 @@
-DIST cvs-fast-export-1.26.tar.gz 668913 BLAKE2B 
ff2437eb55ae909666f94d79475e3ccf8db0b9491c439094090bc0eda3ef300b99becb7811aa824aced47039686df0d23c9307b3f35ac3d3cad88e78ce93c549
 SHA512 
81d240ae387b4231415335b4a0d294ae81f6ecbc97077d92a1738aca17642b9a7e7ee3f7806890ceafc5c65c50d4370c39c36ee21c927a4fcd30ebfa3bbe472e
 DIST cvs-fast-export-1.38.tar.gz 396524 BLAKE2B 
41e7d5210671aae9063d3fa1da8a61ff581cdbe6745573d158576e495aeba0958d1cf20c9d8435e0c12747428b884eeab3b2d926a93d580589f17db8102ad27e
 SHA512 
ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
 DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 
2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06
 SHA512 
66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild
deleted file mode 100644
index a66e4a649d3..000
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="fast-export history from a CVS repository or RCS collection"
-HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
-SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-text/asciidoc"
-
-RESTRICT=test # upstream does not ship them in tarball
-
-src_prepare() {
-   tc-export CC
-   export prefix=/usr
-
-   # respect CC, CFLAGS and LDFLAGS. don't install cvssync
-   sed \
-   -e 's/cc /$(CC) $(LDFLAGS) /' \
-   -e 's/^CFLAGS += -O/#&/' \
-   -e 's/CFLAGS=/CFLAGS+=/' \
-   -e 's/$(INSTALL).*cvssync/#&/g' \
-   -i Makefile || die
-}
-
-src_install() {
-   default
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2018-10-14 Thread Sergei Trofimovich
commit: 30d60414d4ee457fbb0fdb2edeb016de93faf6b4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 21:15:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 21:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d60414

dev-vcs/cvs-fast-export: bump up to 1.44, bug #668640

Reported-by: jy6x2b32pie9  yahoo.com
Closes: https://bugs.gentoo.org/668640
Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.44.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 4e7da6c631f..7f37f60b1c0 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST cvs-fast-export-1.26.tar.gz 668913 BLAKE2B 
ff2437eb55ae909666f94d79475e3ccf8db0b9491c439094090bc0eda3ef300b99becb7811aa824aced47039686df0d23c9307b3f35ac3d3cad88e78ce93c549
 SHA512 
81d240ae387b4231415335b4a0d294ae81f6ecbc97077d92a1738aca17642b9a7e7ee3f7806890ceafc5c65c50d4370c39c36ee21c927a4fcd30ebfa3bbe472e
 DIST cvs-fast-export-1.38.tar.gz 396524 BLAKE2B 
41e7d5210671aae9063d3fa1da8a61ff581cdbe6745573d158576e495aeba0958d1cf20c9d8435e0c12747428b884eeab3b2d926a93d580589f17db8102ad27e
 SHA512 
ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
+DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 
2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06
 SHA512 
66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
new file mode 100644
index 000..3ad6a6b004d
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_install() {
+   default
+   dodoc README
+}



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

2018-06-03 Thread Mikle Kolyada
commit: bdeaba78db4041f111fffe14618818aca9ea435b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun  3 19:36:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun  3 19:36:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdeaba78

dev-vcs/cvs: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 2683223b594..4fd2e77144a 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-12-01 Thread Fabian Groffen
commit: 18005d13fb0dc96a2c26c4775025271f32e3aa86
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Dec  1 18:00:20 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec  1 18:06:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18005d13

dev-vcs/cvs: configure needs bash, so force it

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-vcs/cvs/Manifest   | 8 
 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/cvs/Manifest b/dev-vcs/cvs/Manifest
index e350aafd240..6ebf2ae64c6 100644
--- a/dev-vcs/cvs/Manifest
+++ b/dev-vcs/cvs/Manifest
@@ -1,4 +1,4 @@
-DIST cederqvist-1.12.12.html.tar.bz2 137581 SHA256 
6bdd66581ec363e05313a14db27cd3c201b547cdfc9ea2f8edde74e78301f0f6 SHA512 
c4f6bdc294b719c1c9f6e8b7d1d4faa9e2aafccd37924e9d4772f8d802da3e7f5ae1778b295989db256b23bb1d0914023db7237adaf07833caaee499ae6b6fa3
 WHIRLPOOL 
41dd1e0d944a02eeca10539b87b5cfcadbf4fd5923c872aa86e5673bb6a98f774d5378e8b4f1c2e6c6a62e6dc6a4d02c69b5e51ad03da899903070effd62adc9
-DIST cederqvist-1.12.12.pdf 1252423 SHA256 
211c5792d24bfd5694f23bc217a161d880bfb2447c41016fab6f657168b041ce SHA512 
aa90b76664ca103cf41831a5595d5e99df9fd87633aa5a500569f43854ca6e409a26b655f02ed59cde1c37ce88c40e06f3b3376ad71fdc9487032c3f0898706a
 WHIRLPOOL 
88d015117c05716df6d0cdc763f16dc488f0641624475e9bd33478485dd32e36a7ee5c49a1789ebdd173e665ae5963e75975342d7308e8e453adb65dd31ec6c5
-DIST cederqvist-1.12.12.ps 1262208 SHA256 
0e14189614e2c5ead49bfe0ecd187239f8adc3e66371b49d52163be821e44cab SHA512 
9a061ef90c664fbb4f882644f72c4f80ffbe0233b6b364511b1c7f18f0a53383980a6ddda326b6df1f2fe1899aed3225de89b55a65a1d9101ba81d1c10c067e2
 WHIRLPOOL 
fb1616ca734e51a626713e7e78786ecbff18378966c2c131f6992df248096d38e850123449d3a5a6aa111ee209f90ef48848da7366b21cb6befeccf07ce54ab6
-DIST cvs-1.12.12.tar.bz2 3197171 SHA256 
9fb9176d268b9019768fc57dedc2920c28fbeda5ba224c2348550d4f25043edc SHA512 
31c679b77b887e02d9c8c381b0dfb42f1207ef4ca806cd92843638eb2126ed032e99bda70a3e20ea2a029670ff39c40088a43435632e381739e6c2f978e6f4bb
 WHIRLPOOL 
74257976cdb957e86fb9fb7e54fc8c0b7210f72136ce05327203d935195e7a3bdda0c1d616dc04cb1d6495cb038ca7275e88488eddb5d936c1cfceb94583278c
+DIST cederqvist-1.12.12.html.tar.bz2 137581 BLAKE2B 
c3e7a7a3783fc122bffbf100abb8eabf6faff1fccc8c0f741b0d5c59882d60e91cae08aaf2449a9e5553293c564b37381d52b71110cd45c7599661dbb8427a96
 SHA512 
c4f6bdc294b719c1c9f6e8b7d1d4faa9e2aafccd37924e9d4772f8d802da3e7f5ae1778b295989db256b23bb1d0914023db7237adaf07833caaee499ae6b6fa3
+DIST cederqvist-1.12.12.pdf 1252423 BLAKE2B 
b7649c1165695776e914a3b287fd8883c512e9ab2efb1db995f2128d29b48674460bce0902067fabb5b81beaafae70c36e6c0a717d71f7c5b625b408327c4a54
 SHA512 
aa90b76664ca103cf41831a5595d5e99df9fd87633aa5a500569f43854ca6e409a26b655f02ed59cde1c37ce88c40e06f3b3376ad71fdc9487032c3f0898706a
+DIST cederqvist-1.12.12.ps 1262208 BLAKE2B 
4e26173e7deac7fbcd6ec8d50f6be8432df00ad15ecaadc3a64de15d53c4f1220f0496f270688baa4f6b29cfb1f5a1b548c7330408cc0afd94c3de2070a1eca9
 SHA512 
9a061ef90c664fbb4f882644f72c4f80ffbe0233b6b364511b1c7f18f0a53383980a6ddda326b6df1f2fe1899aed3225de89b55a65a1d9101ba81d1c10c067e2
+DIST cvs-1.12.12.tar.bz2 3197171 BLAKE2B 
bb0aeacd4d89d32c7aeb30b2f96ec9c89277f01c54561ce082031433bc9914c40c1c7041df3859868e879ccaacc7a47aa915fb18aef3777463ba11a7077e99b8
 SHA512 
31c679b77b887e02d9c8c381b0dfb42f1207ef4ca806cd92843638eb2126ed032e99bda70a3e20ea2a029670ff39c40088a43435632e381739e6c2f978e6f4bb

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 0bfbf53733f..fedc3d36375 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -51,6 +51,7 @@ DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS 
NEWS \
PROJECTS README TESTS TODO )
 
 src_prepare() {
+   export CONFIG_SHELL=${BASH}  # configure fails without
default
sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die
 }



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

2017-09-24 Thread Sergei Trofimovich
commit: 86cac4931cc338202f522b80e4307f8df012c92c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 24 19:54:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 24 19:54:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cac493

dev-vcs/cvs: stable 1.12.12-r12 for ppc, bug #627498

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 9dd270b6827..0bfbf53733f 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-24 Thread Sergei Trofimovich
commit: 94e7c306ecc70da067d3345e24d5419e6f20938d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 24 10:59:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 24 11:00:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e7c306

dev-vcs/cvs: stable 1.12.12-r12 for ppc64, bug #627498

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 57c895c00f6..9dd270b6827 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-11 Thread Sergei Trofimovich
commit: f46fa55d35daf5c20d2cef32bbc92b09778e5c2e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 11 21:51:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 11 21:51:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46fa55d

dev-vcs/cvs: stable 1.12.12-r12 for hppa, bug #627498 (thanks to Dakon)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 67b3f52a93c..57c895c00f6 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-10 Thread Sergei Trofimovich
commit: 53418ce6925e19e3cf06857787068d1f8c1f31d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 10 19:46:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 10 19:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53418ce6

dev-vcs/cvs: stable 1.12.12-r12 for sparc, bug #627498 (thanks to Dakon)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 4a8d4e96926..67b3f52a93c 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-07 Thread Markus Meier
commit: fa7b8247b9165a6dff4d187e367e5848c81a87dd
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Sep  7 19:39:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Sep  7 19:39:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7b8247

dev-vcs/cvs: arm stable, bug #627498

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 8f62f1f294c..4a8d4e96926 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-04 Thread Tobias Klausmann
commit: 4091abd1104096b7013e6007056b6eca2403d29f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep  4 07:25:56 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep  4 07:25:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4091abd1

dev-vcs/cvs-1.12.12-r12: alpha stable

Gentoo-Bug: 627498

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 85f9d978dcd..8f62f1f294c 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-02 Thread Aaron Bauman
commit: 1a024484bac98ba8bef8734f5ff3ccbab93e9544
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep  2 19:06:56 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep  2 19:08:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a024484

dev-vcs/cvs: amd64 stable

Gentoo-bug: 627498
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 300d77bd595..992f6359d32 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-09-02 Thread Aaron Bauman
commit: 2721b0a0445d23fb8d2337c6348098fbd812adc6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep  2 19:07:42 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep  2 19:08:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2721b0a0

dev-vcs/cvs: x86 stable

Gentoo-bug: 627498
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 992f6359d32..85f9d978dcd 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-08-30 Thread Sergei Trofimovich
commit: ee3bd6c083cf2c4db525d5886aa34dab07fe7386
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug 30 21:41:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 30 21:41:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3bd6c0

dev-vcs/cvs: stable 1.12.12-r12 for ia64, bug #627498

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 2fc4e446591..300d77bd595 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2017-08-30 Thread Pacho Ramos
commit: 73aeea463371de9da4dcc39cefb6756812e73529
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 30 18:41:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 30 18:41:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73aeea46

dev-vcs/cvs: Use proper sed separators (#600478 by Jiří Moravec)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index cb0af6f5427..2fc4e446591 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -52,8 +52,7 @@ DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS 
NEWS \
 
 src_prepare() {
default
-
-   sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
+   sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die
 }
 
 src_configure() {



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

2017-08-30 Thread Pacho Ramos
commit: cc7eebd37d947f09c8bcadea7a2fc71e06bd0526
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 30 13:14:51 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 30 13:14:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7eebd3

dev-vcs/cvs: Remove redundant elog message (#605842 and #440436)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 4f603809d51..cb0af6f5427 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -95,7 +95,3 @@ src_install() {
 
newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
 }
-
-pkg_postinst() {
-   use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/files/, dev-vcs/cvs/

2017-08-26 Thread Hanno Boeck
commit: 9aae21baa940cba64b9ca3b26a5cdf69e88fdf2b
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 26 15:51:54 2017 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 26 15:51:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aae21ba

dev-vcs/cvs: Fix command injection (CVE-2017-12836).

Patch taken from MirBSD (excluding comment-only changes that
didn't apply cleanly). See bug #627498.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 101 +
 ...s-1.12.12-CVE-2017-12836-commandinjection.patch |  22 +
 2 files changed, 123 insertions(+)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
new file mode 100644
index 000..4f603809d51
--- /dev/null
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam toolchain-funcs
+
+DESCRIPTION="Concurrent Versions System - source code revision control tools"
+HOMEPAGE="http://cvs.nongnu.org/;
+
+SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
+   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
+   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
+   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="crypt doc kerberos nls pam server"
+RESTRICT="test"
+
+DEPEND=">=sys-libs/zlib-1.1.4
+   kerberos? ( virtual/krb5 )
+   pam? ( virtual/pam )"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+   unpack ${P}.tar.bz2
+   use doc && unpack cederqvist-${PV}.html.tar.bz2
+}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
+   "${FILESDIR}"/${P}-openat.patch
+   "${FILESDIR}"/${P}-block-requests.patch
+   "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
+   "${FILESDIR}"/${P}-install-sh.patch
+   "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
+   "${FILESDIR}"/${P}-getdelim.patch # 314791
+   "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
+   "${FILESDIR}"/${P}-mktime-x32.patch # 395641
+   "${FILESDIR}"/${P}-fix-massive-leak.patch
+   "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
+   "${FILESDIR}"/${P}-CVE-2012-0804.patch
+   "${FILESDIR}"/${P}-format-security.patch
+   "${FILESDIR}"/${P}-musl.patch
+   "${FILESDIR}"/${P}-CVE-2017-12836-commandinjection.patch
+   )
+DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \
+   PROJECTS README TESTS TODO )
+
+src_prepare() {
+   default
+
+   sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
+}
+
+src_configure() {
+   if tc-is-cross-compiler ; then
+   # Sane defaults when cross-compiling (as these tests want to
+   # try and execute code).
+   export cvs_cv_func_printf_ptr="yes"
+   fi
+   econf \
+   --with-external-zlib \
+   --with-tmpdir=${EPREFIX%/}/tmp \
+   $(use_enable crypt encryption) \
+   $(use_with kerberos gssapi) \
+   $(use_enable nls) \
+   $(use_enable pam) \
+   $(use_enable server)
+}
+
+src_install() {
+   # Not installed into emacs site-lisp because it clobbers the normal C
+   # indentations.
+   DOCS+=( cvs-format.el )
+
+   if use doc; then
+   DOCS+=( "${DISTDIR}"/cederqvist-${PV}.{pdf,ps} )
+   HTML_DOCS=( ../cederqvist-${PV}.html/. )
+   fi
+
+   default
+
+   use doc && dosym cvs.html /usr/share/doc/${PF}/html/index.html
+
+   if use server; then
+   newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
+   insinto /etc/xinetd.d
+   newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver
+   newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
+   fi
+
+   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+}
+
+pkg_postinst() {
+   use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
+}

diff --git 
a/dev-vcs/cvs/files/cvs-1.12.12-CVE-2017-12836-commandinjection.patch 
b/dev-vcs/cvs/files/cvs-1.12.12-CVE-2017-12836-commandinjection.patch
new file mode 100644
index 000..87b1fdc9584
--- /dev/null
+++ b/dev-vcs/cvs/files/cvs-1.12.12-CVE-2017-12836-commandinjection.patch
@@ -0,0 +1,22 @@
+diff -Naurp a/src/rsh-client.c b/src/rsh-client.c
+--- a/src/rsh-client.c 2005-03-15 18:45:10.0 +0100
 b/src/rsh-client.c 2017-08-26 17:43:23.228060155 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2017-08-14 Thread Michał Górny
commit: dc1c7050bf149704b10f77071077d84e8e3914f5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 06:14:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 06:35:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1c7050

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

 dev-vcs/cvs-fast-export/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/cvs-fast-export/metadata.xml 
b/dev-vcs/cvs-fast-export/metadata.xml
index f71d0fc2e01..bb64b686743 100644
--- a/dev-vcs/cvs-fast-export/metadata.xml
+++ b/dev-vcs/cvs-fast-export/metadata.xml
@@ -5,10 +5,6 @@
sly...@gentoo.org
Sergei Trofimovich

-   
-   cvs-ut...@gentoo.org
-   Gentoo CVS Project
-   

cvs-fast-export




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

2017-08-14 Thread Michał Górny
commit: 4d15c11a0daa115f285f3a679fb8757202cd983d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 06:14:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 06:35:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d15c11a

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

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

diff --git a/dev-vcs/cvs/metadata.xml b/dev-vcs/cvs/metadata.xml
index 4951492f58d..e74b19c857b 100644
--- a/dev-vcs/cvs/metadata.xml
+++ b/dev-vcs/cvs/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-cvs-ut...@gentoo.org
-Gentoo CVS Project
-  
+  
   
 Enable server support
   



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

2017-04-09 Thread Andreas Hüttel
commit: a5a67b05128288bc9b0d732e3bbf1cf3e4f3c7be
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr  9 20:04:04 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr  9 20:04:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a67b05

dev-vcs/cvs: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/cvs/cvs-1.12.12-r10.ebuild | 90 --
 1 file changed, 90 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild
deleted file mode 100644
index ce2c3dd9e2a..000
--- a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils pam toolchain-funcs
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="http://www.nongnu.org/cvs/;
-
-SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
-   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-IUSE="crypt doc kerberos nls pam server"
-RESTRICT='test'
-
-DEPEND=">=sys-libs/zlib-1.1.4
-   kerberos? ( virtual/krb5 )
-   pam? ( virtual/pam )"
-
-src_unpack() {
-   unpack ${P}.tar.bz2
-   use doc && unpack cederqvist-${PV}.html.tar.bz2
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
-   epatch "${FILESDIR}"/${P}-openat.patch
-   epatch "${FILESDIR}"/${P}-block-requests.patch
-   epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
-   epatch "${FILESDIR}"/${P}-install-sh.patch
-   epatch "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
-   epatch "${FILESDIR}"/${P}-getdelim.patch # 314791
-   epatch "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
-   epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
-   epatch "${FILESDIR}"/${P}-fix-massive-leak.patch
-   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
-   use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
-}
-
-src_configure() {
-   if tc-is-cross-compiler ; then
-   # Sane defaults when cross-compiling (as these tests want to
-   # try and execute code).
-   export cvs_cv_func_printf_ptr="yes"
-   fi
-   econf \
-   --with-external-zlib \
-   --with-tmpdir=/tmp \
-   $(use_enable crypt encryption) \
-   $(use_with kerberos gssapi) \
-   $(use_enable nls) \
-   $(use_enable pam) \
-   $(use_enable server)
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   insinto /etc/xinetd.d
-   if use server; then
-   newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver || die 
"newins failed"
-   fi
-   newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
-
-   dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
-   MINOR* NEWS PROJECTS README* TESTS TODO
-
-   # Not installed into emacs site-lisp because it clobbers the normal C
-   # indentations.
-   dodoc cvs-format.el || die "dodoc failed"
-
-   use server && newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
-
-   if use doc; then
-   dodoc "${DISTDIR}"/cederqvist-${PV}.pdf
-   dodoc "${DISTDIR}"/cederqvist-${PV}.ps
-   tar xjf "${DISTDIR}"/cederqvist-${PV}.html.tar.bz2
-   dohtml -r cederqvist-${PV}.html/*
-   dosym cvs.html /usr/share/doc/${PF}/html/index.html
-   fi
-
-   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
-}



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

2017-01-09 Thread Jeroen Roovers
commit: dccc52e143a8d0d50c507d9ffd0f416405eb9104
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  9 13:47:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan  9 13:47:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccc52e1

dev-vcs/cvs: Stable for HPPA (bug #402593).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
index aee689a..b07ba64 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2016-11-29 Thread Markus Meier
commit: 35cd266109e97742f2995470bdd04c96d29ff279
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov 29 17:18:20 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov 29 17:18:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cd2661

dev-vcs/cvs: arm stable, bug #402593

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
index b0dbb4f..dfb5939 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2016-11-23 Thread Tobias Klausmann
commit: e0e96fa26e8176b056d2f1aa0083c84bad6ddc1a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 23 09:19:56 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 23 09:20:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e96fa2

dev-vcs/cvs-1.12.12-r11: stable on alpha

Gentoo-Bug: 402593

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
index a39c54f..b0dbb4f 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2016-11-20 Thread Agostino Sarubbo
commit: 5cb3e26b0c428b63bc682fad35cfd397ec1d39e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 20 13:07:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 20 13:07:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb3e26b

dev-vcs/cvs: x86 stable wrt bug #402593

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
index 6cd9de7..a39c54f 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



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

2016-11-20 Thread Agostino Sarubbo
commit: 16ef9638352a9d653d818615626037ce69a6c125
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 20 13:03:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 20 13:03:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ef9638

dev-vcs/cvs: amd64 stable wrt bug #402593

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
index 860cd3f..6cd9de7 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -16,10 +16,7 @@ 
SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
-   ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
-   ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
-   ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt doc kerberos nls pam server"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/, dev-vcs/cvs/files/

2016-11-19 Thread Robin H. Johnson
commit: a06f6c599f999a9ae9b1e7ca448712ebfb31ad5f
Author: Felix Janda  posteo  de>
AuthorDate: Sat Oct 22 00:17:27 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Oct 23 00:05:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06f6c59

dev-vcs/cvs: security fix, QA fix and musl compilation fix

* add patch for CVE-2012-0804 (#402593)
* respect AR (#440270)
* fix format-security (#520508)
* fix compilation with musl libc
* modernize ebuild

Gentoo-Bug: https://bugs.gentoo.org/402593
Gentoo-Bug: https://bugs.gentoo.org/440270
Gentoo-Bug: https://bugs.gentoo.org/520508

 dev-vcs/cvs/cvs-1.12.12-r11.ebuild | 104 +
 dev-vcs/cvs/files/cvs-1.12.12-CVE-2012-0804.patch  |  30 ++
 .../cvs/files/cvs-1.12.12-format-security.patch|  22 +
 dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch   |   4 +-
 dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch |   4 +-
 .../cvs/files/cvs-1.12.12-mktime-configure.patch   |   4 +-
 dev-vcs/cvs/files/cvs-1.12.12-musl.patch   |  13 +++
 .../cvs/files/cvs-1.12.12-rcs2log-coreutils.patch  |   6 +-
 8 files changed, 178 insertions(+), 9 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r11.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
new file mode 100644
index ..860cd3f
--- /dev/null
+++ b/dev-vcs/cvs/cvs-1.12.12-r11.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pam toolchain-funcs
+
+DESCRIPTION="Concurrent Versions System - source code revision control tools"
+HOMEPAGE="http://cvs.nongnu.org/;
+
+SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
+   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
+   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
+   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
+   ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint
+   ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="crypt doc kerberos nls pam server"
+RESTRICT="test"
+
+DEPEND=">=sys-libs/zlib-1.1.4
+   kerberos? ( virtual/krb5 )
+   pam? ( virtual/pam )"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+   unpack ${P}.tar.bz2
+   use doc && unpack cederqvist-${PV}.html.tar.bz2
+}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
+   "${FILESDIR}"/${P}-openat.patch
+   "${FILESDIR}"/${P}-block-requests.patch
+   "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
+   "${FILESDIR}"/${P}-install-sh.patch
+   "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
+   "${FILESDIR}"/${P}-getdelim.patch # 314791
+   "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
+   "${FILESDIR}"/${P}-mktime-x32.patch # 395641
+   "${FILESDIR}"/${P}-fix-massive-leak.patch
+   "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
+   "${FILESDIR}"/${P}-CVE-2012-0804.patch
+   "${FILESDIR}"/${P}-format-security.patch
+   "${FILESDIR}"/${P}-musl.patch
+   )
+DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \
+   PROJECTS README TESTS TODO )
+
+src_prepare() {
+   default
+
+   sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
+}
+
+src_configure() {
+   if tc-is-cross-compiler ; then
+   # Sane defaults when cross-compiling (as these tests want to
+   # try and execute code).
+   export cvs_cv_func_printf_ptr="yes"
+   fi
+   econf \
+   --with-external-zlib \
+   --with-tmpdir=${EPREFIX%/}/tmp \
+   $(use_enable crypt encryption) \
+   $(use_with kerberos gssapi) \
+   $(use_enable nls) \
+   $(use_enable pam) \
+   $(use_enable server)
+}
+
+src_install() {
+   # Not installed into emacs site-lisp because it clobbers the normal C
+   # indentations.
+   DOCS+=( cvs-format.el )
+
+   if use doc; then
+   DOCS+=( "${DISTDIR}"/cederqvist-${PV}.{pdf,ps} )
+   HTML_DOCS=( ../cederqvist-${PV}.html/. )
+   fi
+
+   default
+
+   use doc && dosym cvs.html /usr/share/doc/${PF}/html/index.html
+
+   if use server; then
+   newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
+   insinto /etc/xinetd.d
+   newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver
+   newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
+   fi
+
+   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+}
+
+pkg_postinst() {
+   use server || elog "If you want any CVS server functionality, you MUST 
emerge with 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/, dev-vcs/cvs/files/

2016-06-27 Thread Robin H. Johnson
commit: 6869b19cce09eb397f7e46add3e4e37a7d4677b3
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun 27 22:05:59 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 27 22:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869b19c

dev-vcs/cvs: Drop broken cvs-12.13 per bug #124733.

Package-Manager: portage-2.2.28

 dev-vcs/cvs/Manifest   |   5 -
 dev-vcs/cvs/cvs-1.12.13-r1.ebuild  | 131 -
 dev-vcs/cvs/cvs-1.12.13-r2.ebuild  | 132 --
 dev-vcs/cvs/cvs-1.12.13.1-r1.ebuild| 154 
 dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild| 155 -
 dev-vcs/cvs/cvs-1.12.13.1.ebuild   | 151 
 dev-vcs/cvs/files/cvs-1.12.13-openat.patch |  21 ---
 dev-vcs/cvs/files/cvs-1.12.13-zlib.patch   |  31 -
 .../cvs/files/cvs-1.12.13.1-block-requests.patch   | 101 --
 .../cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch |  42 --
 dev-vcs/cvs/files/cvs-1.12.13.1-gl-mempcpy.patch   |  24 
 .../cvs/files/cvs-1.12.13.1-hash-nameclash.patch   |  43 --
 .../cvs/files/cvs-1.12.13.1-use-include_next.patch |  30 
 13 files changed, 1020 deletions(-)

diff --git a/dev-vcs/cvs/Manifest b/dev-vcs/cvs/Manifest
index bda243d..a6876db 100644
--- a/dev-vcs/cvs/Manifest
+++ b/dev-vcs/cvs/Manifest
@@ -4,10 +4,5 @@ DIST cederqvist-1.11.23.ps 1129600 SHA256 
6b35cbeecd6fa069e59743716f2766f5bfffe3
 DIST cederqvist-1.12.12.html.tar.bz2 137581 SHA256 
6bdd66581ec363e05313a14db27cd3c201b547cdfc9ea2f8edde74e78301f0f6 SHA512 
c4f6bdc294b719c1c9f6e8b7d1d4faa9e2aafccd37924e9d4772f8d802da3e7f5ae1778b295989db256b23bb1d0914023db7237adaf07833caaee499ae6b6fa3
 WHIRLPOOL 
41dd1e0d944a02eeca10539b87b5cfcadbf4fd5923c872aa86e5673bb6a98f774d5378e8b4f1c2e6c6a62e6dc6a4d02c69b5e51ad03da899903070effd62adc9
 DIST cederqvist-1.12.12.pdf 1252423 SHA256 
211c5792d24bfd5694f23bc217a161d880bfb2447c41016fab6f657168b041ce SHA512 
aa90b76664ca103cf41831a5595d5e99df9fd87633aa5a500569f43854ca6e409a26b655f02ed59cde1c37ce88c40e06f3b3376ad71fdc9487032c3f0898706a
 WHIRLPOOL 
88d015117c05716df6d0cdc763f16dc488f0641624475e9bd33478485dd32e36a7ee5c49a1789ebdd173e665ae5963e75975342d7308e8e453adb65dd31ec6c5
 DIST cederqvist-1.12.12.ps 1262208 SHA256 
0e14189614e2c5ead49bfe0ecd187239f8adc3e66371b49d52163be821e44cab SHA512 
9a061ef90c664fbb4f882644f72c4f80ffbe0233b6b364511b1c7f18f0a53383980a6ddda326b6df1f2fe1899aed3225de89b55a65a1d9101ba81d1c10c067e2
 WHIRLPOOL 
fb1616ca734e51a626713e7e78786ecbff18378966c2c131f6992df248096d38e850123449d3a5a6aa111ee209f90ef48848da7366b21cb6befeccf07ce54ab6
-DIST cederqvist-1.12.13.html.tar.bz2 140382 SHA256 
1a9a34e07c00de5102224b48cbc53384992aea197c91c20b6140dd6885b5ae87 SHA512 
4305b5b5d6ec75288e8be0f818815898523de465bd2dc1f55dc277a423815608e619e6fb50d47d29c378249db53f7dba2cc6b4e996f8cd2c1eecf5b9db5957c3
 WHIRLPOOL 
8b72d282e466b85ad2e898c52a934df55af530a458c39171e4de31a71e1d7c0dbf85674387021f0bc4d87b480a3ff32084574294425923b64c10998e0716abdc
-DIST cederqvist-1.12.13.pdf 1297631 SHA256 
4f24b2ac3b81c97798cad42cba8ffe6cc65405f13e5a58a4b063aa9fffc4a7bc SHA512 
56ff658265a4e08df6bcd59b1bcb046cbcb92d4107fd4fc54a35601e379af048fdab720500207a4ea6b757058bb52973c7723a02f43b5de8c9fee7f09379ba1f
 WHIRLPOOL 
5ca68dbc70dfbf98a61700f696c4b197a8943f3122d419e2ae2a1f085c589b02c3e90bdadfa657351e51dfbf4a40781babcc47319e157aede3f67be8edf08493
-DIST cederqvist-1.12.13.ps 1280573 SHA256 
a955722b89155e390635b1220fa67a096c97141d83ac53a7840323c01d13aa91 SHA512 
7a6e9605c82b4d105d37663b12ce9fc89eb8e9153897ceeb6d4fd18da07947180b96167f67cd04df0ec2682d431bbb6840c8c87ccd97ddb596dd2efd31bbf1e4
 WHIRLPOOL 
2b6249d9cba0d08b76e9d8ae24828cfbfae71c2f109e35ca425c0122a79dc3a66a52ec9506971eab031d730743ed3bc5c01b583e3e9a538f067e22e6d78a6c0f
 DIST cvs-1.11.23.tar.bz2 2942652 SHA256 
400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9 SHA512 
d84360b51b966f19ac3f1728265ff25e46d3a3ce6d9e7e30b154f0975bb10ce4f82f5ca3f308d2ff169c2b5dd97b0243e910d2e8ad59a5857aef7a70b9026b19
 WHIRLPOOL 
0f4a14989c29ee76a911edcbcb9b946f3710d1015391e7a219c841bf3cd03678994d572f23a66975030e9ca2eb64abc7f7665a535203bc81653d754491039252
 DIST cvs-1.12.12.tar.bz2 3197171 SHA256 
9fb9176d268b9019768fc57dedc2920c28fbeda5ba224c2348550d4f25043edc SHA512 
31c679b77b887e02d9c8c381b0dfb42f1207ef4ca806cd92843638eb2126ed032e99bda70a3e20ea2a029670ff39c40088a43435632e381739e6c2f978e6f4bb
 WHIRLPOOL 
74257976cdb957e86fb9fb7e54fc8c0b7210f72136ce05327203d935195e7a3bdda0c1d616dc04cb1d6495cb038ca7275e88488eddb5d936c1cfceb94583278c
-DIST cvs-1.12.13.1.tar.bz2 4075630 SHA256 
de7f374d8c4ac414c04e8d44ce9a5d3da919825a6a332d747e299dc7a80c2218 SHA512 
db318c0c70b47283bd469d792bdfe5335e5375e3b25beb79a7aea8435209b944cfa7ba51bdef9935f708e3a26a06b72defdb698974f2951cc9afd615f970986b
 WHIRLPOOL 

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

2016-06-27 Thread Robin H. Johnson
commit: c5267b81b6b92fb7ee31393a1dcf4149c83ef0bb
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun 27 22:11:00 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 27 22:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5267b81

dev-vcs/cvs: drop old 1.12.x ebuilds

Package-Manager: portage-2.2.28

 dev-vcs/cvs/cvs-1.12.12-r6.ebuild | 83 
 dev-vcs/cvs/cvs-1.12.12-r7.ebuild | 84 
 dev-vcs/cvs/cvs-1.12.12-r8.ebuild | 85 
 dev-vcs/cvs/cvs-1.12.12-r9.ebuild | 90 ---
 4 files changed, 342 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r6.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r6.ebuild
deleted file mode 100644
index bfc1818..000
--- a/dev-vcs/cvs/cvs-1.12.12-r6.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils pam toolchain-funcs
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="http://www.nongnu.org/cvs/;
-
-SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
-   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
-
-IUSE="crypt doc kerberos nls pam server"
-RESTRICT='test'
-
-DEPEND=">=sys-libs/zlib-1.1.4
-   kerberos? ( virtual/krb5 )
-   pam? ( virtual/pam )"
-
-src_unpack() {
-   unpack ${P}.tar.bz2
-   use doc && unpack cederqvist-${PV}.html.tar.bz2
-   EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${P}-cvsbug-tmpfix.patch
-   epatch "${FILESDIR}"/${P}-openat.patch
-   EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${P}-block-requests.patch
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
-   epatch "${FILESDIR}"/${P}-install-sh.patch
-   epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
-   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
-   use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
-}
-
-src_compile() {
-   if tc-is-cross-compiler ; then
-   # Sane defaults when cross-compiling (as these tests want to
-   # try and execute code).
-   export cvs_cv_func_printf_ptr="yes"
-   fi
-   econf \
-   --with-external-zlib \
-   --with-tmpdir=/tmp \
-   $(use_enable crypt encryption) \
-   $(use_with kerberos gssapi) \
-   $(use_enable nls) \
-   $(use_enable pam) \
-   $(use_enable server) \
-   || die
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   insinto /etc/xinetd.d
-   newins "${FILESDIR}"/cvspserver.xinetd.d cvspserver || die "newins 
failed"
-
-   dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
-   MINOR* NEWS PROJECTS README* TESTS TODO
-
-   # Not installed into emacs site-lisp because it clobbers the normal C
-   # indentations.
-   dodoc cvs-format.el || die "dodoc failed"
-
-   use server && newdoc "${FILESDIR}"/cvs-1.12.12-cvs-custom.c cvs-custom.c
-
-   if use doc; then
-   dodoc "${DISTDIR}"/cederqvist-${PV}.pdf
-   dodoc "${DISTDIR}"/cederqvist-${PV}.ps
-   tar xjf "${DISTDIR}"/cederqvist-${PV}.html.tar.bz2
-   dohtml -r cederqvist-${PV}.html/*
-   cd "${D}"/usr/share/doc/${PF}/html/
-   ln -s cvs.html index.html
-   fi
-
-   newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
-}

diff --git a/dev-vcs/cvs/cvs-1.12.12-r7.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r7.ebuild
deleted file mode 100644
index b33ca47..000
--- a/dev-vcs/cvs/cvs-1.12.12-r7.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils pam toolchain-funcs
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="http://www.nongnu.org/cvs/;
-
-SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
-   doc? ( 
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.html.tar.bz2
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.pdf
-   
mirror://gnu/non-gnu/cvs/source/feature/${PV}/cederqvist-${PV}.ps )"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/files/, dev-vcs/cvs/

2016-06-27 Thread Robin H. Johnson
commit: e1af6ce004ccc7c13d7d5680efe8d8fa46ffaca4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jun 27 22:08:03 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 27 22:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1af6ce0

dev-vcs/cvs: drop old "stable" 1.11.x series.

Package-Manager: portage-2.2.28

 dev-vcs/cvs/Manifest  |   4 -
 dev-vcs/cvs/cvs-1.11.23.ebuild|  62 
 dev-vcs/cvs/files/cvs-1.11.23-CVE-2010-3846.patch | 167 --
 dev-vcs/cvs/files/cvs-1.11.23-getline64.patch |  36 -
 4 files changed, 269 deletions(-)

diff --git a/dev-vcs/cvs/Manifest b/dev-vcs/cvs/Manifest
index a6876db..e350aaf 100644
--- a/dev-vcs/cvs/Manifest
+++ b/dev-vcs/cvs/Manifest
@@ -1,8 +1,4 @@
-DIST cederqvist-1.11.23.html.bz2 112336 SHA256 
7b44791e77d3cc56e2ce970303f4003a8a759e432cfa97de93fa45c4d78f80d9 SHA512 
671d9d0d364c7ec21c8b5ae357bf7be097447342053b6eb442d6b367ff1b79e17b8494cac21a08c7a897c039ede7e08992d4af158fb2a68847506f7841f98789
 WHIRLPOOL 
c58dba2bf0ca96a17099f5488f34b1343385e67a22a20697a0de4c9affb30f21fbd790b5fd874487e5f40ce2978ee961e8b876910ac520da35ec7ceb07edf139
-DIST cederqvist-1.11.23.pdf 1134081 SHA256 
0ef6dc37510e43be1bcae50c635dedcbb2d56f16968946ff0a304a43f87a7d59 SHA512 
6b5f7603ff38eaf0747d364f74960c5bb3ba172fd93436440644396ba9e94538cc3c258c8c44d5fc3437c73eacc8727381f0caa94651227a74353bb46029d490
 WHIRLPOOL 
31d5e9ff2abe0bf93f9be6f8657690a24c55037d621bc54e735d078a7ac1b089d55d0ea57b8450c47611d6ea7aff54aeed7f7bfbe1ff02188b25abcea164bcd0
-DIST cederqvist-1.11.23.ps 1129600 SHA256 
6b35cbeecd6fa069e59743716f2766f5bfffe3013a59cf72d833e5837b20abc0 SHA512 
0a0e14bb611a210d4fbacd187a8fd2d8ce2746df1487ec0272cb4abe9027194109adfa7ffe97fada1457203eac7428605e3b3def11a6fece4140e08b66ded17e
 WHIRLPOOL 
c24b5dea728a9a317fdbdf212351bb04525daebccc94a68fee8bc717f68ce8f1a9de7446422bffc07e9a27a005bf4a8d6bffcee31a2e83cb3cac34ee993f8cbb
 DIST cederqvist-1.12.12.html.tar.bz2 137581 SHA256 
6bdd66581ec363e05313a14db27cd3c201b547cdfc9ea2f8edde74e78301f0f6 SHA512 
c4f6bdc294b719c1c9f6e8b7d1d4faa9e2aafccd37924e9d4772f8d802da3e7f5ae1778b295989db256b23bb1d0914023db7237adaf07833caaee499ae6b6fa3
 WHIRLPOOL 
41dd1e0d944a02eeca10539b87b5cfcadbf4fd5923c872aa86e5673bb6a98f774d5378e8b4f1c2e6c6a62e6dc6a4d02c69b5e51ad03da899903070effd62adc9
 DIST cederqvist-1.12.12.pdf 1252423 SHA256 
211c5792d24bfd5694f23bc217a161d880bfb2447c41016fab6f657168b041ce SHA512 
aa90b76664ca103cf41831a5595d5e99df9fd87633aa5a500569f43854ca6e409a26b655f02ed59cde1c37ce88c40e06f3b3376ad71fdc9487032c3f0898706a
 WHIRLPOOL 
88d015117c05716df6d0cdc763f16dc488f0641624475e9bd33478485dd32e36a7ee5c49a1789ebdd173e665ae5963e75975342d7308e8e453adb65dd31ec6c5
 DIST cederqvist-1.12.12.ps 1262208 SHA256 
0e14189614e2c5ead49bfe0ecd187239f8adc3e66371b49d52163be821e44cab SHA512 
9a061ef90c664fbb4f882644f72c4f80ffbe0233b6b364511b1c7f18f0a53383980a6ddda326b6df1f2fe1899aed3225de89b55a65a1d9101ba81d1c10c067e2
 WHIRLPOOL 
fb1616ca734e51a626713e7e78786ecbff18378966c2c131f6992df248096d38e850123449d3a5a6aa111ee209f90ef48848da7366b21cb6befeccf07ce54ab6
-DIST cvs-1.11.23.tar.bz2 2942652 SHA256 
400f51b59d85116e79b844f2d5dbbad4759442a789b401a94aa5052c3d7a4aa9 SHA512 
d84360b51b966f19ac3f1728265ff25e46d3a3ce6d9e7e30b154f0975bb10ce4f82f5ca3f308d2ff169c2b5dd97b0243e910d2e8ad59a5857aef7a70b9026b19
 WHIRLPOOL 
0f4a14989c29ee76a911edcbcb9b946f3710d1015391e7a219c841bf3cd03678994d572f23a66975030e9ca2eb64abc7f7665a535203bc81653d754491039252
 DIST cvs-1.12.12.tar.bz2 3197171 SHA256 
9fb9176d268b9019768fc57dedc2920c28fbeda5ba224c2348550d4f25043edc SHA512 
31c679b77b887e02d9c8c381b0dfb42f1207ef4ca806cd92843638eb2126ed032e99bda70a3e20ea2a029670ff39c40088a43435632e381739e6c2f978e6f4bb
 WHIRLPOOL 
74257976cdb957e86fb9fb7e54fc8c0b7210f72136ce05327203d935195e7a3bdda0c1d616dc04cb1d6495cb038ca7275e88488eddb5d936c1cfceb94583278c

diff --git a/dev-vcs/cvs/cvs-1.11.23.ebuild b/dev-vcs/cvs/cvs-1.11.23.ebuild
deleted file mode 100644
index b85ae1d..000
--- a/dev-vcs/cvs/cvs-1.11.23.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Concurrent Versions System - source code revision control tools"
-HOMEPAGE="http://www.nongnu.org/cvs/;
-SRC_URI="mirror://gnu/non-gnu/cvs/source/stable/${PV}/${P}.tar.bz2
-   doc? ( 
mirror://gnu/non-gnu/cvs/source/stable/${PV}/cederqvist-${PV}.html.bz2
-   
mirror://gnu/non-gnu/cvs/source/stable/${PV}/cederqvist-${PV}.pdf
-   
mirror://gnu/non-gnu/cvs/source/stable/${PV}/cederqvist-${PV}.ps )"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
-KEYWORDS="~arm64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2016-04-04 Thread Robin H. Johnson
commit: 7b7346b36c7632a7ddaa74e7cf77fdd323e15b25
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Apr  4 23:07:12 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Apr  4 23:08:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7346b3

dev-vcs/cvs-fast-export: bump.

Package-Manager: portage-2.2.28

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.38.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 716ca1e..dce6015 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.26.tar.gz 668913 SHA256 
ebca4b19ba9045bc1b733f729042d7a98dd6675dac3030239f718b13a99949ed SHA512 
81d240ae387b4231415335b4a0d294ae81f6ecbc97077d92a1738aca17642b9a7e7ee3f7806890ceafc5c65c50d4370c39c36ee21c927a4fcd30ebfa3bbe472e
 WHIRLPOOL 
1a59b9e5e0b30d935f463a58873c3554315d0d512b4d9482d5fc2341bdb194b16bd017a444f9e21f8ce2181a3bcf6e85aa09584467b1a9e6845ed92b8a75c4f8
+DIST cvs-fast-export-1.38.tar.gz 396524 SHA256 
7106c2e85b9fca680230879547dc102186637bd1fbcc5a913127483603d9731a SHA512 
ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
 WHIRLPOOL 
aba8deba5f3ef8ef7bf38dedf7cd941c24ba709083ff94cfa6c45ae8ebd42f789d1c44276521a752a7b3869d20537964bd05a0689d0ba90a7b180abcc5384bd1

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
new file mode 100644
index 000..e8943ec
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/;
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship them in tarball
+
+src_prepare() {
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS. don't install cvssync
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -e 's/$(INSTALL).*cvssync/#&/g' \
+   -i Makefile || die
+}
+
+src_install() {
+   default
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/files/, dev-vcs/cvs/

2016-02-27 Thread Mike Frysinger
commit: 8c48112665e85affda864ff1ffa119ab78e3e40d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Feb 28 02:49:01 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Feb 28 04:46:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c481126

dev-vcs/cvs: fix buggy mktime tests #570208

 dev-vcs/cvs/cvs-1.12.12-r10.ebuild |   1 +
 dev-vcs/cvs/cvs-1.12.12-r6.ebuild  |   1 +
 dev-vcs/cvs/cvs-1.12.12-r7.ebuild  |   1 +
 dev-vcs/cvs/cvs-1.12.12-r8.ebuild  |   1 +
 dev-vcs/cvs/cvs-1.12.12-r9.ebuild  |   1 +
 .../cvs/files/cvs-1.12.12-mktime-configure.patch   | 201 +
 6 files changed, 206 insertions(+)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild
index 5198af4..01964f0 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild
@@ -41,6 +41,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
epatch "${FILESDIR}"/${P}-fix-massive-leak.patch
+   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
 }
 

diff --git a/dev-vcs/cvs/cvs-1.12.12-r6.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r6.ebuild
index 4f5a353..bfc1818 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r6.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r6.ebuild
@@ -33,6 +33,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
epatch "${FILESDIR}"/${P}-install-sh.patch
epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
+   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
 }
 

diff --git a/dev-vcs/cvs/cvs-1.12.12-r7.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r7.ebuild
index 754e0c1..b33ca47 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r7.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r7.ebuild
@@ -37,6 +37,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-cvs-gnulib-vasnprintf.patch
epatch "${FILESDIR}"/${P}-install-sh.patch
epatch "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
+   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
elog "If you want any CVS server functionality, you MUST emerge with 
USE=server!"
 }
 

diff --git a/dev-vcs/cvs/cvs-1.12.12-r8.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r8.ebuild
index 18e0e6c..a65db04 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r8.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r8.ebuild
@@ -38,6 +38,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-install-sh.patch
epatch "${FILESDIR}"/${P}-hash-nameclash.patch # for AIX
epatch "${FILESDIR}"/${P}-getdelim.patch # 314791
+   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
elog "If you want any CVS server functionality, you MUST emerge with 
USE=server!"
 }
 

diff --git a/dev-vcs/cvs/cvs-1.12.12-r9.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r9.ebuild
index 4531ce4..d88e63b 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r9.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r9.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-getdelim.patch # 314791
epatch "${FILESDIR}"/${PN}-1.12.12-rcs2log-coreutils.patch # 144114
epatch "${FILESDIR}"/${P}-mktime-x32.patch # 395641
+   epatch "${FILESDIR}"/${P}-mktime-configure.patch #220040 #570208
use server || elog "If you want any CVS server functionality, you MUST 
emerge with USE=server!"
 }
 

diff --git a/dev-vcs/cvs/files/cvs-1.12.12-mktime-configure.patch 
b/dev-vcs/cvs/files/cvs-1.12.12-mktime-configure.patch
new file mode 100644
index 000..1a9c47b
--- /dev/null
+++ b/dev-vcs/cvs/files/cvs-1.12.12-mktime-configure.patch
@@ -0,0 +1,201 @@
+https://bugs.gentoo.org/220040
+https://bugs.gentoo.org/570208
+
+update mktime check to latest autoconf version which is less buggy
+
+--- configure
 configure
+@@ -5299,26 +6059,25 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ /* Test program from Paul Eggert and Tony Leneis.  */
+-#if TIME_WITH_SYS_TIME
++#ifdef TIME_WITH_SYS_TIME
+ # include 
+ # include 
+ #else
+-# if HAVE_SYS_TIME_H
++# ifdef HAVE_SYS_TIME_H
+ #  include 
+ # else
+ #  include 
+ # endif
+ #endif
+ 
+-#if HAVE_STDLIB_H
+-# include 
+-#endif
++#include 
++#include 
+ 
+-#if HAVE_UNISTD_H
++#ifdef HAVE_UNISTD_H
+ # include 
+ #endif
+ 
+-#if !HAVE_ALARM
++#ifndef HAVE_ALARM
+ # define alarm(X) /* empty */
+ #endif
+ 
+@@ -5335,9 +6094,9 @@
+ };
+ #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
+ 
+-/* Fail if mktime fails to convert a date in the spring-forward gap.
++/* Return 0 if mktime fails to convert a date in the spring-forward gap.
+Based on a problem report from Andreas Jaeger.  */
+-static void