ChangeLog

# ChangeLog for dev-lisp/cl-getopt
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.9 2007/02/09 07:33:55 flameeyes Exp $

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

24 May 2005; cl-getopt-1.1.0.ebuild:
Keywording ~sparc

15 Apr 2005; Matthew Kennedy
-cl-getopt-1.0.1.ebuild, -cl-getopt-1.0.1-r1.ebuild,
cl-getopt-1.1.0.ebuild:
Keywording x86, ~ppc

21 Mar 2005; Matthew Kennedy cl-getopt-1.1.0.ebuild:
Keywording for ~amd64

09 May 2004; David Holm cl-getopt-1.1.0.ebuild:
Added to ~ppc.

*cl-getopt-1.1.0 (09 May 2004)

09 May 2004; +cl-getopt-1.1.0.ebuild:
New upstream version.

*cl-getopt-1.0.1-r1 (12 Feb 2004)

12 Feb 2004; cl-getopt-1.0.1-r1.ebuild:
Cleanup for eclass changes.

*cl-getopt-1.0.1 (16 Oct 2003)

16 Oct 2003; Matthew Kennedy :
initial import

Manifest

DIST getopt-1.1.0.tar.gz 10196 RMD160 eebe9eea173afc113991489460bd2d22e293c611 SHA1 0552391e9ea2ffa233f63c9ea1d029b7c9ca6966 SHA256 cff2e17a5e2908d5dcba0fb2076fce1592b49c31095cdd27023e5214e45539fb
EBUILD cl-getopt-1.1.0.ebuild 651 RMD160 27607be971546a71417d00bd32915ea715588beb SHA1 e01d6d2ab8f26cae970729fada2d2e4d611ffadf SHA256 1044e35764600ed9e1e3e964b479010bb825d4b91e265d728e0f15c19057ae76
MISC ChangeLog 1206 RMD160 8317837a4dcf97dbbb0176d99a59f2702958c552 SHA1 ff26b6c71df2a2e1dd328ce300687068b3f1750f SHA256 34a4e377a93bcee324f7f30f73587811de8efdaab11ffcce0b59dd341a8f2f95
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-getopt-1.1.0.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $

inherit common-lisp

DESCRIPTION="A Common Lisp command-line processor similar to GNU getopt_long."
HOMEPAGE="http://www.b9.com"
SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-ptester"

CLPACKAGE=getopt

S=${WORKDIR}/getopt-${PV}

src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc LICENSE README
}

metadata.xml




common-lisp