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/cl-markdown/
Date: Fri, 07 Jul 2017 08:36:11
Message-Id: 1499416574.aaf0e592320e727f78c06ddea00af0a137a48cb3.nimiux@gentoo
1 commit: aaf0e592320e727f78c06ddea00af0a137a48cb3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:36:14 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:36:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aaf0e592
7
8 dev-lisp/cl-markdown: Drops old version. Updates header
9
10 dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild | 35 --------------------------
11 dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild | 3 +--
12 2 files changed, 1 insertion(+), 37 deletions(-)
13
14 diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
15 deleted file mode 100644
16 index 2186a1b7..00000000
17 --- a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
18 +++ /dev/null
19 @@ -1,35 +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 eutils
25 -
26 -DESCRIPTION="CL-Markdown is a Common Lisp rewrite of Markdown."
27 -HOMEPAGE="http://common-lisp.net/project/cl-markdown"
28 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
29 -
30 -LICENSE="MIT"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND=">=dev-lisp/metatilities-base-0.6.0
36 - dev-lisp/metabang-bind
37 - dev-lisp/dynamic-classes
38 - >=dev-lisp/cl-containers-0.11.5
39 - dev-lisp/anaphora
40 - dev-lisp/cl-ppcre
41 - dev-lisp/trivial-shell
42 - dev-lisp/lift
43 - dev-lisp/lml2
44 - dev-lisp/cl-html-diff
45 - dev-lisp/html-encode"
46 -
47 -CLSYSTEMS="${PN} ${PN}-test"
48 -
49 -src_install() {
50 - common-lisp-install ${PN}.asd ${PN}-test.asd
51 - common-lisp-install dev/*.lisp resources unit-tests
52 - common-lisp-symlink-asdf
53 - dodoc *.config
54 -}
55
56 diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
57 index a4f2c60f..cdf32f49 100644
58 --- a/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
59 +++ b/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
60 @@ -1,6 +1,5 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 +# Copyright 1999-2017 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Id$
65
66 EAPI=6