commit: 0da10f2e43f1f49699a396c1453f41aefa479f91 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 15:49:54 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 15:49:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0da10f2e
dev-lisp/cl-gd: Drops old version. Updates to common-lisp-3 eclass dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild | 40 ------------------------------------ dev-lisp/cl-gd/cl-gd-0.6.0.ebuild | 5 ++--- dev-lisp/cl-gd/cl-gd-0.6.1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 45 deletions(-) diff --git a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild b/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild deleted file mode 100644 index 6163bfc2..00000000 --- a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit common-lisp-2 toolchain-funcs - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd/ - http://www.cliki.net/cl-gd/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]" -RDEPEND="${DEPEND} - >=dev-lisp/uffi-1.3.4 - dev-lisp/cffi" - -CLSYSTEMS="${PN} ${PN}-test" - -src_compile() { - # I have no idea why it doesn't work with as-needed - echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so -} - -src_install() { - dolib.so ${PN}-glue.so - - common-lisp-install *.{lisp,asd} test - common-lisp-symlink-asdf - - dodoc CHANGELOG README - dohtml doc/* -} diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild index 2a27eb51..638e425e 100644 --- a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 toolchain-funcs diff --git a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild index 0a6d816b..02cd036b 100644 --- a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6
