diff options
author | 2009-07-29 22:54:19 +0200 | |
---|---|---|
committer | 2009-07-29 22:54:19 +0200 | |
commit | 0cfe145ad66176b2e4644f76533ff4f2492cfa16 (patch) | |
tree | 2bd5390b480e347ef0464649b665083d4c91a246 /dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild | |
parent | dev-lisp/clisp: add 2.48 (diff) | |
download | lisp-0cfe145ad66176b2e4644f76533ff4f2492cfa16.tar.gz lisp-0cfe145ad66176b2e4644f76533ff4f2492cfa16.tar.bz2 lisp-0cfe145ad66176b2e4644f76533ff4f2492cfa16.zip |
dev-lisp/cl-jpeg: bump to version 1.033_p20080513
Diffstat (limited to 'dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild b/dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild deleted file mode 100644 index e6767df6..00000000 --- a/dev-lisp/cl-jpeg/cl-jpeg-1.033-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit common-lisp-2 eutils - -DESCRIPTION="A JPEG library for Common Lisp" -HOMEPAGE="http://sourceforge.net/projects/cljl" -SRC_URI="mirror://sourceforge/cljl/cljl-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="dev-lisp/cl-plus" - -S="${WORKDIR}"/cljl - -src_unpack() { - unpack ${A} - # patch: defconstant - compilation fix for SBCL - # patch: exports - export symbols at load time as well - # patch: quantize-optimization-clisp - dont bother on CLISP - epatch "${FILESDIR}"/${PV}-defconstant-gentoo.patch - epatch "${FILESDIR}"/${PV}-exports-gentoo.patch - epatch "${FILESDIR}"/${PV}-quantize-optimization-clisp-gentoo.patch -} |