summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-01-01 20:41:28 +0000
committerUlrich Müller <ulm@gentoo.org>2013-01-01 20:41:28 +0000
commit608a251d3c8d892262e864a46aabfdbfd206b885 (patch)
treefd56ba36bf2a9896664cc3e50afbcc0c6e7023cf /net-mail
parentFix LICENSE, add mirror and bindist restrictions, bug 444424. (diff)
downloadgentoo-2-608a251d3c8d892262e864a46aabfdbfd206b885.tar.gz
gentoo-2-608a251d3c8d892262e864a46aabfdbfd206b885.tar.bz2
gentoo-2-608a251d3c8d892262e864a46aabfdbfd206b885.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 'net-mail')
-rw-r--r--net-mail/checkpassword/ChangeLog8
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r2.ebuild7
-rw-r--r--net-mail/checkpassword/checkpassword-0.90-r3.ebuild7
3 files changed, 14 insertions, 8 deletions
diff --git a/net-mail/checkpassword/ChangeLog b/net-mail/checkpassword/ChangeLog
index d6ef9387b3e6..fbd666e4149b 100644
--- a/net-mail/checkpassword/ChangeLog
+++ b/net-mail/checkpassword/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/checkpassword
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.25 2011/07/11 15:24:13 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/ChangeLog,v 1.26 2013/01/01 20:41:28 ulm Exp $
+
+ 01 Jan 2013; Ulrich Müller <ulm@gentoo.org> checkpassword-0.90-r2.ebuild,
+ checkpassword-0.90-r3.ebuild:
+ Fix LICENSE, add mirror and bindist restrictions, bug 444424.
11 Jul 2011; Alexis Ballier <aballier@gentoo.org>
checkpassword-0.90-r3.ebuild:
diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
index 644d23485cbb..02487eb0dffa 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r2.ebuild,v 1.6 2011/02/06 09:03:52 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r2.ebuild,v 1.7 2013/01/01 20:41:28 ulm Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -8,10 +8,11 @@ DESCRIPTION="A uniform password checking interface for root applications"
HOMEPAGE="http://cr.yp.to/checkpwd.html"
SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="static"
+RESTRICT="mirror bindist"
src_unpack() {
unpack ${A}
diff --git a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
index a7adc97b0f03..c5c759b55b8c 100644
--- a/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
+++ b/net-mail/checkpassword/checkpassword-0.90-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r3.ebuild,v 1.3 2011/07/11 15:24:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r3.ebuild,v 1.4 2013/01/01 20:41:28 ulm Exp $
inherit eutils fixheadtails flag-o-matic qmail
@@ -8,10 +8,11 @@ DESCRIPTION="A uniform password checking interface for root applications"
HOMEPAGE="http://cr.yp.to/checkpwd.html"
SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static"
+RESTRICT="mirror bindist"
src_unpack() {
unpack ${A}