Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
Date: Sat, 02 Apr 2022 16:30:56
Message-Id: 1648916755.9c90557867ee55bc2002a139eac816e94d368f4f.ulm@gentoo
1 commit: 9c90557867ee55bc2002a139eac816e94d368f4f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:25:55 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:25:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9c905578
7
8 dev-lisp/cl-irc: Remove old
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/cl-irc/cl-irc-0.9.1.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
16 deleted file mode 100644
17 index 31d67425..00000000
18 --- a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit common-lisp-3
27 -
28 -DESCRIPTION="A Common Lisp IRC client library"
29 -HOMEPAGE="http://common-lisp.net/project/cl-irc/"
30 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lisp/split-sequence
38 - dev-lisp/usocket
39 - dev-lisp/flexi-streams"
40 -
41 -src_install() {
42 - common-lisp-install-sources *.lisp
43 - common-lisp-install-asdf
44 - dodoc CREDITS ChangeLog README
45 - docinto doc && dodoc doc/*.txt
46 - docinto example && dodoc example/*
47 -}