vapier 15/07/14 07:29:39 Modified: ftp-0.17.23.0.2.1.ebuild ChangeLog Log: Update to EAPI=5 and use subslots on readline/openssl/ncurses. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild?r1=1.2&r2=1.3 Index: ftp-0.17.23.0.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ftp-0.17.23.0.2.1.ebuild 29 Sep 2012 16:41:57 -0000 1.2 +++ ftp-0.17.23.0.2.1.ebuild 14 Jul 2015 07:29:39 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild,v 1.2 2012/09/29 16:41:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild,v 1.3 2015/07/14 07:29:39 vapier Exp $ -EAPI="2" +EAPI="5" inherit eutils toolchain-funcs flag-o-matic versionator @@ -23,9 +23,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6 readline ssl" -RDEPEND=">=sys-libs/ncurses-5.2 - readline? ( sys-libs/readline ) - ssl? ( dev-libs/openssl )" +RDEPEND=">=sys-libs/ncurses-5.2:= + readline? ( sys-libs/readline:0= ) + ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} @@ -47,7 +47,7 @@ } src_install() { - dobin ftp/ftp || die + dobin ftp/ftp doman ftp/ftp.1 ftp/netrc.5 dodoc ChangeLog README BUGS } 1.39 net-ftp/ftp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/ftp/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 29 Sep 2012 16:41:57 -0000 1.38 +++ ChangeLog 14 Jul 2015 07:29:39 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.38 2012/09/29 16:41:57 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ChangeLog,v 1.39 2015/07/14 07:29:39 vapier Exp $ + + 14 Jul 2015; Mike Frysinger <[email protected]> ftp-0.17.23.0.2.1.ebuild: + Update to EAPI=5 and use subslots on readline/openssl/ncurses. 29 Sep 2012; Ulrich Müller <[email protected]> ftp-0.17-r7.ebuild, ftp-0.17.23.0.2.1.ebuild:
