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, 29 May 2020 22:13:58
Message-Id: 1590790423.c57873a678206e8e0ec3211bd11f761833b6889c.slyfox@gentoo
1 commit: c57873a678206e8e0ec3211bd11f761833b6889c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 22:09:30 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 22:13:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57873a6
7
8 dev-vcs/cvs-fast-export: drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
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.53.ebuild | 48 ----------------------
15 .../cvs-fast-export/cvs-fast-export-1.54.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 c8f27dd3563..be1100f14b1 100644
20 --- a/dev-vcs/cvs-fast-export/Manifest
21 +++ b/dev-vcs/cvs-fast-export/Manifest
22 @@ -1,3 +1 @@
23 -DIST cvs-fast-export-1.53.tar.gz 472991 BLAKE2B 4fb69bbe75cb4a2d54bf876ebefc4e2fbb12e3a22f9cfcd45f31adec6c65406b3b3647513b884f0d3356bf78f0c8b5684024d6bdea41776a68d48f08879e773b SHA512 cd40543d73c2367b76c181d262b12b13223fc66984ce616d2b0df22f9562a99940dcd6e1e4996a237f2f37c5a8ed48992c2cda521b92238b6bb78b4144d0d503
24 -DIST cvs-fast-export-1.54.tar.gz 477045 BLAKE2B 2fb8826712b0e0ba9573e9ebd5178a0090c7d91de4dc3aae58faa006ef9c51fe0ec913daa3afbcefaa07ea430358d31c85d26a7399679fef2e14fbf0a6ee5e40 SHA512 b209049554f3599a4817496bb0b75a3cf6b84bce2455f78271872fa3b95241d4e1e5e3dfd5583d6216f5bbb273d70b5278e23d226ace396f1f0e014b87745c73
25 DIST cvs-fast-export-1.55.tar.gz 478449 BLAKE2B 18a94fe4c143ca72949b469f40d79540aa8b6fc8562bed7e638b7ac4834e6f4be73f1cf0c906f0ea1dfdfadada74fa3b8a1a56c1aeb011467977be2d4ee84fbe SHA512 494b7bdef890c59967a0552b605f2f5b49ff401c791dc260378192babab1a8e13af796f746c52c36d0ff95c94d04f066f31245f803793092bcaf2e63bd367d05
26
27 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
28 deleted file mode 100644
29 index 976b11d8e92..00000000000
30 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.53.ebuild
31 +++ /dev/null
32 @@ -1,48 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="fast-export history from a CVS repository or RCS collection"
41 -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"
42 -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND=""
50 -DEPEND="${RDEPEND}
51 - app-text/asciidoc"
52 -
53 -RESTRICT=test # upstream does not ship some tests in tarball
54 -
55 -src_prepare() {
56 - default
57 -
58 - tc-export CC
59 - export prefix="${EPREFIX}"/usr
60 -
61 - # respect CC, CFLAGS and LDFLAGS
62 - sed \
63 - -e 's/cc /$(CC) $(LDFLAGS) /' \
64 - -e 's/^CFLAGS += -O/#&/' \
65 - -e 's/CFLAGS=/CFLAGS+=/' \
66 - -i Makefile || die
67 -}
68 -
69 -src_compile() {
70 - # '.adoc.html' rules can't be executed in parallel
71 - # as they reuse the same 'docbook-xsl.css' file name.
72 - emake -j1 html
73 - # Allow full parallelism for the rest
74 - emake
75 -}
76 -
77 -src_install() {
78 - default
79 - dodoc README.adoc
80 -}
81
82 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
83 deleted file mode 100644
84 index 976b11d8e92..00000000000
85 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.54.ebuild
86 +++ /dev/null
87 @@ -1,48 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -inherit toolchain-funcs
94 -
95 -DESCRIPTION="fast-export history from a CVS repository or RCS collection"
96 -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"
97 -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
98 -
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~x86"
102 -IUSE=""
103 -
104 -RDEPEND=""
105 -DEPEND="${RDEPEND}
106 - app-text/asciidoc"
107 -
108 -RESTRICT=test # upstream does not ship some tests in tarball
109 -
110 -src_prepare() {
111 - default
112 -
113 - tc-export CC
114 - export prefix="${EPREFIX}"/usr
115 -
116 - # respect CC, CFLAGS and LDFLAGS
117 - sed \
118 - -e 's/cc /$(CC) $(LDFLAGS) /' \
119 - -e 's/^CFLAGS += -O/#&/' \
120 - -e 's/CFLAGS=/CFLAGS+=/' \
121 - -i Makefile || die
122 -}
123 -
124 -src_compile() {
125 - # '.adoc.html' rules can't be executed in parallel
126 - # as they reuse the same 'docbook-xsl.css' file name.
127 - emake -j1 html
128 - # Allow full parallelism for the rest
129 - emake
130 -}
131 -
132 -src_install() {
133 - default
134 - dodoc README.adoc
135 -}