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/mop-features/
Date: Fri, 07 Jul 2017 08:48:34
Message-Id: 1499417318.3720cd3622b344166626d82afc429ba02a2ff02d.nimiux@gentoo
1 commit: 3720cd3622b344166626d82afc429ba02a2ff02d
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:48:38 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:48:38 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3720cd36
7
8 dev-lisp/mop-features: Drops old version. Updates header
9
10 dev-lisp/mop-features/mop-features-0.50.ebuild | 28 -------------------------
11 dev-lisp/mop-features/mop-features-1.0.0.ebuild | 3 +--
12 2 files changed, 1 insertion(+), 30 deletions(-)
13
14 diff --git a/dev-lisp/mop-features/mop-features-0.50.ebuild b/dev-lisp/mop-features/mop-features-0.50.ebuild
15 deleted file mode 100644
16 index ffba1456..00000000
17 --- a/dev-lisp/mop-features/mop-features-0.50.ebuild
18 +++ /dev/null
19 @@ -1,28 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -inherit common-lisp-2
25 -
26 -MY_P=${PN}_${PV:0:3}
27 -
28 -DESCRIPTION="Provides a way to check what features a Common Lisp implementation supports."
29 -HOMEPAGE="http://common-lisp.net/project/closer/features.html"
30 -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lisp/lw-compat"
38 -
39 -CLSYSTEMS="mop-feature-tests"
40 -
41 -S="${WORKDIR}"/${MY_P}
42 -
43 -src_install() {
44 - common-lisp-install *.{lisp,asd} tests/*.lisp
45 - common-lisp-symlink-asdf
46 - dodoc release-notes.txt
47 -}
48
49 diff --git a/dev-lisp/mop-features/mop-features-1.0.0.ebuild b/dev-lisp/mop-features/mop-features-1.0.0.ebuild
50 index 3a4dd363..0b71b9df 100644
51 --- a/dev-lisp/mop-features/mop-features-1.0.0.ebuild
52 +++ b/dev-lisp/mop-features/mop-features-1.0.0.ebuild
53 @@ -1,6 +1,5 @@
54 -# Copyright 1999-2016 Gentoo Foundation
55 +# Copyright 1999-2017 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Id$
58
59 EAPI=6