diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-02-12 09:46:37 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-02-12 09:46:37 +0000 |
commit | 36f1707f987cc46c92ec4193f70a68318e25c9fd (patch) | |
tree | 1926364b08d45e9b55e078ed95cb027df6fb469b /net-ftp | |
parent | Version bump. (diff) | |
download | gentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.tar.gz gentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.tar.bz2 gentoo-2-36f1707f987cc46c92ec4193f70a68318e25c9fd.zip |
version bump - dont pre-strip
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/twoftpd/ChangeLog | 10 | ||||
-rw-r--r-- | net-ftp/twoftpd/twoftpd-1.21-r1.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/twoftpd/twoftpd-1.21.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/twoftpd/twoftpd-1.41.ebuild | 42 |
4 files changed, 56 insertions, 8 deletions
diff --git a/net-ftp/twoftpd/ChangeLog b/net-ftp/twoftpd/ChangeLog index 70f2936578d4..a855ea6e53ae 100644 --- a/net-ftp/twoftpd/ChangeLog +++ b/net-ftp/twoftpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/twoftpd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/ChangeLog,v 1.7 2009/09/23 18:37:33 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/ChangeLog,v 1.8 2010/02/12 09:46:37 bangert Exp $ + +*twoftpd-1.41 (12 Feb 2010) + + 12 Feb 2010; Thilo Bangert <bangert@gentoo.org> twoftpd-1.21.ebuild, + twoftpd-1.21-r1.ebuild, +twoftpd-1.41.ebuild: + version bump - dont pre-strip 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> twoftpd-1.21.ebuild, twoftpd-1.21-r1.ebuild: diff --git a/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild b/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild index e468313c09d9..5f5bdf55fc55 100644 --- a/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild +++ b/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild,v 1.2 2009/09/23 18:37:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild,v 1.3 2010/02/12 09:46:37 bangert Exp $ inherit eutils toolchain-funcs @@ -29,7 +29,7 @@ src_compile() { echo "/usr/sbin" > conf-bin echo "/usr/share/man" > conf-man echo "$(tc-getCC) ${CFLAGS} -I/usr/include/bglibs" > conf-cc - echo "$(tc-getCC) -s -L/usr/lib/bglibs" > conf-ld + echo "$(tc-getCC) -L/usr/lib/bglibs" > conf-ld emake || die "make failed" } diff --git a/net-ftp/twoftpd/twoftpd-1.21.ebuild b/net-ftp/twoftpd/twoftpd-1.21.ebuild index aa145013e81a..f6ddf3fdd2b1 100644 --- a/net-ftp/twoftpd/twoftpd-1.21.ebuild +++ b/net-ftp/twoftpd/twoftpd-1.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.6 2009/09/23 18:37:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.7 2010/02/12 09:46:37 bangert Exp $ inherit toolchain-funcs @@ -23,7 +23,7 @@ src_compile() { echo "/usr/sbin" > conf-bin echo "/usr/share/man" > conf-man echo "$(tc-getCC) ${CFLAGS} -I/usr/include/bglibs" > conf-cc - echo "$(tc-getCC) -s -L/usr/lib/bglibs" > conf-ld + echo "$(tc-getCC) -L/usr/lib/bglibs" > conf-ld emake || die "make failed" } diff --git a/net-ftp/twoftpd/twoftpd-1.41.ebuild b/net-ftp/twoftpd/twoftpd-1.41.ebuild new file mode 100644 index 000000000000..cff1817db111 --- /dev/null +++ b/net-ftp/twoftpd/twoftpd-1.41.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.41.ebuild,v 1.1 2010/02/12 09:46:37 bangert Exp $ + +EAPI="2" + +inherit eutils toolchain-funcs multilib + +DESCRIPTION="Simple secure efficient FTP server by Bruce Guenter" +HOMEPAGE="http://untroubled.org/twoftpd/" +SRC_URI="http://untroubled.org/twoftpd/archive/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="breakrfc" + +DEPEND=">=dev-libs/bglibs-1.106 + >=net-libs/cvm-0.96" +RDEPEND="sys-apps/ucspi-tcp + sys-process/daemontools + ${DEPEND}" + +src_prepare() { + use breakrfc && epatch "${FILESDIR}"/${PN}-1.21-disable-TELNET_IAC.patch +} + +src_configure() { + echo "/usr/sbin" > conf-bin + echo "/usr/share/man" > conf-man + echo "/usr/include/bglibs" > conf-bgincs + echo "/usr/$(get_libdir)/bglibs" > conf-bglibs + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) ${LDFLAGS}" > conf-ld +} + +src_install() { + emake install install_prefix="${D}" || die "install failed" + + dodoc ANNOUNCEMENT ChangeLog NEWS README TODO VERSION + dodoc twoftpd.run twoftpd-log.run +} |