From 4b19be30aa626b327c885dae62c559ec0e9fb935 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:19:36 +0100 Subject: gentoo resync : 13.10.2019 --- dev-tex/lazylist/Manifest | 2 +- dev-tex/lazylist/lazylist-1.0a-r1.ebuild | 19 +++++++++++++++++++ dev-tex/lazylist/lazylist-1.0a.ebuild | 19 ------------------- 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 dev-tex/lazylist/lazylist-1.0a-r1.ebuild delete mode 100644 dev-tex/lazylist/lazylist-1.0a.ebuild (limited to 'dev-tex/lazylist') diff --git a/dev-tex/lazylist/Manifest b/dev-tex/lazylist/Manifest index 69aa90cb7e7a..7cf34e87bb8f 100644 --- a/dev-tex/lazylist/Manifest +++ b/dev-tex/lazylist/Manifest @@ -1,3 +1,3 @@ DIST lazylist-1.0a.tar.bz2 12552 BLAKE2B 360c331cff868cfbbb38035017b95e6d60a5e38c078a2be79af43cc74625f7f33109b8c74559d439e5b954351d87864eabea815db8b4695b7d5da540abb234fd SHA512 30819ca6a32b7344c8519f67eb3d5fbd5b985cdc52563464671af06e38bd7edcbb7559f8ca3a476a3a9a0ba8c017773cf944e75a2b779c75221b460a022b8ab4 -EBUILD lazylist-1.0a.ebuild 570 BLAKE2B 049f7e99fe080868baefbe55267000475ac698b756d9de44b66be3dfefc59bef07266eefc2f4c0a3884d9312e43b8d959d3e0e853e436eb2e9312f2431283af6 SHA512 cb559f8af11599dd5aada4c3fbae2b442fa06a57ead96f8333cf6b102302cf16bcea69d1797fb75df05e8a500edc636d4e0ca8ef922dd24d5cf57330cfd2a0be +EBUILD lazylist-1.0a-r1.ebuild 567 BLAKE2B 306fbdd184cfbd9d502938a0c8e2b961935ca4a25158326a7c2df43e0377548e543d61b0309cb5b99fdbca19ee027bf97557df6bb865527715aa9d1aabaceb3a SHA512 47fed09f59554156f740abf76261fdf69a4e8b3c8880b4721ef990de59913a8d14fa124c1586fb5d15b51b36dca3cbd883e88b88f6992fd5d144e0ea43f19113 MISC metadata.xml 358 BLAKE2B 3f5e83a9b333d6c597ffa57ca34c74186b48789ca4fbfb10087d31740e53ec215052d9a10b659d5f7006641a34fb47d83179f93b1eba92fa19514a238a38ae88 SHA512 dbc254e5e7925c09f99e64a91fba2f8f63d4b7a12c41a5c13bf315352885f24058cec0becc6e25e98153d2a82f49772f4bc61d1cb21ae5e9ad061b58771fb7fb 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..d556a6471991 --- /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}" diff --git a/dev-tex/lazylist/lazylist-1.0a.ebuild b/dev-tex/lazylist/lazylist-1.0a.ebuild deleted file mode 100644 index 30d6cbe77b49..000000000000 --- a/dev-tex/lazylist/lazylist-1.0a.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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}" -- cgit v1.2.3