summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-02 18:28:34 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-02 18:28:34 +0200
commit97f8cf6f1f82fc26e792a987eead706139a0edf7 (patch)
treee8c578ab9a637f48c2e4c3301f8896b5b2b97be0 /dev-lisp
parentdev-lisp/cl-irc: Update HOMEPAGE and SRC_URI (diff)
downloadlisp-97f8cf6f1f82fc26e792a987eead706139a0edf7.tar.gz
lisp-97f8cf6f1f82fc26e792a987eead706139a0edf7.tar.bz2
lisp-97f8cf6f1f82fc26e792a987eead706139a0edf7.zip
dev-lisp/cl-launch: Remove old
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-launch/Manifest1
-rw-r--r--dev-lisp/cl-launch/cl-launch-4.0.3.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-lisp/cl-launch/Manifest b/dev-lisp/cl-launch/Manifest
index 955fe787..ad625598 100644
--- a/dev-lisp/cl-launch/Manifest
+++ b/dev-lisp/cl-launch/Manifest
@@ -1,2 +1 @@
-DIST cl-launch-4.0.3.tar.gz 94686 BLAKE2B a21c3c8c7ba910201980f7253240cf8ccf134bbbd530bf5896f4ff1607840cefd4c75132e95877949b616b25f15fce68f365e49d79383cf2e074014e4b353443 SHA512 99f9737ab87d8630a1ca6c824b00acff65871e6d135c139eed8a76c937f07c8e6942fdea825d8ddd7e14e64232e88773e0a7767be527271769a40417240d358c
DIST cl-launch-4.1.4.1.tar.gz 94539 BLAKE2B ad4e463d9c955d9944b4d99fbd764068c3e03da20329f23aac88f550dbb5e8dd55aca6f99c54d1ac81c7116fa0b9b53a436f6212af8df44dce46a5f5039355d9 SHA512 0ef287b81830d0757961abe9615aa8e2166d7bddd7f23c84f4612bc66659b23f1a3bce2b05fa137f72d15697a1a280371c2b5bd4aa592ee025b0dd2fb4c75747
diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
deleted file mode 100644
index c1222a20..00000000
--- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
-HOMEPAGE="http://www.cliki.net/cl-launch"
-SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
- mkdir -p "${D}/usr/bin" || die
- emake PREFIX="${D}/usr" install
-}