Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/lush: ChangeLog lush-1.2.1.ebuild
Date: Tue, 18 Sep 2007 17:36:40
Message-Id: E1IXgsa-0007Dt-AD@stork.gentoo.org
1 hkbst 07/09/18 17:28:56
2
3 Modified: ChangeLog
4 Added: lush-1.2.1.ebuild
5 Log:
6 bump, fixes bug 171349, add amd64, fixes bug 192831
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.11 dev-lisp/lush/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 22 Jul 2007 08:02:26 -0000 1.10
23 +++ ChangeLog 18 Sep 2007 17:28:55 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-lisp/lush
26 # Copyright 2000-2007 Gentoo Foundation and Matthew Kennedy <mkennedy@g.o>; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.10 2007/07/22 08:02:26 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.11 2007/09/18 17:28:55 hkbst Exp $
29 +
30 +*lush-1.2.1 (18 Sep 2007)
31 +
32 + 18 Sep 2007; Marijn Schouten <hkBst@g.o> +files/aclocal.m4.patch,
33 + +lush-1.2.1.ebuild:
34 + bump, fixes bug 171349, add amd64, fixes bug 192831
35
36 22 Jul 2007; Hans de Graaff <graaff@g.o> lush-1.0.ebuild,
37 lush-1.1.ebuild:
38
39
40
41 1.1 dev-lisp/lush/lush-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lush-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild,v 1.1 2007/09/18 17:28:55 hkbst Exp $
51
52 inherit eutils autotools
53
54 DESCRIPTION="Lush is the Lisp User Shell"
55 HOMEPAGE="http://lush.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/lush/${P}.tar.gz"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="X"
61
62 DEPEND="X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM )"
63
64 S="${WORKDIR}/${PN}"
65
66 src_unpack() {
67 unpack ${A}; cd "${S}"
68 # cp aclocal.m4 aclocal.m4.old
69 # sed "/dnl @synopsis AC_CC_OPTIMIZE/,/^])/d" -i aclocal.m4
70 # sed "/.*AC_CHECK_CC_OPT.*OPTS.*/d" -i aclocal.m4
71 # sed "/AC_CC_OPTIMIZE/d" -i configure.ac
72 epatch ${FILESDIR}/aclocal.m4.patch
73 # diff -u aclocal.m4.old aclocal.m4
74 eautoreconf
75 }
76
77 src_compile() {
78 econf $(use_with X X)
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 emake -j1 DESTDIR=${D} install || die "emake install failed"
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list