commit: 06986bf3124f198aaf829c56582d2f198a077973 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 12:11:43 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 12:13:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06986bf3
dev-tex/polytable: bump up to EAPI=7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-tex/polytable/polytable-0.8.2-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-tex/polytable/polytable-0.8.2-r1.ebuild b/dev-tex/polytable/polytable-0.8.2-r1.ebuild new file mode 100644 index 00000000000..370ce3ee1e4 --- /dev/null +++ b/dev-tex/polytable/polytable-0.8.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit latex-package + +DESCRIPTION="tabular-like environments with named columns" +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/" +# originally from: +#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/*" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=dev-tex/lazylist-1.0a" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${PN}"
