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-features/
Date: Wed, 30 Aug 2017 13:23:09
Message-Id: 1504099380.485a04348842affda1d0aaf6d228303f7589dfd9.nimiux@gentoo
1 commit: 485a04348842affda1d0aaf6d228303f7589dfd9
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:23:00 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:23:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=485a0434
7
8 dev-lisp/trivial-features: Drops old version
9
10 .../trivial-features-0.6-r1.ebuild | 24 ----------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
14 deleted file mode 100644
15 index a50d3528..00000000
16 --- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
17 +++ /dev/null
18 @@ -1,24 +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 -MY_P=${PN}_${PV}
27 -
28 -DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
29 -HOMEPAGE="http://www.cliki.net/trivial-features"
30 -SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -S="${WORKDIR}"/${MY_P}
38 -
39 -src_install() {
40 - common-lisp-3_src_install
41 - dodoc SPEC
42 -}