Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/slime: slime-2.0_p20080731-r1.ebuild
Date: Wed, 03 Feb 2010 19:27:38
Message-Id: E1Ncksw-0006Ot-Rw@stork.gentoo.org
1 ulm 10/02/03 19:27:34
2
3 Modified: slime-2.0_p20080731-r1.ebuild
4 Log:
5 Fix sed expression.
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-emacs/slime/slime-2.0_p20080731-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: slime-2.0_p20080731-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- slime-2.0_p20080731-r1.ebuild 3 Feb 2010 19:24:02 -0000 1.1
22 +++ slime-2.0_p20080731-r1.ebuild 3 Feb 2010 19:27:34 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild,v 1.1 2010/02/03 19:24:02 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20080731-r1.ebuild,v 1.2 2010/02/03 19:27:34 ulm Exp $
28
29 EAPI=3
30
31 @@ -59,7 +59,7 @@
32 ## install core
33 elisp-install ${PN} *.el{,c} "${FILESDIR}"/swank-loader.lisp \
34 || die "Cannot install SLIME core"
35 - sed "s:/usr/:${EPREFIX}&:" "${FILESDIR}"/${PV}/${SITEFILE} \
36 + sed "s:/usr/:${EPREFIX}&:g" "${FILESDIR}"/${PV}/${SITEFILE} \
37 >"${T}"/${SITEFILE} || die "sed failed"
38 elisp-site-file-install "${T}"/${SITEFILE} || die
39 cp "${FILESDIR}"/${PV}/swank.asd "${S}"