Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195001 Details for
Bug 274517
Ebuild for cl-sqlite
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for dev-lisp/cl-sqlite-0.1.5
cl-sqlite-0.1.5.ebuild (text/plain), 740 bytes, created by
Kalyanov Dmitry
on 2009-06-17 15:10:04 UTC
(
hide
)
Description:
ebuild for dev-lisp/cl-sqlite-0.1.5
Filename:
MIME Type:
Creator:
Kalyanov Dmitry
Created:
2009-06-17 15:10:04 UTC
Size:
740 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit common-lisp-2 > >DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine." >HOMEPAGE="http://common-lisp.net/project/cl-sqlite/" >SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" > >LICENSE="public-domain" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="test" > >RDEPEND="dev-lisp/cffi > dev-lisp/iterate > test? ( dev-lisp/fiveam ) > dev-db/sqlite:3" > >CLSYSTEMS="sqlite" > >S="${WORKDIR}"/${PN} > >src_install() { > common-lisp-install *.{lisp,asd} > common-lisp-symlink-asdf > if use test; then > common-lisp-symlink-asdf sqlite-tests > fi > dohtml index.html style.css >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 274517
: 195001