From 4fe228ee9aa3b9b825d54ace549a5517e153e8bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Jun 2024 00:08:14 +0100 Subject: gentoo auto-resync : 09:06:2024 - 00:08:13 --- dev-lisp/clx/Manifest | 2 +- dev-lisp/clx/clx-0.7.5-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++ dev-lisp/clx/clx-0.7.5.ebuild | 36 ------------------------------------ 3 files changed, 36 insertions(+), 37 deletions(-) create mode 100644 dev-lisp/clx/clx-0.7.5-r1.ebuild delete mode 100644 dev-lisp/clx/clx-0.7.5.ebuild (limited to 'dev-lisp/clx') diff --git a/dev-lisp/clx/Manifest b/dev-lisp/clx/Manifest index 7f5bb355de68..a761cbdc9dc0 100644 --- a/dev-lisp/clx/Manifest +++ b/dev-lisp/clx/Manifest @@ -1,3 +1,3 @@ DIST clx-0.7.5.tar.gz 468904 BLAKE2B 30ce4de52fdbbc935bf5653f54a588537670b7d55dc038f32b4527e5f3d7b2dfe6afde3d28debf7ab5a08994155ec390f1e70dfbe45e8831fe7a977d245c9d7a SHA512 9228c37a99dcaee637c64c58183220c1ed3745e683c877f843c7de5b052d7355a3ddd50687371e8388c05bcedda062008299476b82dc8a3d26b605dde1dfa997 -EBUILD clx-0.7.5.ebuild 872 BLAKE2B b8e1bebb8c095bf33cb51801c1497587ef562f4c01daf21e959f1dc1944da99bb002b1c54183af711b49130ffc1e00dc086ef88a0113f09eecf2cdb46d9acc0b SHA512 c7e6e57e9adc0dd5e355a17cdfee413346c6af25426cfffd4b881bd88c99870c29c1caf5c0d6bb7fea12dc0066a94dc583a3a9df71bfa7e0be41d226174013af +EBUILD clx-0.7.5-r1.ebuild 843 BLAKE2B 0d8e29571033a86e9cefe51d6913a7f51a8ea8635b9ec98ef5fb70424bfca35d4faafb2702cfaf1573a40b966bdb664befcce108c114a28c06442ec1b9d244d3 SHA512 6f35cb4cc3449a5b9cdae0025d5d40bfde7ec7453c2033338422b73128619e1fdcef3c464641411b1a1939f663c6ab1b709648f1c1259a3ff2731122909aa2c5 MISC metadata.xml 841 BLAKE2B b48e0da7b3ddc82519601e37a6796fc5d2165c0847b46fa67e56f3b75cdbb948b785b20c55474fa8161369645ff7a845eafed085e954345535cfeb7a7c9bafcf SHA512 0dd0b7e5f7f3a590a5b6c250a853e66f332c7c26e4b1085130ce5ecc0069800539be2a2196dd4d43060e1b5ce8e5f665a461ea51e6692e9611c90ccb28152fb0 diff --git a/dev-lisp/clx/clx-0.7.5-r1.ebuild b/dev-lisp/clx/clx-0.7.5-r1.ebuild new file mode 100644 index 000000000000..4f8c577096fe --- /dev/null +++ b/dev-lisp/clx/clx-0.7.5-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit common-lisp-3 + +DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL" +HOMEPAGE="https://www.cliki.net/CLX" +SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="doc" + +DEPEND="sys-apps/texinfo + doc? ( virtual/texi2dvi )" + +src_compile() { + cd manual || die + makeinfo ${PN}.texinfo -o ${PN}.info || die + if use doc ; then + VARTEXFONTS="${T}"/fonts \ + texi2pdf ${PN}.texinfo -o ${PN}.pdf || die + fi +} + +src_install() { + common-lisp-install-sources *.lisp debug demo extensions tests + 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.5.ebuild b/dev-lisp/clx/clx-0.7.5.ebuild deleted file mode 100644 index 06e69d160335..000000000000 --- a/dev-lisp/clx/clx-0.7.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL" -HOMEPAGE="http://www.cliki.net/CLX" -SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN}" - -src_compile() { - cd manual || die - makeinfo ${PN}.texinfo -o ${PN}.info || die - if use doc ; then - VARTEXFONTS="${T}"/fonts \ - texi2pdf ${PN}.texinfo -o ${PN}.pdf || die - fi -} - -src_install() { - common-lisp-install-sources *.lisp debug demo extensions tests - common-lisp-install-asdf - dodoc NEWS CHANGES README* - doinfo manual/${PN}.info - use doc && dodoc manual/${PN}.pdf -} -- cgit v1.2.3