From 7b830374520118e805fdd214530a389653750f51 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Sep 2023 17:00:58 +0100 Subject: gentoo auto-resync : 16:09:2023 - 17:00:58 --- dev-lisp/clisp/Manifest | 2 +- dev-lisp/clisp/clisp-2.49.92-r1.ebuild | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'dev-lisp/clisp') diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest index 38364f717924..8054286b02c5 100644 --- a/dev-lisp/clisp/Manifest +++ b/dev-lisp/clisp/Manifest @@ -1,4 +1,4 @@ AUX clisp-2.49.92-after_glibc_cfree_bdb.patch 8499 BLAKE2B d093b76cdf25b0822aaca87bd6055c6b58edc68e387d78d7fd979171d881fe585b674246b3a2a6f37a8412b5aef1b997210b4019a1595a07b64471cb9324656f SHA512 1b8cb29bf9caa30ca05474a67202f72f013e57d6b0d2dff1fb5ab0472df9f5c5a5b5de46922c931fa9a4d4a0a25890a05e1f7d38ddfb56c967026eef80001919 DIST clisp-2.49.92.tar.bz2 9055207 BLAKE2B 6cf331eb9f99f62579e35469e2d01cae066083592ccc71cf483b70b4d1be349cdee9d403e0a7ed1ad1c8c5d805c1dab51c1a5031d77469ff8c4dc52eb58913df SHA512 cc9412a7b3f21c85b040bf5e660380fafb3c2374765a1c00272feb3f7838f2161e27a5d6295cef9976f0c4522f10796cf5ee5447716090d1cc69ecfe598ef306 -EBUILD clisp-2.49.92-r1.ebuild 4031 BLAKE2B e0ede63ddf60e70bb54cb126365adb5c5435110d467eae5dbd501341ab04e1c34c5d242d1d9b8c3dcd604112a3b0e9e996d1bcf76ef45ab05ac674d54566fe1f SHA512 ee2ab656397022cf69793bad5e860aef333c43134b4906944b764c97f58a26d389606b7cb001d6b6bdde1b110b596111a51c09ffadc2eff4a215548098fbaee4 +EBUILD clisp-2.49.92-r1.ebuild 4034 BLAKE2B a7e4ade58cdb38c060f4450a12b99a1e2508ce82a769645ad42bc0385ff45124af973c016ba5dbcf716621562e3301c7af78db39bd7d9f8b2493de41381c6add SHA512 3503ef233a9045cafc68fe053c33e9b0573b6c0351165c5fb4844041cce5e08dccf25005c59f9e754717a822dce8f1edecb00b8fd31d5b36cc02d6cb6fcecc55 MISC metadata.xml 1253 BLAKE2B 2907592c4e4bff6fdf16f31d78f5e03e0d96988f82ded792a91768d9a20b38570fc10e110798cd30938cbe60207cc2243eb657e3e04704b51555ec993561ef47 SHA512 2b17e7c2269ae2b4cd9a2137624060cf6c46b650ebe59b37fcc2544fb7056aa559d0a9a93a103aedea4c3252a748cbe34d9aea3940f9721acf69bde99d066397 diff --git a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild index b27879b84797..dc22d9b9e28e 100644 --- a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild +++ b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit flag-o-matic multilib toolchain-funcs xdg-utils +inherit flag-o-matic xdg-utils DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp" HOMEPAGE="https://clisp.sourceforge.io/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="2/8" KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm threads +unicode +zlib" @@ -131,11 +131,12 @@ src_compile() { } src_install() { - pushd "${BUILDDIR}" + pushd "${BUILDDIR}" || die make DESTDIR="${D}" prefix="${EPREFIX}"/usr install-bin || die "Installation failed" doman clisp.1 dodoc ../SUMMARY README* ../src/NEWS ../unix/MAGIC.add ../ANNOUNCE - popd - dohtml doc/impnotes.{css,html} doc/regexp.html doc/clisp.png + popd || die dodoc doc/{CLOS-guide,LISP-tutorial}.txt + docinto html + dodoc doc/impnotes.{css,html} doc/regexp.html doc/clisp.png } -- cgit v1.2.3