Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/huc: huc-0.1.ebuild ChangeLog
Date: Mon, 06 Oct 2008 13:22:54
Message-Id: E1KmpV6-0004ga-9p@stork.gentoo.org
1 flameeyes 08/10/06 12:47:48
2
3 Modified: huc-0.1.ebuild ChangeLog
4 Log:
5 Ignore the makefile and build manually, respects LDFLAGS and does not strip the file. Remove COPYING file. Die if the dobin fails.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.16 dev-util/huc/huc-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/huc-0.1.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/huc-0.1.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/huc-0.1.ebuild?r1=1.15&r2=1.16
14
15 Index: huc-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- huc-0.1.ebuild 7 Aug 2005 12:54:25 -0000 1.15
22 +++ huc-0.1.ebuild 6 Oct 2008 12:47:47 -0000 1.16
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.15 2005/08/07 12:54:25 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/huc-0.1.ebuild,v 1.16 2008/10/06 12:47:47 flameeyes Exp $
29 +
30 +inherit toolchain-funcs
31
32 DESCRIPTION="HTML umlaut conversion tool"
33 SRC_URI="http://www.int21.de/huc/${P}.tar.bz2"
34 @@ -13,13 +15,18 @@
35
36 DEPEND="virtual/libc"
37
38 -src_compile()
39 -{
40 - emake CFLAGS="${CFLAGS}" || die
41 +doecho() {
42 + echo "$@"
43 + "$@"
44 +}
45 +
46 +src_compile() {
47 + doecho $(tc-getCXX) \
48 + ${LDFLAGS} ${CXXFLAGS} \
49 + -o ${PN} ${PN}.cpp || die "compile failed"
50 }
51
52 -src_install ()
53 -{
54 - dobin huc
55 - dodoc README COPYING
56 +src_install () {
57 + dobin huc || die "dobin failed"
58 + dodoc README
59 }
60
61
62
63 1.12 dev-util/huc/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/ChangeLog?rev=1.12&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/ChangeLog?rev=1.12&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/huc/ChangeLog?r1=1.11&r2=1.12
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v
72 retrieving revision 1.11
73 retrieving revision 1.12
74 diff -u -r1.11 -r1.12
75 --- ChangeLog 15 May 2007 09:10:31 -0000 1.11
76 +++ ChangeLog 6 Oct 2008 12:47:47 -0000 1.12
77 @@ -1,6 +1,10 @@
78 # ChangeLog for dev-util/huc
79 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v 1.11 2007/05/15 09:10:31 bangert Exp $
81 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/dev-util/huc/ChangeLog,v 1.12 2008/10/06 12:47:47 flameeyes Exp $
83 +
84 + 06 Oct 2008; Diego Pettenò <flameeyes@g.o> huc-0.1.ebuild:
85 + Ignore the makefile and build manually, respects LDFLAGS and does not
86 + strip the file. Remove COPYING file. Die if the dobin fails.
87
88 14 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
89 add <herd>no-herd</herd>