diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 01:38:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 01:38:56 +0000 |
commit | 0db411c0d6e741ba34c1b6c9131f11cc741505ce (patch) | |
tree | 733ab579a9251e3418c89dd21c0333e71e8faa94 /app-crypt/mhash | |
parent | Updated ruby-gnome ebuilds to 0.29. (diff) | |
download | historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.tar.gz historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.tar.bz2 historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.zip |
Added LICENSE tag
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.8.16.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.8.9.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/mhash/mhash-0.8.16.ebuild b/app-crypt/mhash/mhash-0.8.16.ebuild index 1049c31dd2f2..054090434fd1 100644 --- a/app-crypt/mhash/mhash-0.8.16.ebuild +++ b/app-crypt/mhash/mhash-0.8.16.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.1 2002/06/13 23:14:56 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.16.ebuild,v 1.2 2002/07/07 01:32:57 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms." SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mhash/${P}.tar.gz" HOMEPAGE="http://mhash.sourceforge.net/" +LICENSE="GPL-2" DEPEND="virtual/glibc" diff --git a/app-crypt/mhash/mhash-0.8.9.ebuild b/app-crypt/mhash/mhash-0.8.9.ebuild index c6cdfb7424e8..6f8536182ee2 100644 --- a/app-crypt/mhash/mhash-0.8.9.ebuild +++ b/app-crypt/mhash/mhash-0.8.9.ebuild @@ -6,6 +6,7 @@ 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/" +LICENSE="GPL-2" DEPEND="virtual/glibc" |