diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-lisp/asdf | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-lisp/asdf')
| -rw-r--r-- | dev-lisp/asdf/Manifest | 1 | ||||
| -rw-r--r-- | dev-lisp/asdf/asdf-3.3.5-r1.ebuild | 72 | ||||
| -rw-r--r-- | dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch | 27 | ||||
| -rw-r--r-- | dev-lisp/asdf/files/gentoo-init.lisp | 12 | ||||
| -rw-r--r-- | dev-lisp/asdf/files/source-registry.conf | 5 | ||||
| -rw-r--r-- | dev-lisp/asdf/metadata.xml | 8 |
6 files changed, 0 insertions, 125 deletions
diff --git a/dev-lisp/asdf/Manifest b/dev-lisp/asdf/Manifest deleted file mode 100644 index 730b60d701ee..000000000000 --- a/dev-lisp/asdf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asdf-3.3.5.tar.gz 520233 BLAKE2B 59697b9c6a691c43efe47c0e6d9fed5b8a0f2f2432f10cb58a643857bc3d332b730b180d5d13e87656b9106eab7787359ecd3b854447f5d9c8a871b3a1510448 SHA512 27221bbf798c94e427b8e2c0e8ecb5384102dd5f8f5d2cc18c2e3d44e0aa2f3b79538e0f2cb589442eb493abe00c8a63a04f6c1558979b78cd00165c6b33103b diff --git a/dev-lisp/asdf/asdf-3.3.5-r1.ebuild b/dev-lisp/asdf/asdf-3.3.5-r1.ebuild deleted file mode 100644 index c6230b834fc0..000000000000 --- a/dev-lisp/asdf/asdf-3.3.5-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit prefix common-lisp-3 - -DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" -HOMEPAGE="https://asdf.common-lisp.dev/" -SRC_URI="https://asdf.common-lisp.dev/archives/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PVR}" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND="doc? ( virtual/texi2dvi ) - test? ( virtual/commonlisp )" -PDEPEND="virtual/commonlisp - ~dev-lisp/uiop-${PV}" - -PATCHES=( - # bug 841335, drop on next version bump - "${FILESDIR}"/${PN}-3.3.5-test-utilities.patch -) - -install_docs() { - ( - cd doc || die - dodoc *.{html,css,ico,png} ${PN}.pdf - doinfo ${PN}.info - - # texinfo-7 renamed the dir from asdf to asdf_html #883439 - if [[ -d asdf_html ]]; then - dodoc -r asdf_html - else - docinto asdf_html - dodoc -r asdf/. - fi - ) -} - -src_compile() { - emake - - use doc && emake -C doc -} - -src_test() { - common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)" - - rm test/test-program.script || die - - # sbcl in common-lisp.eclass has --non-interactive in the binary name - # which seems to break this? - test/run-tests.sh ${CL_BINARY/--non-interactive/} || die -} - -src_install() { - insinto "${CLSOURCEROOT}/${PN}" - doins -r build version.lisp-expr - - dodoc README.md TODO - use doc && install_docs - - insinto /etc/common-lisp - cd "${T}" || die - cp "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf . || die - eprefixify gentoo-init.lisp source-registry.conf - doins gentoo-init.lisp source-registry.conf -} diff --git a/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch b/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch deleted file mode 100644 index d8529d16823d..000000000000 --- a/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/841335 -Taken from https://github.com/roswell/asdf/commit/fd289d99d1c76601fb310f8ca26a48f807337c8d - -From fd289d99d1c76601fb310f8ca26a48f807337c8d Mon Sep 17 00:00:00 2001 -From: "Robert P. Goldman" <rpgoldman@sift.net> -Date: Fri, 2 Jul 2021 15:57:34 -0500 -Subject: [PATCH] Fix garbled test. - -By accident a bad test slipped into a commit: this was due to my not -understanding how `with-expected-failure` works. ---- - test/test-utilities.script | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/test-utilities.script b/test/test-utilities.script -index 09a03347..b1e00fa5 100644 ---- a/test/test-utilities.script -+++ b/test/test-utilities.script -@@ -342,7 +342,7 @@ - ;; (assert (directory-exists-p oddball-pathname)) - ;; (pathname oddball-namestring) - ;; (assert-equal nil (uiop:subdirectories oddball-namestring)) --(with-expected-failure ("UIOP:SUBDIRECTORIES does not handle non-standard pathnames.") -+(with-expected-failure (#+(or sbcl cmucl) t) - (assert-equal nil (uiop:subdirectories "/[foo"))) - - (DBG "check to make sure WITH-CURRENT-DIRECTORY checks its parameter for directory pathname") diff --git a/dev-lisp/asdf/files/gentoo-init.lisp b/dev-lisp/asdf/files/gentoo-init.lisp deleted file mode 100644 index 1a855466a23a..000000000000 --- a/dev-lisp/asdf/files/gentoo-init.lisp +++ /dev/null @@ -1,12 +0,0 @@ -(in-package #:cl-user) - -#-(or cmu ccl ecl sbcl) -(let ((*compile-print* nil) - (*compile-verbose* nil) - #+cmu (ext:*gc-verbose* nil)) - (handler-bind ((warning #'muffle-warning)) - (load #p"@GENTOO_PORTAGE_EPREFIX@/usr/share/common-lisp/source/asdf/build/asdf.lisp" - :print nil :verbose nil))) - -#+(or cmu ccl ecl sbcl) -(require :asdf) diff --git a/dev-lisp/asdf/files/source-registry.conf b/dev-lisp/asdf/files/source-registry.conf deleted file mode 100644 index d8cfd7146df9..000000000000 --- a/dev-lisp/asdf/files/source-registry.conf +++ /dev/null @@ -1,5 +0,0 @@ -;; -*- Mode: Lisp; -*- - -(:source-registry - (:directory "@GENTOO_PORTAGE_EPREFIX@/usr/share/common-lisp/systems") - :inherit-configuration) diff --git a/dev-lisp/asdf/metadata.xml b/dev-lisp/asdf/metadata.xml deleted file mode 100644 index 4de45c7d62d6..000000000000 --- a/dev-lisp/asdf/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>common-lisp@gentoo.org</email> - <name>Gentoo Common Lisp Project</name> -</maintainer> -</pkgmetadata> |
