Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-backtrace/
Date: Fri, 23 Mar 2018 21:41:50
Message-Id: 1521841322.6ef862c6f007e080ac7052a12053cf5a310b8f87.nimiux@gentoo
1 commit: 6ef862c6f007e080ac7052a12053cf5a310b8f87
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 21:42:02 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 21:42:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6ef862c6
7
8 dev-lisp/trivial-backtrace: Drops version 1.0.2
9
10 .../trivial-backtrace-1.0.2.ebuild | 23 ----------------------
11 1 file changed, 23 deletions(-)
12
13 diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild
14 deleted file mode 100644
15 index e4fc5495..00000000
16 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild
17 +++ /dev/null
18 @@ -1,23 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -inherit common-lisp-3 eutils
25 -
26 -DESCRIPTION="A simple library for generating a backtrace portably."
27 -HOMEPAGE="http://common-lisp.net/project/trivial-backtrace"
28 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
29 -
30 -LICENSE="MIT BSD"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -CLSYSTEMS="${PN} ${PN}-test"
36 -
37 -src_install() {
38 - common-lisp-install-sources dev test
39 - common-lisp-install-asdf
40 - dodoc *.config
41 -}