From 8fcdcec5fbdd0e3a77391e4f354218014f59f358 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 5 Jan 2018 20:45:13 +0000 Subject: gentoo resync : 05.01.2018 --- app-text/antixls/antixls-0.3b.ebuild | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'app-text/antixls/antixls-0.3b.ebuild') diff --git a/app-text/antixls/antixls-0.3b.ebuild b/app-text/antixls/antixls-0.3b.ebuild index 14a98632b593..53e29234db59 100644 --- a/app-text/antixls/antixls-0.3b.ebuild +++ b/app-text/antixls/antixls-0.3b.ebuild @@ -1,16 +1,23 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="Print out an XLS file with minimal formatting, or extract the data into CSV" -HOMEPAGE="http://www.af0.net/~dan/?antixls" -SRC_URI="http://www.af0.net/~dan/repos/${P}.perl" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.perl" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-perl/Spreadsheet-ParseExcel" +RDEPEND="${DEPEND}" + +src_unpack() { + mkdir "${S}" || die + cp "${DISTDIR}/${P}.perl" "${S}"/${PN} || die +} src_install() { - mv "${DISTDIR}/${P}.perl" ${PN} dobin ${PN} } -- cgit v1.2.3