diff options
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" |