Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/augeas: ChangeLog augeas-0.7.4.ebuild augeas-0.7.0.ebuild augeas-0.5.0-r1.ebuild augeas-0.5.0.ebuild
Date: Sat, 01 Jan 2011 15:48:00
Message-Id: 20110101154749.D437420054@flycatcher.gentoo.org
1 matsuu 11/01/01 15:47:49
2
3 Modified: ChangeLog
4 Added: augeas-0.7.4.ebuild
5 Removed: augeas-0.7.0.ebuild augeas-0.5.0-r1.ebuild
6 augeas-0.5.0.ebuild
7 Log:
8 Version bumped, bug #346829.
9
10 (Portage version: 2.1.9.26/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.22 app-admin/augeas/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.22&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.22&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?r1=1.21&r2=1.22
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v
22 retrieving revision 1.21
23 retrieving revision 1.22
24 diff -u -r1.21 -r1.22
25 --- ChangeLog 12 Oct 2010 12:03:42 -0000 1.21
26 +++ ChangeLog 1 Jan 2011 15:47:49 -0000 1.22
27 @@ -1,6 +1,12 @@
28 # ChangeLog for app-admin/augeas
29 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.21 2010/10/12 12:03:42 armin76 Exp $
31 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.22 2011/01/01 15:47:49 matsuu Exp $
33 +
34 +*augeas-0.7.4 (01 Jan 2011)
35 +
36 + 01 Jan 2011; MATSUU Takuto <matsuu@g.o> -augeas-0.5.0.ebuild,
37 + -augeas-0.5.0-r1.ebuild, -augeas-0.7.0.ebuild, +augeas-0.7.4.ebuild:
38 + Version bumped, bug #346829. Removed old versions.
39
40 12 Oct 2010; Raúl Porcel <armin76@g.o> augeas-0.7.1.ebuild:
41 sparc stable wrt #325111
42
43
44
45 1.1 app-admin/augeas/augeas-0.7.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-0.7.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-0.7.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: augeas-0.7.4.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.7.4.ebuild,v 1.1 2011/01/01 15:47:49 matsuu Exp $
55
56 DESCRIPTION="A library for changing configuration files"
57 HOMEPAGE="http://augeas.net/"
58 SRC_URI="http://augeas.net/download/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND="sys-libs/readline"
66 DEPEND="${RDEPEND}
67 >=app-doc/NaturalDocs-1.40
68 test? ( dev-lang/ruby )"
69
70 src_compile() {
71 if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
72 addwrite /usr/share/NaturalDocs/Config/Languages.txt
73 fi
74 if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
75 addwrite /usr/share/NaturalDocs/Config/Topics.txt
76 fi
77
78 econf || die
79 emake || die
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "install failed"
84
85 dodoc AUTHORS ChangeLog README NEWS
86 }