diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-05 16:39:17 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-05 16:39:17 +0000 |
commit | 97398e01663fbc0cc56ee4925f8e7a5fcc033b21 (patch) | |
tree | 8c1b89bd58e76bf193c2f39f036db78c091548c3 /net-misc/wput/wput-0.4.ebuild | |
parent | Version bump thanks to masterdriverz, closes bug 126828 and bug 128899 (diff) | |
download | gentoo-2-97398e01663fbc0cc56ee4925f8e7a5fcc033b21.tar.gz gentoo-2-97398e01663fbc0cc56ee4925f8e7a5fcc033b21.tar.bz2 gentoo-2-97398e01663fbc0cc56ee4925f8e7a5fcc033b21.zip |
Version bump thanks to masterdriverz, closes bug 126828 and bug 128899
(Portage version: 2.1.2_rc1-r3)
(Unsigned Manifest commit)
Diffstat (limited to 'net-misc/wput/wput-0.4.ebuild')
-rw-r--r-- | net-misc/wput/wput-0.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/wput/wput-0.4.ebuild b/net-misc/wput/wput-0.4.ebuild deleted file mode 100644 index f6cc3d59652e..000000000000 --- a/net-misc/wput/wput-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.4.ebuild,v 1.7 2004/12/07 21:58:01 config Exp $ - -S="${WORKDIR}/${PN}" - -DESCRIPTION="a tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers" -HOMEPAGE="http://itooktheredpill.dyndns.org/wput/" -SRC_URI="http://itooktheredpill.dyndns.org/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~amd64" -IUSE="" - -DEPEND="" - -src_compile() { - econf --prefix=/usr || die "configure failed" - emake || die "make failed" -} - -src_install() { - dodir /usr/bin - dodir /usr/share/man/man1 - einstall mandir=${D}/usr/share/man/man1 || die "install failed" - - # Documentation - dodoc COPYING ChangeLog INSTALL TODO -} |