Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/hercules: ChangeLog hercules-3.07.ebuild
Date: Tue, 07 Sep 2010 21:19:06
Message-Id: 20100907211858.EEACF20051@flycatcher.gentoo.org
1 vapier 10/09/07 21:18:58
2
3 Modified: ChangeLog hercules-3.07.ebuild
4 Log:
5 Drop libtool munging as based in latest 3.06 ebuild.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.30 app-emulation/hercules/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 4 Sep 2010 03:34:11 -0000 1.29
22 +++ ChangeLog 7 Sep 2010 21:18:58 -0000 1.30
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-emulation/hercules
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.29 2010/09/04 03:34:11 phajdan.jr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.30 2010/09/07 21:18:58 vapier Exp $
28 +
29 + 07 Sep 2010; Mike Frysinger <vapier@g.o> hercules-3.07.ebuild:
30 + Drop libtool munging as based in latest 3.06 ebuild.
31
32 04 Sep 2010; Pawel Hajdan jr <phajdan.jr@g.o> hercules-3.06.ebuild:
33 x86 stable wrt bug #335186
34
35
36
37 1.2 app-emulation/hercules/hercules-3.07.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild?r1=1.1&r2=1.2
42
43 Index: hercules-3.07.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- hercules-3.07.ebuild 30 Aug 2010 04:25:33 -0000 1.1
50 +++ hercules-3.07.ebuild 7 Sep 2010 21:18:58 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.1 2010/08/30 04:25:33 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.2 2010/09/07 21:18:58 vapier Exp $
56
57 inherit eutils flag-o-matic
58
59 @@ -19,8 +19,6 @@
60 sed -i \
61 -e 's:@modexecdir@:$(libdir)/$(PACKAGE):' \
62 -e '/^AM_CPPFLAGS/s:=:= -DMODULESDIR=\\"$(modexecdir)\\" :' \
63 - -e 's:ltdl.lo::' \
64 - -e '/^libherc_la_LIBADD/s:=:= -lltdl :' \
65 $(find -name Makefile.in)
66 sed -i '/MODULESDIR/d' config.h.in
67 }