commit: 2da8031e7c1867881ca096851e617cc30cef4e59 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 12:08:28 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 12:13:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da8031e
dev-tex/lazylist: bump up to EAPI=7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-tex/lazylist/lazylist-1.0a-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 00000000000..f267c9cff85 --- /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}"
