Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2cl/
Date: Mon, 11 Feb 2019 14:55:53
Message-Id: 1549896939.b9bbee185d2e59893cc0c1fd2227e02a71319df9.zlogene@gentoo
1 commit: b9bbee185d2e59893cc0c1fd2227e02a71319df9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 14:55:39 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 14:55:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bbee18
7
8 dev-vcs/cvs2cl: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-vcs/cvs2cl/cvs2cl-2.71.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
17 deleted file mode 100644
18 index 814e135a788..00000000000
19 --- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
20 +++ /dev/null
21 @@ -1,31 +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="produces a GNU-style ChangeLog for CVS-controlled sources"
28 -HOMEPAGE="https://www.red-bean.com/cvs2cl/"
29 -SRC_URI="mirror://gentoo/${P}.pl.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
34 -IUSE=""
35 -
36 -DEPEND="dev-lang/perl"
37 -
38 -S=${WORKDIR}
39 -
40 -maint_pkg_create() {
41 - set -x
42 - wget http://www.red-bean.com/cvs2cl/${PN}.pl
43 - mv ${PN}.pl ${P}.pl
44 - bzip2 ${P}.pl
45 - ls -l ${PWD}/${P}.pl.bz2
46 - set +x
47 -}
48 -#pkg_setup() { maint_pkg_create; }
49 -
50 -src_install() {
51 - newbin ${P}.pl ${PN} || die
52 -}