Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libutp: libutp-0_pre20130213-r1.ebuild ChangeLog
Date: Wed, 27 Feb 2013 16:21:57
Message-Id: 20130227162154.034FF2171D@flycatcher.gentoo.org
1 ssuominen 13/02/27 16:21:53
2
3 Modified: libutp-0_pre20130213-r1.ebuild ChangeLog
4 Log:
5 install only 2 headers, not all of them
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 net-libs/libutp/libutp-0_pre20130213-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: libutp-0_pre20130213-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libutp-0_pre20130213-r1.ebuild 27 Feb 2013 16:00:51 -0000 1.2
23 +++ libutp-0_pre20130213-r1.ebuild 27 Feb 2013 16:21:53 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild,v 1.2 2013/02/27 16:00:51 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libutp/libutp-0_pre20130213-r1.ebuild,v 1.3 2013/02/27 16:21:53 ssuominen Exp $
29
30 EAPI=5
31 inherit toolchain-funcs
32 @@ -34,8 +34,9 @@
33 src_install() {
34 dolib.a ${PN}.a
35 dolib.so ${PN}.so*
36 +
37 insinto /usr/include/${PN}
38 - doins *.h
39 + doins {utp,utypes}.h
40
41 dobin utp_file/utp_{recv,send} utp_test/utp_test
42
43
44
45
46 1.4 net-libs/libutp/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libutp/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-libs/libutp/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 27 Feb 2013 16:00:51 -0000 1.3
59 +++ ChangeLog 27 Feb 2013 16:21:53 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # ChangeLog for net-libs/libutp
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libutp/ChangeLog,v 1.3 2013/02/27 16:00:51 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libutp/ChangeLog,v 1.4 2013/02/27 16:21:53 ssuominen Exp $
65
66 27 Feb 2013; Samuli Suominen <ssuominen@g.o>
67 -libutp-0_pre20130213.ebuild:
68 @@ -10,7 +10,7 @@
69
70 27 Feb 2013; Samuli Suominen <ssuominen@g.o>
71 +libutp-0_pre20130213-r1.ebuild, +files/Makefile:
72 - Build shared library and install headers.
73 + Build shared library and install 2 headers (utp.h and utypes.h)
74
75 *libutp-0_pre20130213 (13 Feb 2013)