Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: ChangeLog libhx-3.11.ebuild
Date: Tue, 30 Aug 2011 20:29:03
Message-Id: 20110830202850.DC8B62004C@flycatcher.gentoo.org
1 mattst88 11/08/30 20:28:50
2
3 Modified: ChangeLog libhx-3.11.ebuild
4 Log:
5 Bump to EAPI4. Thanks to Agostino Sarubbo, bug 380965.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 sys-libs/libhx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 14 Aug 2011 18:28:29 -0000 1.32
23 +++ ChangeLog 30 Aug 2011 20:28:50 -0000 1.33
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/libhx
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.32 2011/08/14 18:28:29 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.33 2011/08/30 20:28:50 mattst88 Exp $
29 +
30 + 30 Aug 2011; Matt Turner <mattst88@g.o> libhx-3.11.ebuild:
31 + Bump to EAPI4. Thanks to Agostino Sarubbo, bug 380965.
32
33 *libhx-3.11 (14 Aug 2011)
34
35
36
37
38 1.2 sys-libs/libhx/libhx-3.11.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild?r1=1.1&r2=1.2
43
44 Index: libhx-3.11.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libhx-3.11.ebuild 14 Aug 2011 18:28:29 -0000 1.1
51 +++ libhx-3.11.ebuild 30 Aug 2011 20:28:50 -0000 1.2
52 @@ -1,10 +1,8 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v 1.1 2011/08/14 18:28:29 hanno Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v 1.2 2011/08/30 20:28:50 mattst88 Exp $
57
58 -EAPI=3
59 -
60 -inherit eutils
61 +EAPI=4
62
63 DESCRIPTION="Platform independent library providing basic system functions."
64 HOMEPAGE="http://libhx.sourceforge.net"
65 @@ -21,11 +19,11 @@
66 S="${WORKDIR}/libHX-${PV}"
67
68 src_configure() {
69 - econf --docdir="/usr/share/doc/${PF}" || die "econf failed"
70 + econf --docdir="/usr/share/doc/${PF}"
71 }
72
73 src_install() {
74 - emake DESTDIR="${D}" install || die "emake install failed"
75 - dodoc doc/*.txt || die
76 + default
77 + dodoc doc/*.txt
78 find "${D}" -name '*.la' -delete
79 }