commit:     5a2b93bdbd1e2e9e7909de885f938283a085ad59
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 20:15:22 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:25:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a2b93bd

net-ftp/bbftp-server: QA fixes

Bump to EAPI 6
shorten DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild 
b/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
index 3cceb80..be49794 100644
--- a/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
+++ b/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Secure file transfer software with its own transfer protocol 
optimized for files larger than 2GB"
+DESCRIPTION="Secure file transfer optimized for files larger than 2GB"
 HOMEPAGE="http://doc.in2p3.fr/bbftp/";
 SRC_URI="http://doc.in2p3.fr/bbftp/dist/${P}.tar.gz";
 
@@ -20,9 +20,10 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${P}/bbftpd"
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}-deffixes.patch
+PATCHES=( "${FILESDIR}"/${PV}-deffixes.patch )
 
+src_prepare() {
+       default
        sed \
                -e 
'/@INSTALL@\|mkdir/s:${\(prefix\|mandir\|bindir\)}:${DESTDIR}${\1}:' \
                -e '/\/etc/d' \

Reply via email to