diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 11:10:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 11:10:12 +0000 |
commit | 565ef0686deff07270d0402564ddba94ba92f851 (patch) | |
tree | da72df5d01be651c8f68b3dbd57d420664f6646d /net-misc | |
parent | copying (diff) | |
download | historical-565ef0686deff07270d0402564ddba94ba92f851.tar.gz historical-565ef0686deff07270d0402564ddba94ba92f851.tar.bz2 historical-565ef0686deff07270d0402564ddba94ba92f851.zip |
quoting
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/monmotha/monmotha-2.3.8.ebuild | 6 | ||||
-rw-r--r-- | net-misc/suite3270/suite3270-3.3.5_p8.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/monmotha/monmotha-2.3.8.ebuild b/net-misc/monmotha/monmotha-2.3.8.ebuild index 4d7af8dc76a6..af957fb35ab4 100644 --- a/net-misc/monmotha/monmotha-2.3.8.ebuild +++ b/net-misc/monmotha/monmotha-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.2 2007/04/28 16:57:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/monmotha/monmotha-2.3.8.ebuild,v 1.3 2010/10/28 11:10:12 ssuominen Exp $ DESCRIPTION="MonMotha IPTables-based firewall script." HOMEPAGE="http://monmotha.mplug.org/firewall/" @@ -18,7 +18,7 @@ S=${WORKDIR} SRC_URI="http://monmotha.mplug.org/~monmotha/firewall/firewall/${MY_PVP[0]}.${MY_PVP[1]}/rc.firewall-${PV}" src_unpack() { - cp ${DISTDIR}/${A} ${S}/ + cp "${DISTDIR}"/${A} "${S}"/ } src_install() { diff --git a/net-misc/suite3270/suite3270-3.3.5_p8.ebuild b/net-misc/suite3270/suite3270-3.3.5_p8.ebuild index 54cd867c584a..3c40520e243f 100644 --- a/net-misc/suite3270/suite3270-3.3.5_p8.ebuild +++ b/net-misc/suite3270/suite3270-3.3.5_p8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.5_p8.ebuild,v 1.8 2009/12/15 19:28:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.5_p8.ebuild,v 1.9 2010/10/28 11:09:07 ssuominen Exp $ inherit eutils @@ -48,8 +48,8 @@ src_unpack() { cd "${S}" # Patches were sent upstream to maintainer # as of 11 May 2007, by Jesse Farinacci <jieryn@gmail.com> - epatch ${FILESDIR}/configure-3.3.5.patch - use cjk && epatch ${FILESDIR}/makeconv-3.3.5.patch + epatch "${FILESDIR}"/configure-3.3.5.patch + use cjk && epatch "${FILESDIR}"/makeconv-3.3.5.patch return 0 } |