From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CCCC15808B for ; Sat, 2 Apr 2022 16:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 659F0E08A0; Sat, 2 Apr 2022 16:30:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CAA3E08A0 for ; Sat, 2 Apr 2022 16:30:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 589713413BE for ; Sat, 2 Apr 2022 16:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EC21361 for ; Sat, 2 Apr 2022 16:30:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648916914.97f8cf6f1f82fc26e792a987eead706139a0edf7.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-launch/cl-launch-4.0.3.ebuild X-VCS-Directories: dev-lisp/cl-launch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 97f8cf6f1f82fc26e792a987eead706139a0edf7 X-VCS-Branch: master Date: Sat, 2 Apr 2022 16:30:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fac1a7ed-1e5c-487c-b3cc-23825df8e42d X-Archives-Hash: 5021118b3516d9e5a3530f079584bf81 commit: 97f8cf6f1f82fc26e792a987eead706139a0edf7 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 16:28:34 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 2 16:28:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97f8cf6f dev-lisp/cl-launch: Remove old Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) 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 -}