Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvsutils/
Date: Sun, 27 Jan 2019 16:53:27
Message-Id: 1548607986.f9b3fc2ac66beb157a4b6036da3afad741bf23e7.pacho@gentoo
1 commit: f9b3fc2ac66beb157a4b6036da3afad741bf23e7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:26:53 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 16:53:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b3fc2a
7
8 dev-vcs/cvsutils: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
17 deleted file mode 100644
18 index c34b4efd0f1..00000000000
19 --- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="A small bundle of utilities to work with CVS repositories"
28 -HOMEPAGE="https://www.red-bean.com/cvsutils/"
29 -SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz"
30 -
31 -LICENSE="GPL-3"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lang/perl"
37 -DEPEND=""
38 -
39 -src_install() {
40 - emake DESTDIR="${D}" install || die
41 - dodoc AUTHORS ChangeLog README THANKS NEWS
42 -}