summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 20:34:34 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 20:34:34 +0000
commit339aa359f17af50e4d17c84fef8ea323223fc90c (patch)
treee88e809cad0683849f2dbccdc45b46163a662750 /app-crypt/mhash
parentadd a few more KEYWORDS (diff)
downloadgentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.gz
gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.tar.bz2
gentoo-2-339aa359f17af50e4d17c84fef8ea323223fc90c.zip
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r--app-crypt/mhash/mhash-0.8.18-r1.ebuild11
-rw-r--r--app-crypt/mhash/mhash-0.9.1.ebuild11
2 files changed, 12 insertions, 10 deletions
diff --git a/app-crypt/mhash/mhash-0.8.18-r1.ebuild b/app-crypt/mhash/mhash-0.8.18-r1.ebuild
index e458e7e8e53a..b80fcbeed993 100644
--- a/app-crypt/mhash/mhash-0.8.18-r1.ebuild
+++ b/app-crypt/mhash/mhash-0.8.18-r1.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 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.18-r1.ebuild,v 1.8 2004/04/01 19:15:46 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.9 2004/05/31 20:34:34 vapier Exp $
-DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms."
-SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
+DESCRIPTION="library providing a uniform interface to a large number of hash algorithms"
HOMEPAGE="http://mhash.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 s390"
+IUSE=""
DEPEND="virtual/glibc"
RDEPEND=""
@@ -24,7 +25,7 @@ src_install() {
dodir /usr/{bin,include,lib}
einstall || die "install failure"
- dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS ChangeLog
+ dodoc AUTHORS INSTALL NEWS README TODO THANKS ChangeLog
dodoc doc/*.txt doc/skid*
prepalldocs
cd doc && dohtml mhash.html || die "dohtml failed"
diff --git a/app-crypt/mhash/mhash-0.9.1.ebuild b/app-crypt/mhash/mhash-0.9.1.ebuild
index d86e27324814..571a67897609 100644
--- a/app-crypt/mhash/mhash-0.9.1.ebuild
+++ b/app-crypt/mhash/mhash-0.9.1.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.1 2004/05/24 06:38:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.2 2004/05/31 20:34:34 vapier Exp $
-DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms."
-SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
+DESCRIPTION="library providing a uniform interface to a large number of hash algorithms"
HOMEPAGE="http://mhash.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 s390"
+IUSE=""
DEPEND="virtual/glibc"
RDEPEND=""
@@ -24,7 +25,7 @@ src_install() {
dodir /usr/{bin,include,lib}
einstall || die "install failure"
- dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS ChangeLog
+ dodoc AUTHORS INSTALL NEWS README TODO THANKS ChangeLog
dodoc doc/*.txt doc/skid*
prepalldocs
cd doc && dohtml mhash.html || die "dohtml failed"