From: Amy Liffey Date: Wed, 16 Aug 2017 17:38:31 +0000 (+0200) Subject: app-text/tabler: EAPI 6 bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8;p=gentoo.git app-text/tabler: EAPI 6 bump Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/app-text/tabler/tabler-2-r1.ebuild b/app-text/tabler/tabler-2-r1.ebuild new file mode 100644 index 000000000000..ed6a81d08f97 --- /dev/null +++ b/app-text/tabler/tabler-2-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A utility to create text art tables from delimited input" +HOMEPAGE="https://sourceforge.net/projects/tabler/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README +}