Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netpipe: netpipe-1.0.0_beta2.ebuild ChangeLog
Date: Sat, 29 Sep 2007 13:04:50
Message-Id: E1IbbrZ-0002Bn-KM@stork.gentoo.org
1 coldwind 07/09/29 12:56:05
2
3 Modified: netpipe-1.0.0_beta2.ebuild ChangeLog
4 Log:
5 HOMEPAGE changed (bug 193956), inherit toolchain-funcs, honour CC, remove redundant src_compile and general clean up.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.9 net-misc/netpipe/netpipe-1.0.0_beta2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild?r1=1.8&r2=1.9
14
15 Index: netpipe-1.0.0_beta2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- netpipe-1.0.0_beta2.ebuild 24 Apr 2005 03:04:30 -0000 1.8
22 +++ netpipe-1.0.0_beta2.ebuild 29 Sep 2007 12:56:05 -0000 1.9
23 @@ -1,34 +1,33 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild,v 1.8 2005/04/24 03:04:30 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/netpipe-1.0.0_beta2.ebuild,v 1.9 2007/09/29 12:56:05 coldwind Exp $
29 +
30 +inherit toolchain-funcs
31
32 DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
33 -HOMEPAGE="http://home.t-online.de/home/gerd.o/netpipe.html"
34 -SRC_URI="http://home.t-online.de/home/gerd.o/netpipe.tar.gz"
35 +HOMEPAGE="http://www.wudika.de/~jan/netpipe/"
36 +SRC_URI="http://www.wudika.de/~jan/netpipe/${PN}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="ppc x86"
41 IUSE=""
42
43 -DEPEND="virtual/libc"
44 +DEPEND=""
45 +RDEPEND=""
46
47 -S="${WORKDIR}/netpipe"
48 +S="${WORKDIR}/${PN}"
49
50 src_unpack() {
51 unpack ${A}
52 - cd ${S}
53 + cd "${S}"
54 sed -i \
55 -e "s:^OPT=.*:OPT = ${CFLAGS}:" \
56 - -e "s:^#CC.*:CC = $(tc-getCC):" \
57 + -e "s:^CC=.*:CC = $(tc-getCC):" \
58 Makefile
59 }
60
61 -src_compile() {
62 - make || die
63 -}
64 -
65 src_install() {
66 - dobin netpipe || die
67 + dobin netpipe || die "dobin failed"
68 dodoc DOCUMENTATION INSTALL TECH-NOTES
69 }
70
71
72
73 1.9 net-misc/netpipe/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/ChangeLog?rev=1.9&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/ChangeLog?rev=1.9&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/netpipe/ChangeLog?r1=1.8&r2=1.9
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v
82 retrieving revision 1.8
83 retrieving revision 1.9
84 diff -u -r1.8 -r1.9
85 --- ChangeLog 14 May 2007 19:45:45 -0000 1.8
86 +++ ChangeLog 29 Sep 2007 12:56:05 -0000 1.9
87 @@ -1,6 +1,11 @@
88 # ChangeLog for net-misc/netpipe
89 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.8 2007/05/14 19:45:45 bangert Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netpipe/ChangeLog,v 1.9 2007/09/29 12:56:05 coldwind Exp $
92 +
93 + 29 Sep 2007; Santiago M. Mola <coldwind@g.o>
94 + netpipe-1.0.0_beta2.ebuild:
95 + HOMEPAGE changed (bug 193956), inherit toolchain-funcs, honour CC, remove
96 + redundant src_compile and general clean up.
97
98 14 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
99 add <herd>no-herd</herd>
100
101
102
103 --
104 gentoo-commits@g.o mailing list