Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
Date: Thu, 06 Jan 2011 21:06:39
Message-Id: 20110106210629.899B120051@flycatcher.gentoo.org
1 jlec 11/01/06 21:06:29
2
3 Modified: ChangeLog
4 Added: fhist-1.19.ebuild
5 Log:
6 Version Bump, Dropped arches because of missing dep, added amd64
7
8 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 dev-util/fhist/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 4 Dec 2009 21:57:41 -0000 1.20
24 +++ ChangeLog 6 Jan 2011 21:06:29 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/fhist
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.20 2009/12/04 21:57:41 flameeyes Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.21 2011/01/06 21:06:29 jlec Exp $
31 +
32 +*fhist-1.19 (06 Jan 2011)
33 +
34 + 06 Jan 2011; Justin Lecher <jlec@g.o> +files/1.19-ldflags.patch,
35 + +fhist-1.19.ebuild:
36 + Version Bump, Dropped arches because of missing dep, added amd64
37
38 04 Dec 2009; Diego E. Pettenò <flameeyes@g.o> fhist-1.16.ebuild:
39 Use -j1 for test and install as well as build, bug #295744.
40
41
42
43 1.1 dev-util/fhist/fhist-1.19.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.1&content-type=text/plain
47
48 Index: fhist-1.19.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.1 2011/01/06 21:06:29 jlec Exp $
53
54 EAPI="3"
55
56 inherit eutils
57
58 DESCRIPTION="File history and comparison tools"
59 HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
60 SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-3"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 RDEPEND="
68 dev-libs/libexplain
69 sys-devel/gettext
70 sys-apps/groff"
71 DEPEND="${RDEPEND}
72 sys-devel/bison
73 test? ( app-arch/sharutils )"
74
75 src_prepare() {
76 epatch "${FILESDIR}"/${PV}-ldflags.patch
77 }
78
79 src_install () {
80 emake -j1 DESTDIR="${D}" \
81 install || die "make install failed"
82
83 dodoc README || die
84 }