summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-01-01 20:34:09 +0000
committerUlrich Müller <ulm@gentoo.org>2013-01-01 20:34:09 +0000
commit370654163dc7841a91a0b887ca13e32ad72d02b1 (patch)
treee234e6260c9497c0e83be286c82745251ff8b387 /app-crypt/nistp224/nistp224-0.75-r1.ebuild
parentFix LICENSE, bug 444424. (diff)
downloadgentoo-2-370654163dc7841a91a0b887ca13e32ad72d02b1.tar.gz
gentoo-2-370654163dc7841a91a0b887ca13e32ad72d02b1.tar.bz2
gentoo-2-370654163dc7841a91a0b887ca13e32ad72d02b1.zip
Fix LICENSE, add mirror and bindist restrictions, bug 444424.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-crypt/nistp224/nistp224-0.75-r1.ebuild')
-rw-r--r--app-crypt/nistp224/nistp224-0.75-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/nistp224/nistp224-0.75-r1.ebuild b/app-crypt/nistp224/nistp224-0.75-r1.ebuild
index fec5d27f637d..f1225274c7ec 100644
--- a/app-crypt/nistp224/nistp224-0.75-r1.ebuild
+++ b/app-crypt/nistp224/nistp224-0.75-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/nistp224-0.75-r1.ebuild,v 1.2 2012/05/31 03:28:12 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/nistp224-0.75-r1.ebuild,v 1.3 2013/01/01 20:34:09 ulm Exp $
EAPI="2"
@@ -9,10 +9,13 @@ inherit eutils toolchain-funcs flag-o-matic fixheadtails
DESCRIPTION="nistp224 performs compressed Diffie-Hellman key exchange on the NIST P-224 elliptic curve"
HOMEPAGE="http://cr.yp.to/nistp224.html"
SRC_URI="http://cr.yp.to/${PN}/${P}.tar.gz"
-LICENSE="as-is"
+
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+RESTRICT="mirror bindist"
+
DEPEND=""
RDEPEND=${DEPEND}
S="${WORKDIR}/math/${P}/src"