Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-inflate
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.8 2007/02/03 17:35:40 flameeyes Exp $
03 Feb 2007; Diego Pettenò
cl-inflate-1.1.4.2.1-r1.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
-cl-inflate-1.1.4.2.1.ebuild, cl-inflate-1.1.4.2.1-r1.ebuild:
Keywording; Removed old ebuilds
21 Mar 2005; Matthew Kennedy
cl-inflate-1.1.4.2.1-r1.ebuild:
Keywording for ~amd64
*cl-inflate-1.1.4.2.1-r1 (12 Feb 2004)
12 Feb 2004;
Cleanup for eclass changes.
16 Oct 2003; Matthew Kennedy
cl-inflate-1.1.4.2.1.ebuild, metadata.xml:
preinst, postrm
*cl-inflate-1.1.4.2.1 (07 Jul 2003)
07 Jul 2003; Matthew Kennedy
initial import
AUX inflate.asd 1239 RMD160 7e6d363456d6a68df0477d89786378585ae151a4 SHA1 8873244a7added763a6abcc6e0e2870877231b86 SHA256 abed3d32aad251c2d9f963462ff51dedc38a5c4b29c9251a3ece18f43751eca6
DIST cl-inflate_1.1.4.2.1.orig.tar.gz 8458 RMD160 55a466acce4dccdd49147a0f74c5aa964b0aef73 SHA1 4352a0ce2ff2f83c868fa95285fde27fd9348915 SHA256 755e87f6f8a8740173a9867315ab3a8316af9c11225f54c6b17cfffa9b65c22c
EBUILD cl-inflate-1.1.4.2.1-r1.ebuild 780 RMD160 9fadfaf2adb4f012548354ee9f35772cae3c2339 SHA1 65d5256b6fe188015739b4d5274b3d4505998901 SHA256 c6a977e20a31703064f8297ceb76028de1db7d88ac286bf3cdd65a2d0ff78716
MISC ChangeLog 1141 RMD160 f04e3d92efd30a7b6e7fbb537d995a57dd7d3338 SHA1 2211da420f5e02b81e08a8651f07e3c7739bc0a1 SHA256 7a1b5dba70feeb7696bcce6e0984dfa81bb8ced63c1fc02378e4e8ae91cbea39
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.8 2007/07/15 02:50:08 mr_bones_ Exp $
inherit common-lisp
DESCRIPTION="Common Lisp package to decompress gzip, jar, and winzip files."
HOMEPAGE="http://opensource.franz.com/deflate/index.html
http://packages.debian.org/unstable/devel/cl-inflate.html"
SRC_URI="mirror://debian/pool/main/c/cl-inflate/${PN}_${PV}.orig.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=inflate
src_install() {
common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd
common-lisp-system-symlink
}