commit:     6892ba3cfb7edb5c14f7d87130c9660988b544e9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 22:19:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 22:32:31 2020 +0000
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 <slyfox <AT> 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..00000000000
--- 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..00000000000
--- 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
-}

Reply via email to