summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2008-03-14 09:29:51 +0000
committerChristian Heim <phreak@gentoo.org>2008-03-14 09:29:51 +0000
commite4932f720ae85244478882faddaadc9d21783638 (patch)
tree82279bca7b3d8d556a4710426ac6bc68ea55b52c /net-misc/wput
parentRemoving Charlie Shepherd (masterdriverz, #153940) from metadata.xml. (diff)
downloadgentoo-2-e4932f720ae85244478882faddaadc9d21783638.tar.gz
gentoo-2-e4932f720ae85244478882faddaadc9d21783638.tar.bz2
gentoo-2-e4932f720ae85244478882faddaadc9d21783638.zip
Fixing the ebuild.minor's, shortening the DESCRIPTION.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/wput')
-rw-r--r--net-misc/wput/ChangeLog6
-rw-r--r--net-misc/wput/wput-0.6.1.ebuild6
-rw-r--r--net-misc/wput/wput-0.6.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/wput/ChangeLog b/net-misc/wput/ChangeLog
index 647b5861777c..0d498a8ea507 100644
--- a/net-misc/wput/ChangeLog
+++ b/net-misc/wput/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wput
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.19 2008/03/14 09:26:10 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/ChangeLog,v 1.20 2008/03/14 09:29:51 phreak Exp $
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> wput-0.6.ebuild,
+ wput-0.6.1.ebuild:
+ Fixing the ebuild.minor's, shortening the DESCRIPTION.
14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Charlie Shepherd (masterdriverz, #153940) from metadata.xml.
diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild
index 22580ea62fd8..5f32f9fd9bc2 100644
--- a/net-misc/wput/wput-0.6.1.ebuild
+++ b/net-misc/wput/wput-0.6.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.1.ebuild,v 1.2 2008/02/24 17:12:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.1.ebuild,v 1.3 2008/03/14 09:29:51 phreak Exp $
inherit eutils
-DESCRIPTION="A tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers"
+DESCRIPTION="A tiny, wget-alike program, that is designed to upload files/whole directories to remote ftp-servers"
HOMEPAGE="http://wput.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-0.6-gentoo.diff"
# Fix bug 126828
diff --git a/net-misc/wput/wput-0.6.ebuild b/net-misc/wput/wput-0.6.ebuild
index 86d92d75edeb..fed32d16d77e 100644
--- a/net-misc/wput/wput-0.6.ebuild
+++ b/net-misc/wput/wput-0.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.ebuild,v 1.2 2007/03/15 12:52:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wput/wput-0.6.ebuild,v 1.3 2008/03/14 09:29:51 phreak Exp $
inherit eutils
-DESCRIPTION="A tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers"
+DESCRIPTION="A tiny, wget-alike program, that is designed to upload files/whole directories to remote ftp-servers"
HOMEPAGE="http://wput.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
@@ -16,7 +16,7 @@ IUSE="debug"
S="${WORKDIR}/${PN}"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.diff"
# Fix bug 126828