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/madeira-port/
Date: Mon, 16 Oct 2017 21:19:36
Message-Id: 1508188776.9ec5beb79db518a536960a498e6d41ad7d0ffd5b.nimiux@gentoo
1 commit: 9ec5beb79db518a536960a498e6d41ad7d0ffd5b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 21:19:36 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 21:19:36 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ec5beb7
7
8 dev-lisp/madeira-port: Drops package
9
10 dev-lisp/madeira-port/madeira-port-9999.ebuild | 17 -----------------
11 1 file changed, 17 deletions(-)
12
13 diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
14 deleted file mode 100644
15 index 950ee625..00000000
16 --- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
17 +++ /dev/null
18 @@ -1,17 +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 git-r3
25 -
26 -DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system"
27 -HOMEPAGE="https://github.com/nikodemus/madeira-port"
28 -EGIT_REPO_URI="https://github.com/nikodemus/${PN}"
29 -
30 -LICENSE="MIT"
31 -SLOT="0"
32 -IUSE=""
33 -
34 -DEPEND="dev-lisp/eos"
35 -RDEPEND="${DEPEND}"