summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-28 13:08:28 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-28 13:13:22 +0100
commit2da8031e7c1867881ca096851e617cc30cef4e59 (patch)
treefe33acc3dd1bbbd996ff1365d836f964514ff582 /dev-tex
parentpackage.mask: Last rite games-fps/ut2004 and revdeps (diff)
downloadgentoo-2da8031e7c1867881ca096851e617cc30cef4e59.tar.gz
gentoo-2da8031e7c1867881ca096851e617cc30cef4e59.tar.bz2
gentoo-2da8031e7c1867881ca096851e617cc30cef4e59.zip
dev-tex/lazylist: 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')
-rw-r--r--dev-tex/lazylist/lazylist-1.0a-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-tex/lazylist/lazylist-1.0a-r1.ebuild b/dev-tex/lazylist/lazylist-1.0a-r1.ebuild
new file mode 100644
index 000000000000..f267c9cff852
--- /dev/null
+++ b/dev-tex/lazylist/lazylist-1.0a-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="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}"