From ccaccfe4f1da8c11d9fa110f6e4eb847358769d7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jun 2024 00:10:02 +0100 Subject: gentoo auto-resync : 18:06:2024 - 00:10:02 --- dev-lisp/cl-unicode/Manifest | 3 +- dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild | 2 +- dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 42 -------------------------- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild (limited to 'dev-lisp/cl-unicode') diff --git a/dev-lisp/cl-unicode/Manifest b/dev-lisp/cl-unicode/Manifest index f086fcc95e57..58cccf9aa9ac 100644 --- a/dev-lisp/cl-unicode/Manifest +++ b/dev-lisp/cl-unicode/Manifest @@ -1,4 +1,3 @@ DIST cl-unicode-0.1.5.tar.gz 485666 BLAKE2B 9db0714c24de4c5c79f3d7eeb471ac5d7a06dd29abd1c3c4b728c9ce98b175ea97ed20923c957a75ac7dee290f095a5c28c92da5ddc7e808d28ca624d84a37cd SHA512 0b66c0e711f7e37423aa638b43017adff648189a32032702b082dff140b2255847a15572a20f21e6f82a2e8cbd547f7f99bf9176e4fa464aa1d938575d8a2390 -EBUILD cl-unicode-0.1.5-r1.ebuild 1058 BLAKE2B b1465bb4d175293580aabfb5eafe1dc1a518a490e314adcb9c4ffff3f5daf11df065517103085753256eefbc4b7e168ee05a76bdaa9feeb8f71d5b26355f1ece SHA512 560134c3355af0a4e6f303c6f388f1a8c6c1d10692117a656ef2a1806c1ddc35b84ff785957c41116696d668cba3eae61fc7fbc098e63f67860bb82743ebc09b -EBUILD cl-unicode-0.1.5.ebuild 1064 BLAKE2B 2697ef735e0a986d41955c41caebc5c1e8b0cf27e2a7b4f3f09191335d743f8b6bef8b1460294ec5ab9877cce9ebaa856289bc05483fa71a6d47a9a28fee542c SHA512 72d4a4a9bc2ef0150cf91df1a06a9c23a43019fa3c9192402ed309ccdf4986368beb841b972cd50ca17003d7d79fea14319c99529866ecd9874e7d04672df099 +EBUILD cl-unicode-0.1.5-r1.ebuild 1056 BLAKE2B fbaab5681c49e2599e5293246c824b5953a27e0f3898fbf6f2eaa8f385d52df36371789b94adb852950a993428c81bdf65d0f17226738d65592f117de2d1ca7d SHA512 db7bdc155c166aff0a9f2287787e6ca83ab229270c7cc6e894836561b73c41b469c5e9cbaa24839362f251db340dc3e9ba87bb4384278a405ceaef02b93a7b22 MISC metadata.xml 1363 BLAKE2B 8447b4312a9619c24014f437792e17af4f4dd38998b9f4e595c0ca139ecaca0834543b86af20b5c567ea8d57ca9f24cdfe8d21f6ec25caa30f662f77f88fd94b SHA512 99b0cee1e43de0b1adb5746076e2501eded398dc8f2f3d6486a086985d77af9ef1644b0a8f31a3410ab0d0f6d5be740cac3024a6cd7afd76f3a46e09f129ffb1 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild index 728b474a9a1b..3acb1df4ee00 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" DEPEND="virtual/commonlisp dev-lisp/flexi-streams" diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild deleted file mode 100644 index d088c26abc3a..000000000000 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 xdg-utils - -MY_P="v${PV}" - -DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters" -HOMEPAGE="http://weitz.de/cl-unicode/" -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/flexi-streams" -RDEPEND="dev-lisp/cl-ppcre" - -src_configure() { - xdg_environment_reset -} - -src_compile() { - # cl-unicode builds parts of its source code automatically the first time it - # is compiled, so we compile it here. - local initclunicode="(progn (push \"${S}/\" asdf:*central-registry*) (require :${PN}))" - - common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)" - ${CL_BINARY} ${CL_EVAL} "${initclunicode}" -} - -src_install() { - common-lisp-install-sources *.lisp test/ - common-lisp-install-sources -t all build/ - common-lisp-install-asdf - dodoc CHANGELOG - dodoc doc/index.html -} -- cgit v1.2.3