diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-10 17:08:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-10 17:08:48 +1200 |
commit | f5264c7158be1f58cf3c283110055553b331ec5a (patch) | |
tree | 2c3c2190afd12a9530d9dc4aeb2011662afc3e66 /dev-perl/librg-utils-perl | |
parent | dev-perl/Log-Report-Optional: Cleanup old version 1.20.0 (diff) | |
download | gentoo-f5264c7158be1f58cf3c283110055553b331ec5a.tar.gz gentoo-f5264c7158be1f58cf3c283110055553b331ec5a.tar.bz2 gentoo-f5264c7158be1f58cf3c283110055553b331ec5a.zip |
dev-perl/librg-utils-perl: Cleanup old version 1.0.43
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/librg-utils-perl')
-rw-r--r-- | dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
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 deleted file mode 100644 index 59bb86af9f24..000000000000 --- a/dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module - -DESCRIPTION="Parsers and format conversion utilities used by (e.g.) profphd" -HOMEPAGE="http://rostlab.org/" -SRC_URI="ftp://rostlab.org/librg-utils-perl/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-perl/List-MoreUtils" -DEPEND="${RDEPEND} - sci-libs/profphd-utils - dev-perl/Module-Build -" - -src_configure() { - econf - perl-module_src_configure -} - -src_install() { - rm mat/Makefile* || die - perl-module_src_install - insinto /usr/share/${PN} - doins -r mat - exeinto /usr/share/${PN} - doexe *.pl dbSwiss - doman blib/libdoc/* -} |