Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tardy: ChangeLog tardy-1.28.ebuild
Date: Tue, 28 Jan 2014 03:51:47
Message-Id: 20140128035143.A448D2004B@flycatcher.gentoo.org
1 radhermit 14/01/28 03:51:43
2
3 Modified: ChangeLog tardy-1.28.ebuild
4 Log:
5 Add missing boost build dep.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.21 app-arch/tardy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 28 Jun 2013 01:51:57 -0000 1.20
23 +++ ChangeLog 28 Jan 2014 03:51:43 -0000 1.21
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-arch/tardy
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.20 2013/06/28 01:51:57 radhermit Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.21 2014/01/28 03:51:43 radhermit Exp $
30 +
31 + 28 Jan 2014; Tim Harder <radhermit@g.o> tardy-1.28.ebuild:
32 + Add missing boost build dep.
33
34 *tardy-1.28 (28 Jun 2013)
35
36
37
38
39 1.2 app-arch/tardy/tardy-1.28.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild?r1=1.1&r2=1.2
44
45 Index: tardy-1.28.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- tardy-1.28.ebuild 28 Jun 2013 01:51:57 -0000 1.1
52 +++ tardy-1.28.ebuild 28 Jan 2014 03:51:43 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild,v 1.1 2013/06/28 01:51:57 radhermit Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.28.ebuild,v 1.2 2014/01/28 03:51:43 radhermit Exp $
59
60 EAPI=5
61
62 @@ -18,7 +18,8 @@
63 app-arch/xz-utils
64 dev-libs/libexplain
65 sys-libs/zlib"
66 -DEPEND="${RDEPEND}"
67 +DEPEND="${RDEPEND}
68 + dev-libs/boost"
69
70 src_prepare() {
71 sed -e 's/$(CXX) .* $(CXXFLAGS) -I./\0 -o $@/' \