Gentoo Archives: gentoo-lisp

From: Christian Faulhammer <opfer@g.o>
To: gentoo-lisp@l.g.o
Subject: Re: [gentoo-lisp] common-lisp.eclass cleanup
Date: Mon, 15 Oct 2007 08:55:47
Message-Id: 20071015104532.2d8464ac@gentoo.org
In Reply to: [gentoo-lisp] common-lisp.eclass cleanup by Stelian Ionescu
1 Stelian Ionescu <sionescu@×××××××××××.net>:
2
3 > hello, I've attached a cleaned up version of common-lisp.eclass. The
4 > purpose of this change is to remove dependency on
5 > dev-lisp/common-lisp-controller and to help reduce code duplication in
6 > ebuilds.
7
8 common-lisp-install() {
9 if [ $# == 0 ]; then
10 [...]
11 common-lisp-install-single-system() {
12 if [ $# != 1 ]; then
13 [...]
14 common-lisp-system-symlink() {
15 [...]
16 if [ $# -eq 0 ]; then
17
18 Just a cosmetic...stay with one system. The local variables for Emacs
19 are unncessary, or do you have problems with app-emacs/gentoo-syntax?
20
21 V-Li
22
23 --
24 Christian Faulhammer, Gentoo Lisp project
25 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
26
27 <URL:http://www.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-lisp] common-lisp.eclass cleanup Stelian Ionescu <sionescu@×××××××××××.net>
Re: [gentoo-lisp] common-lisp.eclass cleanup Stelian Ionescu <sionescu@×××××××××××.net>