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: Tue, 22 Jan 2019 23:21:27
Message-Id: 1548199277.185c84716099e28d3ea0d693a9148b76c30855e1.slyfox@gentoo
1 commit: 185c84716099e28d3ea0d693a9148b76c30855e1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 23:13:39 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 23:21:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c8471
7
8 dev-vcs/cvs-fast-export: drop old
9
10 Package-Manager: Portage-2.3.57, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-vcs/cvs-fast-export/Manifest | 1 -
14 .../cvs-fast-export/cvs-fast-export-1.38.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
18 index aed89cb081b..0d74bc1f112 100644
19 --- a/dev-vcs/cvs-fast-export/Manifest
20 +++ b/dev-vcs/cvs-fast-export/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST cvs-fast-export-1.38.tar.gz 396524 BLAKE2B 41e7d5210671aae9063d3fa1da8a61ff581cdbe6745573d158576e495aeba0958d1cf20c9d8435e0c12747428b884eeab3b2d926a93d580589f17db8102ad27e SHA512 ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428
23 DIST cvs-fast-export-1.44.tar.gz 512435 BLAKE2B 2dfcd34efbf400c9d9a726933a18504a8d241928646d73f54f1860d1580030fa0328df4aaf5b57f1fbdc4b7b2c0a988ac903c8f9f03384515fdd5241fbf51c06 SHA512 66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5
24 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061 SHA512 f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
25
26 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
27 deleted file mode 100644
28 index a66e4a649d3..00000000000
29 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="fast-export history from a CVS repository or RCS collection"
40 -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"
41 -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND=""
49 -DEPEND="${RDEPEND}
50 - app-text/asciidoc"
51 -
52 -RESTRICT=test # upstream does not ship them in tarball
53 -
54 -src_prepare() {
55 - tc-export CC
56 - export prefix=/usr
57 -
58 - # respect CC, CFLAGS and LDFLAGS. don't install cvssync
59 - sed \
60 - -e 's/cc /$(CC) $(LDFLAGS) /' \
61 - -e 's/^CFLAGS += -O/#&/' \
62 - -e 's/CFLAGS=/CFLAGS+=/' \
63 - -e 's/$(INSTALL).*cvssync/#&/g' \
64 - -i Makefile || die
65 -}
66 -
67 -src_install() {
68 - default
69 - dodoc README
70 -}