* [gentoo-commits] proj/sci:master commit in: net-ftp/bbftp-server/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 7d9b8594147de7836d33accde69a8184b191ecef
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:19:43 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:19:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7d9b8594
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
net-ftp/bbftp-server/ChangeLog | 5 ++++-
net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-ftp/bbftp-server/ChangeLog b/net-ftp/bbftp-server/ChangeLog
index 2bef0fd..b73e12c 100644
--- a/net-ftp/bbftp-server/ChangeLog
+++ b/net-ftp/bbftp-server/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for net-ftp/bbftp-server
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Jun 2011; Justin Lecher <jlec@gentoo.org> bbftp-server-3.2.0.ebuild:
+ Sort inherit and/or USE
+
23 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
bbftp-server-3.2.0.ebuild:
QA fixes
diff --git a/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild b/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild
index 9181349..7035fa9 100644
--- a/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild
+++ b/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P}/bbftpd"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="ssl pam"
+IUSE="pam ssl"
DEPEND="ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: net-ftp/bbftp-server/
@ 2014-11-10 15:14 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-11-10 15:14 UTC (permalink / raw
To: gentoo-commits
commit: 14e7d067427a0dd0ec0c9d0c6903edb4560a4817
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 12:20:33 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 12:20:33 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=14e7d067
net-ftp/bbftp-server: Bump EAPI; respect CC; version Bump
Package-Manager: portage-2.2.14
---
net-ftp/bbftp-server/ChangeLog | 6 +++-
...rver-3.2.0.ebuild => bbftp-server-3.2.1.ebuild} | 42 +++++++++++++---------
net-ftp/bbftp-server/metadata.xml | 4 +--
3 files changed, 32 insertions(+), 20 deletions(-)
diff --git a/net-ftp/bbftp-server/ChangeLog b/net-ftp/bbftp-server/ChangeLog
index b73e12c..0c46987 100644
--- a/net-ftp/bbftp-server/ChangeLog
+++ b/net-ftp/bbftp-server/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for net-ftp/bbftp-server
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2014; Justin Lecher <jlec@gentoo.org> -bbftp-server-3.2.0.ebuild,
+ +bbftp-server-3.2.1.ebuild, metadata.xml:
+ Bump EAPI; respect CC; version Bump
+
24 Jun 2011; Justin Lecher <jlec@gentoo.org> bbftp-server-3.2.0.ebuild:
Sort inherit and/or USE
diff --git a/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild b/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
similarity index 56%
rename from net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild
rename to net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
index c24f9c1..177c183 100644
--- a/net-ftp/bbftp-server/bbftp-server-3.2.0.ebuild
+++ b/net-ftp/bbftp-server/bbftp-server-3.2.1.ebuild
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils
+EAPI=5
-DESCRIPTION="Secure file transfer software with its own transfer protocol optimized for files larger than 2GB"
+inherit eutils toolchain-funcs
+DESCRIPTION="Secure file transfer software with its own transfer protocol optimized for files larger than 2GB"
HOMEPAGE="http://doc.in2p3.fr/bbftp/"
SRC_URI="http://doc.in2p3.fr/bbftp/dist/${P}.tar.gz"
-S="${WORKDIR}/${P}/bbftpd"
LICENSE="GPL-2"
SLOT="0"
@@ -18,29 +18,37 @@ IUSE="pam ssl"
DEPEND="ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}/${P}"
+S="${WORKDIR}/${P}/bbftpd"
+
+src_prepare() {
epatch "${FILESDIR}"/${PV}-deffixes.patch
+
+ sed \
+ -e '/@INSTALL@\|mkdir/s:${\(prefix\|mandir\|bindir\)}:${DESTDIR}${\1}:' \
+ -e '/\/etc/d' \
+ -i Makefile.in
+
+ tc-export CC
}
-src_compile() {
- sed -i -e '/@INSTALL@\|mkdir/s:${\(prefix\|mandir\|bindir\)}:${DESTDIR}${\1}:' -e '/\/etc/d' Makefile.in
- econf $(use_with ssl) $(use_with pam) --with-gzip \
+src_configure() {
+ econf \
+ $(use_with ssl) \
+ $(use_with pam) \
+ --with-gzip \
--without-rfio \
- --without-afs || die "configure failed"
- emake || die "compile failed"
+ --without-afs
}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- newinitd "${FILESDIR}/bbftpd.init.d" bbftpd
- dodoc ../README ../ChangeLog ../TODO
- dodoc ../doc/*
+ default
+
+ newinitd "${FILESDIR}"/bbftpd.init.d bbftpd
+ dodoc ../README ../ChangeLog ../TODO ../doc/*
doman ../doc/bbftpd.1
if use pam; then
- echo -e "#%PAM-1.0\nauth include system-auth\naccount include system-auth" >> "${T}/bbftp.pam"
+ echo -e "#%PAM-1.0\nauth include system-auth\naccount include system-auth" >> "${T}"/bbftp.pam
insinto /etc/pam.d
- newins "${T}/bbftp.pam" bbftp
+ newins "${T}"/bbftp.pam bbftp
fi
}
diff --git a/net-ftp/bbftp-server/metadata.xml b/net-ftp/bbftp-server/metadata.xml
index 7e915aa..7e5e956 100644
--- a/net-ftp/bbftp-server/metadata.xml
+++ b/net-ftp/bbftp-server/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription>
+ <herd>sci</herd>
+ <longdescription>
bbFTP is a file transfer software. It implements its own transfer protocol,
which is optimized for large files (larger than 2GB) and secure as it does not
read the password in a file and encrypts the connection information.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: net-ftp/bbftp-server/
@ 2017-01-29 20:25 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2017-01-29 20:25 UTC (permalink / raw
To: gentoo-commits
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' \
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-29 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: net-ftp/bbftp-server/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2014-11-10 15:14 Justin Lecher
2017-01-29 20:25 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox