diff options
author | 2006-03-12 11:40:20 +0000 | |
---|---|---|
committer | 2006-03-12 11:40:20 +0000 | |
commit | 3f0b8d2fc009260848caf1a9f0df670de18d2246 (patch) | |
tree | f5e632cce4d81cd4f0103fcfe60548d36cfe19ba /net-dialup/fcpci | |
parent | Quote strings containing env vars. Beautify src_unpack code. (diff) | |
download | gentoo-2-3f0b8d2fc009260848caf1a9f0df670de18d2246.tar.gz gentoo-2-3f0b8d2fc009260848caf1a9f0df670de18d2246.tar.bz2 gentoo-2-3f0b8d2fc009260848caf1a9f0df670de18d2246.zip |
Quote $WORKDIR.
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/fcpci')
-rw-r--r-- | net-dialup/fcpci/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fcpci/Manifest | 14 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-3.11.02-r2.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog index f77b8e54791a..ec1ba86b4dcf 100644 --- a/net-dialup/fcpci/ChangeLog +++ b/net-dialup/fcpci/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/fcpci -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.15 2005/03/09 12:59:42 genstef Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.16 2006/03/12 11:40:20 mrness Exp $ + + 12 Mar 2006; Alin Nastac <mrness@gentoo.org> fcpci-3.11.02-r2.ebuild: + Quote $WORKDIR. *fcpci-3.11.02-r2 (09 Mar 2005) diff --git a/net-dialup/fcpci/Manifest b/net-dialup/fcpci/Manifest index d41eae6af168..fa1e79c112d6 100644 --- a/net-dialup/fcpci/Manifest +++ b/net-dialup/fcpci/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 175237edeba848f1406662641b9d8197 ChangeLog 1695 -MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 8c811328221a305e056eda4a394c3b86 fcpci-3.11.02-r2.ebuild 1428 +MD5 dff7876da7b9b0d40508c89152775d90 fcpci-3.11.02-r2.ebuild 1430 MD5 e4cdfad1b954f1a2875dce5a65e1f64c files/digest-fcpci-3.11.02-r2 75 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCOuJNjiC39V7gKu0RAm//AKCEGiOaC0dXIttDe2P9PsHyuqRutQCgxOs+ -fd9tKkUPJo9mfnIO3bEctPU= -=cTvD ------END PGP SIGNATURE----- +MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 diff --git a/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild b/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild index 5435b2007967..d74b92380d08 100644 --- a/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild +++ b/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild,v 1.2 2005/03/18 14:14:26 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-3.11.02-r2.ebuild,v 1.3 2006/03/12 11:40:20 mrness Exp $ inherit flag-o-matic linux-mod @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -S=${WORKDIR}/fritz +S="${WORKDIR}/fritz" BUILD_TARGETS="all" |