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 | 767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce (patch) | |
tree | 280cd431edc800cfa64c7623c3cb29a947e096ff /app-misc/egads | |
parent | Clean up ebuild after 4 years of bitrot. Now 64-bit compile-safe and no sandb... (diff) | |
download | historical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.tar.gz historical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.tar.bz2 historical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.zip |
Fix quotes.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-misc/egads')
-rw-r--r-- | app-misc/egads/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/egads/Manifest | 4 | ||||
-rw-r--r-- | app-misc/egads/egads-0.9.5.ebuild | 6 |
3 files changed, 9 insertions, 6 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/Manifest b/app-misc/egads/Manifest index 7abf93fe3128..d8ad8d67d40e 100644 --- a/app-misc/egads/Manifest +++ b/app-misc/egads/Manifest @@ -1,4 +1,4 @@ DIST egads-0.9.5.tar.gz 302708 RMD160 7912259cb016617c2ae30d58b5b6d54a83996f67 SHA1 2e53a0ed8a775d86de7669c4ca767093ca0a6b1f SHA256 606d68e284540d357115d7c2d2952d22a2b293fe77f00599396aeeb5b47e36a1 -EBUILD egads-0.9.5.ebuild 1100 RMD160 19337aded3912123ef82e3650585ce6a66d515bd SHA1 b01d75414894f24cb7e7400b205a20185a36c247 SHA256 ec0ffded7615433bed66480dffdc8bb39d0c32bbc86f4655225044ff04ce18d4 -MISC ChangeLog 1025 RMD160 e1208002d7eac87effe3fddc4a707d1464d52a96 SHA1 c73bfa06404bbd4a86b51d177570377b19760788 SHA256 71ad7a2a0bdc97f9287b54aab7854442c7384e32f6e9ac652e6d02f0fcaf1bb6 +EBUILD egads-0.9.5.ebuild 1100 RMD160 e5253b2e37f5261df17defc48695810551cb2c2d SHA1 d7cf220d9111abc106a6e24da4c9d0baae9300ba SHA256 ee41115041798baf991b10b7df819f6a64d1a98d3c6322307fbce69f5dd8c3b6 +MISC ChangeLog 1113 RMD160 9ee20956e438033414640c6a092e60087e2dc2d7 SHA1 8c714fcdbdf6719211692a25acc79c9882fb0762 SHA256 ffdeaab3d9cf0bd3ff313e10785aab58cc0d2f2dff5f5b1788a3979390b9f573 MISC metadata.xml 279 RMD160 f84566b5a463b59cc5ddd8a2210a54de9492ed2f SHA1 98caf044b8fce3f5ff202c7f7b71f0dcb9d51947 SHA256 785db7b7f8e4f9a526dc574ce2aa10024cc83af170f38ec9af9f56c23fc15543 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() { |