diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:21:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:21:43 +0000 |
commit | 19cee936194565efc766b850152fd94bc5df40b2 (patch) | |
tree | 3340480d55efdb338d46f49185b7ec7027dd043b /net-misc | |
parent | ia64/x86 stable (diff) | |
download | historical-19cee936194565efc766b850152fd94bc5df40b2.tar.gz historical-19cee936194565efc766b850152fd94bc5df40b2.tar.bz2 historical-19cee936194565efc766b850152fd94bc5df40b2.zip |
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wput/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wput/files/digest-wput-0.5 | 3 | ||||
-rw-r--r-- | net-misc/wput/wput-0.5.ebuild | 36 |
3 files changed, 5 insertions, 41 deletions
diff --git a/net-misc/wput/ChangeLog b/net-misc/wput/ChangeLog index e2bbb86a84e9..6bc025d4a5d6 100644 --- a/net-misc/wput/ChangeLog +++ b/net-misc/wput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wput -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.16 2007/03/15 12:52:17 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.17 2008/01/26 17:21:43 armin76 Exp $ + + 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> -wput-0.5.ebuild: + old 15 Mar 2007; Raúl Porcel <armin76@gentoo.org> wput-0.6.ebuild: x86 stable diff --git a/net-misc/wput/files/digest-wput-0.5 b/net-misc/wput/files/digest-wput-0.5 deleted file mode 100644 index 7745f5227665..000000000000 --- a/net-misc/wput/files/digest-wput-0.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 441b2e07219f78167b29a7ac33488fff wput-0.5.tgz 121543 -RMD160 ea851289a315129f208ff980d3d965387ee1a19a wput-0.5.tgz 121543 -SHA256 5b3312ea5dbf702c0e94b7a7b51cddd0ad05f40c20fdd0e6e1ee4c8ecd870483 wput-0.5.tgz 121543 diff --git a/net-misc/wput/wput-0.5.ebuild b/net-misc/wput/wput-0.5.ebuild deleted file mode 100644 index fedb56765078..000000000000 --- a/net-misc/wput/wput-0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.5.ebuild,v 1.2 2005/01/12 11:56:21 ka0ttic Exp $ - -inherit eutils - -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="debug" - -DEPEND="virtual/libc" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff -} - -src_compile() { - local myconf - use debug && myconf="--enable-memdbg=yes" || myconf="--enable-g-switch=no" - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog INSTALL TODO -} |