diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-28 13:11:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-28 13:13:24 +0100 |
commit | 06986bf3124f198aaf829c56582d2f198a077973 (patch) | |
tree | c2d008c1ad10260ab99fce70f5439f709300c689 /dev-tex/polytable | |
parent | dev-tex/lazylist: drop old (diff) | |
download | gentoo-06986bf3124f198aaf829c56582d2f198a077973.tar.gz gentoo-06986bf3124f198aaf829c56582d2f198a077973.tar.bz2 gentoo-06986bf3124f198aaf829c56582d2f198a077973.zip |
dev-tex/polytable: bump up to EAPI=7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-tex/polytable')
-rw-r--r-- | dev-tex/polytable/polytable-0.8.2-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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 000000000000..370ce3ee1e47 --- /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}" |