Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/connect: ChangeLog connect-100.ebuild
Date: Thu, 25 Oct 2007 08:18:27
Message-Id: E1Ikxv5-0002HL-AR@stork.gentoo.org
1 wschlich 07/10/25 08:18:23
2
3 Modified: ChangeLog
4 Added: connect-100.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.6 net-misc/connect/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connect/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connect/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connect/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 23 Sep 2007 18:22:43 -0000 1.5
23 +++ ChangeLog 25 Oct 2007 08:18:22 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/connect
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.5 2007/09/23 18:22:43 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.6 2007/10/25 08:18:22 wschlich Exp $
29 +
30 +*connect-100 (25 Oct 2007)
31 +
32 + 25 Oct 2007; Wolfram Schlich <wschlich@g.o> +connect-100.ebuild:
33 + version bump (now uses svn revisions as version number) and homepage update
34
35 23 Sep 2007; Wulf C. Krueger <philantrop@g.o> connect-1.96.ebuild:
36 Keyworded ~amd64 as per bug 191477.
37
38
39
40 1.1 net-misc/connect/connect-100.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connect/connect-100.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connect/connect-100.ebuild?rev=1.1&content-type=text/plain
44
45 Index: connect-100.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-100.ebuild,v 1.1 2007/10/25 08:18:22 wschlich Exp $
50
51 inherit toolchain-funcs
52
53 DESCRIPTION="network connection relaying command"
54 HOMEPAGE="http://www.meadowy.org/~gotoh/projects/connect/"
55 SRC_URI="http://www.meadowy.org/~gotoh/ssh/${PN}-r${PV}.c"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 DEPEND="virtual/libc"
60 S=${WORKDIR}
61
62 src_unpack() {
63 cp "${DISTDIR}/${A}" "${S}/"
64 }
65
66 src_compile() {
67 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}-r${PV}.c || die "compiler failed"
68 }
69
70 src_install() {
71 dobin ${PN}
72 }
73
74 pkg_postinst() {
75 einfo
76 einfo "There is no manpage, please see ${HOMEPAGE} for details"
77 einfo
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list