commit: 65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8 Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 17:38:31 2017 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 17:40:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d44f0a
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(+) diff --git a/app-text/tabler/tabler-2-r1.ebuild b/app-text/tabler/tabler-2-r1.ebuild new file mode 100644 index 00000000000..ed6a81d08f9 --- /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 +}
