summaryrefslogtreecommitdiff
path: root/dev-tex/lazylist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-tex/lazylist
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-tex/lazylist')
-rw-r--r--dev-tex/lazylist/Manifest3
-rw-r--r--dev-tex/lazylist/lazylist-1.0a.ebuild19
-rw-r--r--dev-tex/lazylist/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-tex/lazylist/Manifest b/dev-tex/lazylist/Manifest
new file mode 100644
index 000000000000..69aa90cb7e7a
--- /dev/null
+++ b/dev-tex/lazylist/Manifest
@@ -0,0 +1,3 @@
+DIST lazylist-1.0a.tar.bz2 12552 BLAKE2B 360c331cff868cfbbb38035017b95e6d60a5e38c078a2be79af43cc74625f7f33109b8c74559d439e5b954351d87864eabea815db8b4695b7d5da540abb234fd SHA512 30819ca6a32b7344c8519f67eb3d5fbd5b985cdc52563464671af06e38bd7edcbb7559f8ca3a476a3a9a0ba8c017773cf944e75a2b779c75221b460a022b8ab4
+EBUILD lazylist-1.0a.ebuild 570 BLAKE2B 049f7e99fe080868baefbe55267000475ac698b756d9de44b66be3dfefc59bef07266eefc2f4c0a3884d9312e43b8d959d3e0e853e436eb2e9312f2431283af6 SHA512 cb559f8af11599dd5aada4c3fbae2b442fa06a57ead96f8333cf6b102302cf16bcea69d1797fb75df05e8a500edc636d4e0ca8ef922dd24d5cf57330cfd2a0be
+MISC metadata.xml 358 BLAKE2B 3f5e83a9b333d6c597ffa57ca34c74186b48789ca4fbfb10087d31740e53ec215052d9a10b659d5f7006641a34fb47d83179f93b1eba92fa19514a238a38ae88 SHA512 dbc254e5e7925c09f99e64a91fba2f8f63d4b7a12c41a5c13bf315352885f24058cec0becc6e25e98153d2a82f49772f4bc61d1cb21ae5e9ad061b58771fb7fb
diff --git a/dev-tex/lazylist/lazylist-1.0a.ebuild b/dev-tex/lazylist/lazylist-1.0a.ebuild
new file mode 100644
index 000000000000..30d6cbe77b49
--- /dev/null
+++ b/dev-tex/lazylist/lazylist-1.0a.ebuild
@@ -0,0 +1,19 @@
+# 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}"
diff --git a/dev-tex/lazylist/metadata.xml b/dev-tex/lazylist/metadata.xml
new file mode 100644
index 000000000000..5523851d5d80
--- /dev/null
+++ b/dev-tex/lazylist/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+<maintainer type="project">
+ <email>tex@gentoo.org</email>
+ <name>Gentoo TeX Project</name>
+ </maintainer>
+</pkgmetadata>