diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-03-20 19:59:16 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-03-20 19:59:16 +0000 |
commit | e1edfcf699cc58914817789b429c47b82b417a62 (patch) | |
tree | d7250fcfce0e20a50a5979658d6ce2dcc9e5d657 /dev-tex/lazylist/lazylist-1.0a.ebuild | |
parent | Marking ~hppa (diff) | |
download | historical-e1edfcf699cc58914817789b429c47b82b417a62.tar.gz historical-e1edfcf699cc58914817789b429c47b82b417a62.tar.bz2 historical-e1edfcf699cc58914817789b429c47b82b417a62.zip |
initial import of lazylist (#45010)
Diffstat (limited to 'dev-tex/lazylist/lazylist-1.0a.ebuild')
-rw-r--r-- | dev-tex/lazylist/lazylist-1.0a.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-tex/lazylist/lazylist-1.0a.ebuild b/dev-tex/lazylist/lazylist-1.0a.ebuild new file mode 100644 index 000000000000..4129cb13d85f --- /dev/null +++ b/dev-tex/lazylist/lazylist-1.0a.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/lazylist/lazylist-1.0a.ebuild,v 1.1 2004/03/20 19:59:16 kosmikus Exp $ + +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="~x86" +IUSE="" +DEPEND="" +#RDEPEND="" +S="${WORKDIR}/${PN}" + + |