Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/librg-utils-perl/
Date: Sun, 10 Jun 2018 05:09:26
Message-Id: 1528607328.f5264c7158be1f58cf3c283110055553b331ec5a.kentnl@gentoo
1 commit: f5264c7158be1f58cf3c283110055553b331ec5a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 05:08:48 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 05:08:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5264c71
7
8 dev-perl/librg-utils-perl: Cleanup old version 1.0.43
9
10 Package-Manager: Portage-2.3.29, Repoman-2.3.9
11
12 .../librg-utils-perl-1.0.43.ebuild | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild b/dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild
16 deleted file mode 100644
17 index 59bb86af9f2..00000000000
18 --- a/dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit perl-module
27 -
28 -DESCRIPTION="Parsers and format conversion utilities used by (e.g.) profphd"
29 -HOMEPAGE="http://rostlab.org/"
30 -SRC_URI="ftp://rostlab.org/librg-utils-perl/${P}.tar.gz"
31 -
32 -SLOT="0"
33 -LICENSE="GPL-2"
34 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - dev-perl/List-MoreUtils"
39 -DEPEND="${RDEPEND}
40 - sci-libs/profphd-utils
41 - dev-perl/Module-Build
42 -"
43 -
44 -src_configure() {
45 - econf
46 - perl-module_src_configure
47 -}
48 -
49 -src_install() {
50 - rm mat/Makefile* || die
51 - perl-module_src_install
52 - insinto /usr/share/${PN}
53 - doins -r mat
54 - exeinto /usr/share/${PN}
55 - doexe *.pl dbSwiss
56 - doman blib/libdoc/*
57 -}