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/s-sysdeps/
Date: Sat, 28 Nov 2015 22:17:38
Message-Id: 1448749195.19f1a36b6ab9d65a56f96e507ef114c3a6a64818.nimiux@gentoo
1 commit: 19f1a36b6ab9d65a56f96e507ef114c3a6a64818
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 22:19:55 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 22:19:55 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=19f1a36b
7
8 dev-lisp/s-sysdeps: fix Id in header and cleanup
9
10 dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 3 ++-
11 dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 11 ++---------
12 2 files changed, 4 insertions(+), 10 deletions(-)
13
14 diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
15 index 9ac4f1a..08827ba 100644
16 --- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
17 +++ b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
18 @@ -1,8 +1,9 @@
19 # Copyright 1999-2010 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 EAPI=3
25 +
26 inherit common-lisp-3
27
28 DEB_PV=1
29
30 diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
31 index f27fa6d..ae3b222 100644
32 --- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
33 +++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
34 @@ -1,6 +1,6 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 +# Copyright 1999-2015 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 -# $Header: $
39 +# $Id$
40
41 EAPI=5
42
43 @@ -16,10 +16,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
44 IUSE=""
45
46 RDEPEND="!dev-lisp/cl-${PN}"
47 -
48 -#src_install() {
49 - #common-lisp-install-sources src test
50 - #common-lisp-install-asdf ${PN}.asd
51 - #dohtml doc/*.html
52 - #dodoc README.txt
53 -#}