diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:48:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:48:18 +0000 |
commit | 0eee912087c4e4d6627e1a56d0441f13bfced323 (patch) | |
tree | d80948226713551af196753760a47e4511d8e479 /net-misc/ipsorcery | |
parent | quoting (diff) | |
download | gentoo-2-0eee912087c4e4d6627e1a56d0441f13bfced323.tar.gz gentoo-2-0eee912087c4e4d6627e1a56d0441f13bfced323.tar.bz2 gentoo-2-0eee912087c4e4d6627e1a56d0441f13bfced323.zip |
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ipsorcery')
-rw-r--r-- | net-misc/ipsorcery/ipsorcery-1.5.ebuild | 6 | ||||
-rw-r--r-- | net-misc/ipsorcery/ipsorcery-1.6.ebuild | 6 | ||||
-rw-r--r-- | net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ipsorcery/ipsorcery-2.0.9.ebuild | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/net-misc/ipsorcery/ipsorcery-1.5.ebuild b/net-misc/ipsorcery/ipsorcery-1.5.ebuild index b24195d82d6f..8c9460a1e893 100644 --- a/net-misc/ipsorcery/ipsorcery-1.5.ebuild +++ b/net-misc/ipsorcery/ipsorcery-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/ipsorcery/ipsorcery-1.5.ebuild,v 1.11 2004/07/15 02:54:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsorcery/ipsorcery-1.5.ebuild,v 1.12 2010/10/28 10:48:18 ssuominen Exp $ IUSE="gtk" @@ -15,7 +15,7 @@ DEPEND="gtk? ( =x11-libs/gtk+-1.2* )" src_unpack() { unpack ipsorc-${PV}.tar.gz - cd ${WORKDIR} + cd "${WORKDIR}" mv ipsorc-${PV} ipsorcery-${PV} } diff --git a/net-misc/ipsorcery/ipsorcery-1.6.ebuild b/net-misc/ipsorcery/ipsorcery-1.6.ebuild index 9ff6508ea577..131251e78e13 100644 --- a/net-misc/ipsorcery/ipsorcery-1.6.ebuild +++ b/net-misc/ipsorcery/ipsorcery-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/ipsorcery/ipsorcery-1.6.ebuild,v 1.10 2004/07/15 02:54:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsorcery/ipsorcery-1.6.ebuild,v 1.11 2010/10/28 10:48:18 ssuominen Exp $ IUSE="gtk" @@ -15,7 +15,7 @@ DEPEND="gtk? ( =x11-libs/gtk+-1.2* )" src_unpack() { unpack ipsorc-${PV}.tar.gz - cd ${WORKDIR} + cd "${WORKDIR}" mv ipsorc-${PV} ipsorcery-${PV} } diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild index 8588d7a31346..78a7bbef39a0 100644 --- a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild +++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild,v 1.1 2010/08/21 19:13:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild,v 1.2 2010/10/28 10:48:18 ssuominen Exp $ inherit toolchain-funcs DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets." @@ -20,7 +20,7 @@ S=${WORKDIR}/ipsorc-${PV} src_unpack() { unpack ${A} sed -i -e "s:-g -O2:${CFLAGS} ${LDFLAGS}:g" \ - -e "/^CC/s:=.*$:="$(tc-getCC)":" ${S}/Makefile \ + -e "/^CC/s:=.*$:="$(tc-getCC)":" "${S}"/Makefile \ || die "sed failed" } diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9.ebuild index 9f2b798b8852..337582c2ab3b 100644 --- a/net-misc/ipsorcery/ipsorcery-2.0.9.ebuild +++ b/net-misc/ipsorcery/ipsorcery-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/ipsorcery/ipsorcery-2.0.9.ebuild,v 1.3 2007/07/12 02:52:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsorcery/ipsorcery-2.0.9.ebuild,v 1.4 2010/10/28 10:48:18 ssuominen Exp $ DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets." SRC_URI="http://www.legions.org/~phric/ipsorc-${PV}.tar.gz" @@ -15,7 +15,7 @@ S=${WORKDIR}/ipsorc-${PV} src_unpack() { unpack ${A} - sed -i -e "s:-O2:$CFLAGS:g" ${S}/Makefile + sed -i -e "s:-O2:$CFLAGS:g" "${S}"/Makefile } src_compile () { |