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/lazylist/
Date: Sat, 28 Sep 2019 12:13:34
Message-Id: 1569672802.2da8031e7c1867881ca096851e617cc30cef4e59.slyfox@gentoo
1 commit: 2da8031e7c1867881ca096851e617cc30cef4e59
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 12:08:28 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 12:13:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da8031e
7
8 dev-tex/lazylist: 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/lazylist/lazylist-1.0a-r1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/dev-tex/lazylist/lazylist-1.0a-r1.ebuild b/dev-tex/lazylist/lazylist-1.0a-r1.ebuild
17 new file mode 100644
18 index 00000000000..f267c9cff85
19 --- /dev/null
20 +++ b/dev-tex/lazylist/lazylist-1.0a-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="Lists in TeX's mouth - lambda-calculus and list-handling macros"
30 +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/"
31 +# originally from:
32 +#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/*"
33 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 +LICENSE="LPPL-1.2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 +IUSE=""
38 +DEPEND="dev-texlive/texlive-publishers"
39 +RDEPEND=""
40 +S="${WORKDIR}/${PN}"