summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:36:47 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:36:47 +0000
commit209321e74778d21392fb3bd091da22330c3412de (patch)
treee8119344c97be3007e74c2dc24df6b595b8c3a92 /app-crypt/mhash
parentChanged src_install () to src_install() (diff)
downloadgentoo-2-209321e74778d21392fb3bd091da22330c3412de.tar.gz
gentoo-2-209321e74778d21392fb3bd091da22330c3412de.tar.bz2
gentoo-2-209321e74778d21392fb3bd091da22330c3412de.zip
Changed econf||die to econf
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r--app-crypt/mhash/mhash-0.8.16.ebuild12
-rw-r--r--app-crypt/mhash/mhash-0.8.9.ebuild12
2 files changed, 9 insertions, 15 deletions
diff --git a/app-crypt/mhash/mhash-0.8.16.ebuild b/app-crypt/mhash/mhash-0.8.16.ebuild
index 987acbe8f046..26d97292242b 100644
--- a/app-crypt/mhash/mhash-0.8.16.ebuild
+++ b/app-crypt/mhash/mhash-0.8.16.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.8 2002/10/18 20:56:40 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.9 2002/11/30 02:35:30 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms."
SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
HOMEPAGE="http://mhash.sourceforge.net/"
@@ -12,18 +11,17 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
DEPEND="virtual/glibc"
-
RDEPEND=""
src_compile() {
- econf || die
+ econf
emake || die
}
-src_install () {
+src_install() {
dodir /usr/{bin,include,lib}
-
- einstall || die
+
+ einstall
dodoc AUTHORS COPYING INSTALL NEWS README TODO
dodoc doc/*.txt doc/skid*
diff --git a/app-crypt/mhash/mhash-0.8.9.ebuild b/app-crypt/mhash/mhash-0.8.9.ebuild
index 176820a88b18..956b8ea3abb6 100644
--- a/app-crypt/mhash/mhash-0.8.9.ebuild
+++ b/app-crypt/mhash/mhash-0.8.9.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.9.ebuild,v 1.7 2002/10/04 03:58:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.9.ebuild,v 1.8 2002/11/30 02:35:53 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms."
SRC_URI="http://mhash.sourceforge.net/dl/${P}.tar.gz"
HOMEPAGE="http://mhash.sourceforge.net/"
@@ -14,16 +13,13 @@ KEYWORDS="x86 sparc sparc64"
DEPEND="virtual/glibc"
src_compile() {
-
- econf || die
+ econf
emake || die
}
-src_install () {
-
+src_install() {
dodir /usr/{bin,include,lib}
-
- einstall || die
+ einstall
dodoc AUTHORS COPYING INSTALL NEWS README TODO
dodoc doc/*.txt doc/skid*