diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-08 02:05:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-02-08 02:05:08 +0000 |
commit | 00e31e1a20c8462948cdfcbc1f92eefc369d456e (patch) | |
tree | 0ffe744835e7c0d47b9ce6082855d23141f5e7bb /app-misc | |
parent | Clean up ebuild after 4 years of bitrot. Now 64-bit compile-safe and no sandb... (diff) | |
download | gentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.tar.gz gentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.tar.bz2 gentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.zip |
Fix quotes.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/egads/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/egads/egads-0.9.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/egads/ChangeLog b/app-misc/egads/ChangeLog index 58feed65ad3d..224ec20f8658 100644 --- a/app-misc/egads/ChangeLog +++ b/app-misc/egads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/egads # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/ChangeLog,v 1.8 2008/02/08 02:04:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/ChangeLog,v 1.9 2008/02/08 02:05:08 robbat2 Exp $ + + 08 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> egads-0.9.5.ebuild: + Fix quotes. 08 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> egads-0.9.5.ebuild: Clean up ebuild after 4 years of bitrot. Now 64-bit compile-safe and no diff --git a/app-misc/egads/egads-0.9.5.ebuild b/app-misc/egads/egads-0.9.5.ebuild index 2e816ab95f3d..8278d3ef682c 100644 --- a/app-misc/egads/egads-0.9.5.ebuild +++ b/app-misc/egads/egads-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/egads-0.9.5.ebuild,v 1.7 2008/02/08 02:04:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/egads-0.9.5.ebuild,v 1.8 2008/02/08 02:05:08 robbat2 Exp $ DESCRIPTION="Entropy Gathering And Distribution System" HOMEPAGE="http://www.securesoftware.com/download_${PN}.htm" @@ -16,12 +16,12 @@ DEPEND="virtual/libc" egadsdatadir=/var/run/egads src_unpack() { - unpack "${A}" + unpack ${A} sed -i \ -e '/^BINDIR/d' \ -e '/^LIBDIR/d' \ -e '/^INCLUDEDIR/d' \ - ${S}/Makefile.in || die "Failed to fix Makefile.in" + "${S}"/Makefile.in || die "Failed to fix Makefile.in" } src_compile() { |