diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-01 10:46:55 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-01 10:46:55 +0000 |
commit | ec6da420b05586557947051f9cc7106bbb93754e (patch) | |
tree | dd97b7b6dbd801c5ab7d03d02cf32f5f7d1353cc | |
parent | Added support for shared library. (diff) | |
download | historical-ec6da420b05586557947051f9cc7106bbb93754e.tar.gz historical-ec6da420b05586557947051f9cc7106bbb93754e.tar.bz2 historical-ec6da420b05586557947051f9cc7106bbb93754e.zip |
cleanup
-rw-r--r-- | dev-libs/nettle/Manifest | 12 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-1.10.ebuild | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest index 720c6ce1107c..ca7ed4f6657f 100644 --- a/dev-libs/nettle/Manifest +++ b/dev-libs/nettle/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 076f7f83e77565fd2df878026ac79930 nettle-1.10.ebuild 798 MD5 b6638ef49410a1de2b91ea2e82d096e4 ChangeLog 782 MD5 74b7b586b24ae55e2ae052570d01b3ba metadata.xml 223 -MD5 4ec76676b2e6a59259f6d975c842b9e8 nettle-1.10.ebuild 820 MD5 23b2a1190eb15492bd60934979e29068 files/digest-nettle-1.10 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBXTZvPgS8WLD64cERAmz5AJ44/uuUZ6YFrHHpO4QBZE0dBcf8xwCePnbB +yb9b4Wqn+Nm5vHxyGpXoR4c= +=A2Ks +-----END PGP SIGNATURE----- diff --git a/dev-libs/nettle/nettle-1.10.ebuild b/dev-libs/nettle/nettle-1.10.ebuild index 006093c4496c..f97b8defacfd 100644 --- a/dev-libs/nettle/nettle-1.10.ebuild +++ b/dev-libs/nettle/nettle-1.10.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.10.ebuild,v 1.6 2004/10/01 10:39:48 kugelfang Exp $ - -inherit flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.10.ebuild,v 1.7 2004/10/01 10:46:55 scandium Exp $ DESCRIPTION="cryptographic library that is designed to fit easily in any context" HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/" @@ -20,7 +18,7 @@ DEPEND="virtual/libc src_compile() { # BUG #55238 is valid. We need a shared library as well. # Danny van Dyk <kugelfang@gentoo.org> 2004/10/01 - econf --enable-shared ||die + econf --enable-shared || die emake || die } |