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/contextl/
Date: Fri, 07 Jul 2017 09:04:53
Message-Id: 1499418299.0b2a7753360c1861a180e6e99624a29ebe6df811.nimiux@gentoo
1 commit: 0b2a7753360c1861a180e6e99624a29ebe6df811
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:04:59 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:04:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b2a7753
7
8 dev-lisp/contextl: Drops old version. Updates header
9
10 dev-lisp/contextl/contextl-0.61.ebuild | 29 -----------------------------
11 dev-lisp/contextl/contextl-1.0.0.ebuild | 3 +--
12 2 files changed, 1 insertion(+), 31 deletions(-)
13
14 diff --git a/dev-lisp/contextl/contextl-0.61.ebuild b/dev-lisp/contextl/contextl-0.61.ebuild
15 deleted file mode 100644
16 index 1bcf3cfe..00000000
17 --- a/dev-lisp/contextl/contextl-0.61.ebuild
18 +++ /dev/null
19 @@ -1,29 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=2
25 -
26 -inherit common-lisp-2
27 -
28 -MY_P=${PN}_${PV}
29 -
30 -DESCRIPTION="CLOS extension for context-oriented Programming"
31 -HOMEPAGE="http://common-lisp.net/project/closer/"
32 -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 -IUSE=""
38 -
39 -RDEPEND="!dev-lisp/cl-${PN}
40 - dev-lisp/lw-compat
41 - >=dev-lisp/closer-mop-0.60"
42 -
43 -S="${WORKDIR}"/${MY_P}
44 -
45 -src_install() {
46 - common-lisp-install *.{lisp,asd} test/*.lisp
47 - common-lisp-symlink-asdf
48 -}
49
50 diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild
51 index 5834ee2b..29317419 100644
52 --- a/dev-lisp/contextl/contextl-1.0.0.ebuild
53 +++ b/dev-lisp/contextl/contextl-1.0.0.ebuild
54 @@ -1,6 +1,5 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Id$
59
60 EAPI=6