From 65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Wed, 16 Aug 2017 19:38:31 +0200 Subject: [PATCH] app-text/tabler: EAPI 6 bump Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- app-text/tabler/tabler-2-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-text/tabler/tabler-2-r1.ebuild 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 +} -- 2.26.2