diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:18:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:18:09 +0000 |
commit | 85e3aea7b170d053b91cdf9d3d39b717820e6ee9 (patch) | |
tree | 67b012f76510d34fe09696a88cc822a3229d0ba7 /net-ftp | |
parent | Cleanup old. (diff) | |
download | gentoo-2-85e3aea7b170d053b91cdf9d3d39b717820e6ee9.tar.gz gentoo-2-85e3aea7b170d053b91cdf9d3d39b717820e6ee9.tar.bz2 gentoo-2-85e3aea7b170d053b91cdf9d3d39b717820e6ee9.zip |
Change some unquoted variables to quoted ones, add missing die.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/profxp/ChangeLog | 10 | ||||
-rw-r--r-- | net-ftp/profxp/profxp-3_pre2-r2.ebuild (renamed from net-ftp/profxp/profxp-3_pre2-r1.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-ftp/profxp/ChangeLog b/net-ftp/profxp/ChangeLog index 44ef48ad9088..d87044e0d85f 100644 --- a/net-ftp/profxp/ChangeLog +++ b/net-ftp/profxp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/profxp -# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.10 2013/09/03 09:51:03 idella4 Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.11 2014/01/29 01:18:09 mrueg Exp $ + +*profxp-3_pre2-r2 (29 Jan 2014) + + 29 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +profxp-3_pre2-r2.ebuild, + -profxp-3_pre2-r1.ebuild: + Change some unquoted variables to quoted ones, add missing die. *profxp-3_pre2-r1 (03 Sep 2013) diff --git a/net-ftp/profxp/profxp-3_pre2-r1.ebuild b/net-ftp/profxp/profxp-3_pre2-r2.ebuild index c55160efa1a7..62f2f4abb3c0 100644 --- a/net-ftp/profxp/profxp-3_pre2-r1.ebuild +++ b/net-ftp/profxp/profxp-3_pre2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r1.ebuild,v 1.1 2013/09/03 09:51:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v 1.1 2014/01/29 01:18:09 mrueg Exp $ EAPI=5 @@ -24,11 +24,11 @@ S=${WORKDIR}/${PN} src_unpack() { unpack profxp-v${PV/_/-}-src.tar.gz - cp ${DISTDIR}/SOCKS.pm ${S}/ + cp "${DISTDIR}"/SOCKS.pm "${S}"/ } src_prepare() { - sed -i 's:/home/tom/ActivePerl-5\.6:/usr:' ${S}/profxpv3.pl + sed -i 's:/home/tom/ActivePerl-5\.6:/usr:' "${S}"/profxpv3.pl || die } src_compile() { |