From 3fc8655a26bf3ec9664255597f23a6013574c03a Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Wed, 5 Apr 2017 17:16:24 +0200 Subject: dev-lisp/clx: Syncs with Lisp overlay Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-lisp/clx/clx-0.7.4-r1.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++ dev-lisp/clx/clx-0.7.4.ebuild | 45 --------------------------------------- dev-lisp/clx/clx-9999.ebuild | 2 +- dev-lisp/clx/metadata.xml | 7 +++--- 4 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 dev-lisp/clx/clx-0.7.4-r1.ebuild delete mode 100644 dev-lisp/clx/clx-0.7.4.ebuild (limited to 'dev-lisp/clx') diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild new file mode 100644 index 000000000000..e229aaf004b9 --- /dev/null +++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit common-lisp-3 eutils + +DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." +HOMEPAGE="http://www.cliki.net/CLX" +SRC_URI="http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="doc" + +DEPEND="sys-apps/texinfo + doc? ( virtual/texi2dvi )" +RDEPEND="!dev-lisp/cl-${PN}" + +src_prepare() { + rm -v {exclcmac,sockcl,defsystem,provide,cmudep}.lisp || die + eapply "${FILESDIR}"/gentoo-fix-asd.patch + eapply "${FILESDIR}"/gentoo-fix-dep-openmcl.patch + eapply "${FILESDIR}"/gentoo-fix-unused-vars.patch + eapply "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch + eapply "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch + eapply_user +} + +src_compile() { + cd manual || die + makeinfo ${PN}.texinfo -o ${PN}.info || die "Cannot compile info docs" + if use doc ; then + VARTEXFONTS="${T}"/fonts \ + texi2pdf ${PN}.texinfo -o ${PN}.pdf || die "Cannot build PDF docs" + fi +} + +src_install() { + common-lisp-install-sources *.lisp debug demo test + common-lisp-install-asdf + dodoc NEWS CHANGES README* + doinfo manual/${PN}.info + use doc && dodoc manual/${PN}.pdf +} diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild deleted file mode 100644 index 3010ba4bf047..000000000000 --- a/dev-lisp/clx/clx-0.7.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit common-lisp-3 eutils - -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." -HOMEPAGE="http://www.cliki.net/CLX" -SRC_URI="http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN}" - -src_prepare() { - rm -v {exclcmac,sockcl,defsystem,provide,cmudep}.lisp || die - epatch "${FILESDIR}"/gentoo-fix-asd.patch - epatch "${FILESDIR}"/gentoo-fix-dep-openmcl.patch - epatch "${FILESDIR}"/gentoo-fix-unused-vars.patch - epatch "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch - epatch "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch -} - -src_compile() { - cd manual || die - makeinfo ${PN}.texinfo -o ${PN}.info || die "Cannot compile info docs" - if use doc ; then - VARTEXFONTS="${T}"/fonts \ - texi2pdf ${PN}.texinfo -o ${PN}.pdf || die "Cannot build PDF docs" - fi -} - -src_install() { - common-lisp-install-sources *.lisp debug demo test - common-lisp-install-asdf - dodoc NEWS CHANGES README* - doinfo manual/${PN}.info - use doc && dodoc manual/${PN}.pdf -} diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index 000f4485817b..efbfcfbe7378 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml index 6d2b54b52c96..47c41000f413 100644 --- a/dev-lisp/clx/metadata.xml +++ b/dev-lisp/clx/metadata.xml @@ -1,10 +1,9 @@ - - nimiux@gentoo.org - Chema Alonso - Maintainer + + common-lisp@gentoo.org + Gentoo Common Lisp Project CLX provides an implementation of the X Window System protocol to -- cgit v1.2.3-18-g5258