Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hkbst 07/09/18 17:28:56
Modified: ChangeLog
Added: lush-1.2.1.ebuild
Log:
bump, fixes bug 171349, add amd64, fixes bug 192831
(Portage version: 2.1.3.9)
Revision Changes Path
1.11 dev-lisp/lush/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 22 Jul 2007 08:02:26 -0000 1.10
+++ ChangeLog 18 Sep 2007 17:28:55 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/lush
# Copyright 2000-2007 Gentoo Foundation and Matthew Kennedy <mkennedy@g.o>; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.10 2007/07/22 08:02:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.11 2007/09/18 17:28:55 hkbst Exp $
+
+*lush-1.2.1 (18 Sep 2007)
+
+ 18 Sep 2007; Marijn Schouten <hkBst@g.o> +files/aclocal.m4.patch,
+ +lush-1.2.1.ebuild:
+ bump, fixes bug 171349, add amd64, fixes bug 192831
22 Jul 2007; Hans de Graaff <graaff@g.o> lush-1.0.ebuild,
lush-1.1.ebuild:
1.1 dev-lisp/lush/lush-1.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild?rev=1.1&content-type=text/plain
Index: lush-1.2.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.2.1.ebuild,v 1.1 2007/09/18 17:28:55 hkbst Exp $
inherit eutils autotools
DESCRIPTION="Lush is the Lisp User Shell"
HOMEPAGE="http://lush.sourceforge.net/"
SRC_URI="mirror://sourceforge/lush/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="X"
DEPEND="X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libSM )"
S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}; cd "${S}"
# cp aclocal.m4 aclocal.m4.old
# sed "/dnl @synopsis AC_CC_OPTIMIZE/,/^])/d" -i aclocal.m4
# sed "/.*AC_CHECK_CC_OPT.*OPTS.*/d" -i aclocal.m4
# sed "/AC_CC_OPTIMIZE/d" -i configure.ac
epatch ${FILESDIR}/aclocal.m4.patch
# diff -u aclocal.m4.old aclocal.m4
eautoreconf
}
src_compile() {
econf $(use_with X X)
emake || die "emake failed"
}
src_install() {
emake -j1 DESTDIR=${D} install || die "emake install failed"
}
--
gentoo-commits@g.o mailing list
|
|