summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/egads/ChangeLog5
-rw-r--r--app-misc/egads/egads-0.9.5.ebuild6
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() {