Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/
Date: Fri, 26 Apr 2019 15:24:17
Message-Id: 1556292249.c32dfe21b56dbe55f03b2e12e30f88de8360ce9f.slyfox@gentoo
1 commit: c32dfe21b56dbe55f03b2e12e30f88de8360ce9f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 15:24:02 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 15:24:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfe21
7
8 dev-vcs/cvs-fast-export: drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-vcs/cvs-fast-export/Manifest | 2 -
14 .../cvs-fast-export/cvs-fast-export-1.45.ebuild | 48 ----------------------
15 .../cvs-fast-export/cvs-fast-export-1.46.ebuild | 48 ----------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
19 index 319ee332624..629662c987a 100644
20 --- a/dev-vcs/cvs-fast-export/Manifest
21 +++ b/dev-vcs/cvs-fast-export/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061 SHA512 f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
24 -DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561 SHA512 bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3
25 DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095 SHA512 0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac
26 DIST cvs-fast-export-1.48.tar.gz 524991 BLAKE2B d26cf7dfe07eacdf21f9a3627b12548acaf2d5fc3b1c871d4f91a8ddc1bdde621a6ed2eb93e57869a2cf5507e396fcc22d5ef800bb6966f4ad8488b6ebff5b4c SHA512 6a8398bed512abac1e8d5dffcb1fed14d5a0170f45a43f16dbde9fcfd068dc921cc22510a8d4d11ae9266a336da60a0dba33789aa447c013c5a800bf21055d7a
27
28 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
29 deleted file mode 100644
30 index c1ecf983231..00000000000
31 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.45.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit toolchain-funcs
40 -
41 -DESCRIPTION="fast-export history from a CVS repository or RCS collection"
42 -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"
43 -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=""
51 -DEPEND="${RDEPEND}
52 - app-text/asciidoc"
53 -
54 -RESTRICT=test # upstream does not ship some tests in tarball
55 -
56 -src_prepare() {
57 - default
58 -
59 - tc-export CC
60 - export prefix=/usr
61 -
62 - # respect CC, CFLAGS and LDFLAGS
63 - sed \
64 - -e 's/cc /$(CC) $(LDFLAGS) /' \
65 - -e 's/^CFLAGS += -O/#&/' \
66 - -e 's/CFLAGS=/CFLAGS+=/' \
67 - -i Makefile || die
68 -}
69 -
70 -src_compile() {
71 - # '.adoc.html' rules can't be executed in parallel
72 - # as they reuse the same 'docbook-xsl.css' file name.
73 - emake -j1 html
74 - # Allow full parallelism for the rest
75 - emake
76 -}
77 -
78 -src_install() {
79 - default
80 - dodoc README
81 -}
82
83 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
84 deleted file mode 100644
85 index c1ecf983231..00000000000
86 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2019 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -inherit toolchain-funcs
95 -
96 -DESCRIPTION="fast-export history from a CVS repository or RCS collection"
97 -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"
98 -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="GPL-2"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE=""
104 -
105 -RDEPEND=""
106 -DEPEND="${RDEPEND}
107 - app-text/asciidoc"
108 -
109 -RESTRICT=test # upstream does not ship some tests in tarball
110 -
111 -src_prepare() {
112 - default
113 -
114 - tc-export CC
115 - export prefix=/usr
116 -
117 - # respect CC, CFLAGS and LDFLAGS
118 - sed \
119 - -e 's/cc /$(CC) $(LDFLAGS) /' \
120 - -e 's/^CFLAGS += -O/#&/' \
121 - -e 's/CFLAGS=/CFLAGS+=/' \
122 - -i Makefile || die
123 -}
124 -
125 -src_compile() {
126 - # '.adoc.html' rules can't be executed in parallel
127 - # as they reuse the same 'docbook-xsl.css' file name.
128 - emake -j1 html
129 - # Allow full parallelism for the rest
130 - emake
131 -}
132 -
133 -src_install() {
134 - default
135 - dodoc README
136 -}