Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/polytable/
Date: Sat, 28 Sep 2019 12:13:34
Message-Id: 1569672804.06986bf3124f198aaf829c56582d2f198a077973.slyfox@gentoo
1 commit: 06986bf3124f198aaf829c56582d2f198a077973
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 12:11:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 12:13:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06986bf3
7
8 dev-tex/polytable: bump up to EAPI=7
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-tex/polytable/polytable-0.8.2-r1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/dev-tex/polytable/polytable-0.8.2-r1.ebuild b/dev-tex/polytable/polytable-0.8.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..370ce3ee1e4
19 --- /dev/null
20 +++ b/dev-tex/polytable/polytable-0.8.2-r1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit latex-package
28 +
29 +DESCRIPTION="tabular-like environments with named columns"
30 +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/"
31 +# originally from:
32 +#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/*"
33 +SRC_URI="mirror://gentoo/${P}.tar.gz"
34 +LICENSE="LPPL-1.2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 +IUSE=""
38 +DEPEND=">=dev-tex/lazylist-1.0a"
39 +RDEPEND="${DEPEND}"
40 +S="${WORKDIR}/${PN}"