diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-lisp/cl-unicode | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-lisp/cl-unicode')
| -rw-r--r-- | dev-lisp/cl-unicode/Manifest | 1 | ||||
| -rw-r--r-- | dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild | 40 | ||||
| -rw-r--r-- | dev-lisp/cl-unicode/metadata.xml | 27 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-lisp/cl-unicode/Manifest b/dev-lisp/cl-unicode/Manifest deleted file mode 100644 index e73222844aa1..000000000000 --- a/dev-lisp/cl-unicode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cl-unicode-0.1.5.tar.gz 485666 BLAKE2B 9db0714c24de4c5c79f3d7eeb471ac5d7a06dd29abd1c3c4b728c9ce98b175ea97ed20923c957a75ac7dee290f095a5c28c92da5ddc7e808d28ca624d84a37cd SHA512 0b66c0e711f7e37423aa638b43017adff648189a32032702b082dff140b2255847a15572a20f21e6f82a2e8cbd547f7f99bf9176e4fa464aa1d938575d8a2390 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 deleted file mode 100644 index 61fc2c95afa6..000000000000 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit common-lisp-3 xdg-utils - -MY_P="v${PV}" - -DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters" -HOMEPAGE="https://edicl.github.io/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 ~riscv ~sparc x86" - -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 doc/index.html -} diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml deleted file mode 100644 index 71306bdd23fd..000000000000 --- a/dev-lisp/cl-unicode/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>common-lisp@gentoo.org</email> - <name>Gentoo Common Lisp Project</name> - </maintainer> - <longdescription lang="en"> - CL-UNICODE is a library which provides Common Lisp implementations - with knowledge about Unicode characters including their name, their - general category, the scripts and blocks they belong to, their - numerical value, and several other properties. It also provides the - ability to replace the standard syntax for reading Lisp characters - with one that is Unicode-aware and is used to enhance CL-PPCRE with - Unicode properties. - </longdescription> - <longdescription lang="es"> - CL-UNICODE es una biblioteca que ofrece implmentaciones de Common - Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría - general, los guiones y bloques a los que pertenecen, su valor - numérico y algunas otras propiedades. También ofrece la capacidad - de reemplazar la sintaxis estándar para la lectura de caracteres - Lisp por otra que reconoce Unicode y se utiliza para mejorar - CL-PPCRE con propiedades Unicode. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
