summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 19:43:42 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 19:43:42 +0000
commitb61cf5200e8c8e333af9234833199004afe6c16a (patch)
tree50544241052fd1149a5b2dc439554cef4e0b435b /net-ftp/pftpfxp
parentold (diff)
downloadgentoo-2-b61cf5200e8c8e333af9234833199004afe6c16a.tar.gz
gentoo-2-b61cf5200e8c8e333af9234833199004afe6c16a.tar.bz2
gentoo-2-b61cf5200e8c8e333af9234833199004afe6c16a.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-ftp/pftpfxp')
-rw-r--r--net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild b/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild
deleted file mode 100644
index 96342fe43dc7..000000000000
--- a/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-0.11.4.6.ebuild,v 1.4 2007/05/06 11:00:51 genone Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The powerful curses-based ftp/fxp client, mew edition"
-HOMEPAGE="http://pftpmew.tanesha.net"
-SRC_URI="http://tanesha.net/bigmess/pftpfxp-v0.11.4mew6.tgz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="ssl"
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )"
-S=${WORKDIR}/pftpfxp-mew
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.4.fix
- sed -i -e "s/^CPP=.*/CPP=$(tc-getCXX)/" \
- -e "s:^CPPF=.*:CPPF=\"-Wall -D_REENTRANT -I../include ${CFLAGS}\":" \
- configure
-}
-
-src_compile() {
- cd ${S}
- #note: not a propper autoconf
- ./configure || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin pftp
- dodoc .pftp/config .pftp/keymap README.MEW old/*
- cd ${WORKDIR}
- mv irssi mIRC-mew pftpfxp-autoconnect ${D}/usr/share/doc/${PF}
-}
-
-pkg_postinst() {
- elog "In order to use pftp-mew you need to create these files:"
- elog " ~/.pftp/config"
- elog " ~/.pftp/keymap"
- elog "Refer to the examples in /usr/share/doc/${PF} for more information."
-}