diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-tex/lazylist | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-tex/lazylist')
-rw-r--r-- | dev-tex/lazylist/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/lazylist/lazylist-1.0a.ebuild | 18 | ||||
-rw-r--r-- | dev-tex/lazylist/metadata.xml | 6 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-tex/lazylist/Manifest b/dev-tex/lazylist/Manifest new file mode 100644 index 000000000000..2c95f71bb7d1 --- /dev/null +++ b/dev-tex/lazylist/Manifest @@ -0,0 +1 @@ +DIST lazylist-1.0a.tar.bz2 12552 SHA256 b0ed132f992e4a3eb7931894a68f66b6f9dc467ab7fdb3b23419f9604180b532 SHA512 30819ca6a32b7344c8519f67eb3d5fbd5b985cdc52563464671af06e38bd7edcbb7559f8ca3a476a3a9a0ba8c017773cf944e75a2b779c75221b460a022b8ab4 WHIRLPOOL b3d03147c21cf37d88d9bb3eb8b162c68b41c9d1737ab9c3970e13e68957c9fdd36ebebe1cfe6c97f220dd659a23a982e4fabe7d2703defb7b0f31e939028498 diff --git a/dev-tex/lazylist/lazylist-1.0a.ebuild b/dev-tex/lazylist/lazylist-1.0a.ebuild new file mode 100644 index 000000000000..d703e8757a0d --- /dev/null +++ b/dev-tex/lazylist/lazylist-1.0a.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="" +#RDEPEND="" +S="${WORKDIR}/${PN}" diff --git a/dev-tex/lazylist/metadata.xml b/dev-tex/lazylist/metadata.xml new file mode 100644 index 000000000000..66b9052a990b --- /dev/null +++ b/dev-tex/lazylist/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <herd>tex</herd> +</pkgmetadata> |