Gentoo Archives: gentoo-commits

From: "Dane Smith (c1pher)" <c1pher@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/yafc: metadata.xml ChangeLog yafc-1.1.2.ebuild
Date: Mon, 04 Apr 2011 18:07:32
Message-Id: 20110404180719.0FFEE20054@flycatcher.gentoo.org
1 c1pher 11/04/04 18:07:18
2
3 Modified: metadata.xml ChangeLog
4 Added: yafc-1.1.2.ebuild
5 Log:
6 net-ftp/yafc: New upstream. Version bump. Add proxy maintainer. Closes bugs 275795, 350277, 352401.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-ftp/yafc/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-ftp/yafc/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 15 May 2007 14:03:32 -0000 1.2
24 +++ metadata.xml 4 Apr 2011 18:07:18 -0000 1.3
25 @@ -3,6 +3,11 @@
26 <pkgmetadata>
27 <herd>no-herd</herd>
28 <maintainer>
29 -<email>maintainer-needed@g.o</email>
30 + <email>c1pher@g.o</email>
31 + <name>Dane Smith</name>
32 +</maintainer>
33 +<maintainer>
34 + <email>page@××××××××××××××××.net</email>
35 + <name>Carles Pagès</name>
36 </maintainer>
37 </pkgmetadata>
38
39
40
41 1.38 net-ftp/yafc/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.38&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?rev=1.38&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/ChangeLog?r1=1.37&r2=1.38
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v
50 retrieving revision 1.37
51 retrieving revision 1.38
52 diff -u -r1.37 -r1.38
53 --- ChangeLog 5 Aug 2010 17:11:33 -0000 1.37
54 +++ ChangeLog 4 Apr 2011 18:07:18 -0000 1.38
55 @@ -1,6 +1,16 @@
56 # ChangeLog for net-ftp/yafc
57 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.37 2010/08/05 17:11:33 ssuominen Exp $
59 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.38 2011/04/04 18:07:18 c1pher Exp $
61 +
62 +*yafc-1.1.2 (04 Apr 2011)
63 +
64 + 04 Apr 2011; Dane Smith <c1pher@g.o> +yafc-1.1.2.ebuild,
65 + metadata.xml:
66 + Version bump. Add proxy maintainer Carles Pagès, who is now
67 + maintaining the new upstream since the old one has had no development
68 + since
69 + 2005. Upsteam fixes to bug 350277 and bug 352401. Local fix for
70 + kerebos support wrt bug 275795.
71
72 05 Aug 2010; Samuli Suominen <ssuominen@g.o> yafc-1.1.1-r1.ebuild:
73 Remove built_with_use check for app-crypt/mit-krb5 because krb4 support
74
75
76
77 1.1 net-ftp/yafc/yafc-1.1.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/yafc-1.1.2.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/yafc/yafc-1.1.2.ebuild?rev=1.1&content-type=text/plain
81
82 Index: yafc-1.1.2.ebuild
83 ===================================================================
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.2.ebuild,v 1.1 2011/04/04 18:07:18 c1pher Exp $
87
88 EAPI=2
89 inherit eutils
90
91 DESCRIPTION="Console ftp client with a lot of nifty features"
92 HOMEPAGE="http://yafc.sourceforge.net/"
93 SRC_URI="http://github.com/downloads/cpages/yafc/${P}.tar.bz2"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
98 IUSE="readline kerberos socks5"
99
100 DEPEND="readline? ( >=sys-libs/readline-6 )
101 kerberos? ( virtual/krb5 )
102 socks5? ( net-proxy/dante )"
103 RDEPEND="${DEPEND}
104 >=net-misc/openssh-3"
105
106 src_configure() {
107 local myconf=""
108
109 if use kerberos; then
110 if has_version app-crypt/heimdal; then
111 myconf="${myconf} --with-krb5=/usr/ --with-krb4=no --with-gssapi=/usr"
112 elif has_version app-crypt/mit-krb5; then
113 myconf="${myconf} --with-krb5=/usr/ --with-krb4=no --with-gssapi=/usr"
114 else
115 ewarn "No supported kerberos providers detected"
116 myconf="${myconf} --without-krb4 --without-krb5"
117 fi
118 else
119 myconf="${myconf} --without-krb4 --without-krb5"
120 fi
121
122 use socks5 && myconf="${myconf} --with-socks5=/usr" \
123 || myconf="${myconf} --with-socks5=no"
124
125 use readline && myconf="${myconf} --with-readline=/usr" \
126 || myconf="${myconf} --with-readline=no"
127
128 econf \
129 $(use_with readline) \
130 ${myconf}
131 }
132
133 src_install() {
134 emake DESTDIR="${D}" install || die
135 dodoc BUGS NEWS README THANKS TODO *.sample || die
136 }