dev-tex/lazylist: bump up to EAPI=7
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 28 Sep 2019 12:08:28 +0000 (13:08 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 28 Sep 2019 12:13:22 +0000 (13:13 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-tex/lazylist/lazylist-1.0a-r1.ebuild [new file with mode: 0644]

diff --git a/dev-tex/lazylist/lazylist-1.0a-r1.ebuild b/dev-tex/lazylist/lazylist-1.0a-r1.ebuild
new file mode 100644 (file)
index 0000000..f267c9c
--- /dev/null
@@ -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="Lists in TeX's mouth - lambda-calculus and list-handling macros"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/"
+# originally from:
+#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/*"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND="dev-texlive/texlive-publishers"
+RDEPEND=""
+S="${WORKDIR}/${PN}"