summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/polytable')
-rw-r--r--dev-tex/polytable/polytable-0.8.2-r1.ebuild19
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}"