Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libconfig: libconfig-1.3.2.ebuild ChangeLog libconfig-1.1.3.ebuild
Date: Sun, 23 Aug 2009 21:29:39
Message-Id: E1MfKd7-0006Ar-JC@stork.gentoo.org
1 arfrever 09/08/23 21:29:37
2
3 Modified: ChangeLog
4 Added: libconfig-1.3.2.ebuild
5 Removed: libconfig-1.1.3.ebuild
6 Log:
7 Version bump (bug #271821).
8 (Portage version: 14132-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-libs/libconfig/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libconfig/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libconfig/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libconfig/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 31 Mar 2008 21:22:27 -0000 1.15
24 +++ ChangeLog 23 Aug 2009 21:29:37 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libconfig
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.15 2008/03/31 21:22:27 maekke Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.16 2009/08/23 21:29:37 arfrever Exp $
31 +
32 +*libconfig-1.3.2 (23 Aug 2009)
33 +
34 + 23 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
35 + -libconfig-1.1.3.ebuild, +libconfig-1.3.2.ebuild:
36 + Version bump (bug #271821).
37
38 31 Mar 2008; Markus Meier <maekke@g.o> libconfig-1.2.ebuild:
39 amd64 stable, bug #208918
40
41
42
43 1.1 dev-libs/libconfig/libconfig-1.3.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libconfig/libconfig-1.3.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libconfig/libconfig-1.3.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libconfig-1.3.2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.3.2.ebuild,v 1.1 2009/08/23 21:29:37 arfrever Exp $
53
54 EAPI="2"
55
56 inherit autotools
57
58 DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files"
59 HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html"
60 SRC_URI="http://www.hyperrealm.com/libconfig/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="sys-devel/libtool"
68 RDEPEND=""
69
70 src_prepare() {
71 sed -i -e 's#^SUBDIRS = . samples doc$#SUBDIRS = . doc#' Makefile.am
72
73 eautoreconf
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed"
78 }