Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libhx: ChangeLog libhx-3.4.ebuild
Date: Fri, 23 Apr 2010 13:26:03
Message-Id: 20100423132551.A0758317E1@corvid.gentoo.org
1 hanno 10/04/23 13:25:51
2
3 Modified: ChangeLog
4 Added: libhx-3.4.ebuild
5 Log:
6 libhx bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 sys-libs/libhx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhx/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhx/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 10 Jan 2010 15:28:41 -0000 1.18
23 +++ ChangeLog 23 Apr 2010 13:25:51 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/libhx
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.18 2010/01/10 15:28:41 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/ChangeLog,v 1.19 2010/04/23 13:25:51 hanno Exp $
29 +
30 +*libhx-3.4 (23 Apr 2010)
31 +
32 + 23 Apr 2010; Hanno Boeck <hanno@g.o> +libhx-3.4.ebuild:
33 + Version bump.
34
35 *libhx-3.2 (10 Jan 2010)
36
37
38
39
40 1.1 sys-libs/libhx/libhx-3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhx/libhx-3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhx/libhx-3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libhx-3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.4.ebuild,v 1.1 2010/04/23 13:25:51 hanno Exp $
50
51 EAPI=3
52
53 DESCRIPTION="Platform independent library providing basic system functions."
54 HOMEPAGE="http://libhx.sourceforge.net"
55 SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
56 LICENSE="GPL-3"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60 DEPEND=""
61 S="${WORKDIR}/libHX-${PV}"
62
63 src_configure() {
64 econf --docdir="/usr/share/doc/${PF}" || die "econf failed"
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 dodoc doc/*.txt || die
70 }