From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EF6D139694 for ; Sat, 25 Feb 2017 10:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD53E0C88; Sat, 25 Feb 2017 10:52:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49EFCE0C86 for ; Sat, 25 Feb 2017 10:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9A703409C1 for ; Sat, 25 Feb 2017 10:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A665403 for ; Sat, 25 Feb 2017 10:52:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1488019946.a5a2282acb366b0b4c15c4e7891e4c0637f5a590.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_krb5/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_krb5/metadata.xml sys-auth/pam_krb5/pam_krb5-4.6.ebuild sys-auth/pam_krb5/pam_krb5-4.7.ebuild X-VCS-Directories: sys-auth/pam_krb5/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a5a2282acb366b0b4c15c4e7891e4c0637f5a590 X-VCS-Branch: master Date: Sat, 25 Feb 2017 10:52:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c09b10d2-aa9a-4be5-83cb-e3435f95a3b3 X-Archives-Hash: c7149abba2539da3cb382dba6cfc72fc commit: a5a2282acb366b0b4c15c4e7891e4c0637f5a590 Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 25 10:52:19 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Feb 25 10:52:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a2282a sys-auth/pam_krb5: Use roman number in DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sys-auth/pam_krb5/metadata.xml | 2 +- sys-auth/pam_krb5/pam_krb5-4.6.ebuild | 10 +++++----- sys-auth/pam_krb5/pam_krb5-4.7.ebuild | 10 ++++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/sys-auth/pam_krb5/metadata.xml b/sys-auth/pam_krb5/metadata.xml index 5d6d1edd99..71e7342266 100644 --- a/sys-auth/pam_krb5/metadata.xml +++ b/sys-auth/pam_krb5/metadata.xml @@ -8,7 +8,7 @@ eras@gentoo.org Eray Aslan - + kerberos@gentoo.org Kerberos diff --git a/sys-auth/pam_krb5/pam_krb5-4.6.ebuild b/sys-auth/pam_krb5/pam_krb5-4.6.ebuild index e3cbc8fe99..100e8f255b 100644 --- a/sys-auth/pam_krb5/pam_krb5-4.6.ebuild +++ b/sys-auth/pam_krb5/pam_krb5-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=4 inherit multilib -DESCRIPTION="Kerberos 5 PAM Authentication Module" +DESCRIPTION="Kerberos V PAM Authentication Module" HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-krb5" SRC_URI="http://archives.eyrie.org/software/kerberos/pam-krb5-${PV}.tar.gz" @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd" IUSE="" -DEPEND="virtual/krb5 - virtual/pam" - +DEPEND=" + virtual/krb5 + virtual/pam" RDEPEND="${DEPEND}" S="${WORKDIR}/${P/_/-}" diff --git a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild index f129188970..83064a633e 100644 --- a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild +++ b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + inherit multilib -DESCRIPTION="Kerberos 5 PAM Authentication Module" +DESCRIPTION="Kerberos V PAM Authentication Module" HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-krb5" SRC_URI="http://archives.eyrie.org/software/kerberos/pam-krb5-${PV}.tar.gz" @@ -14,8 +15,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="" -DEPEND="virtual/krb5 - virtual/pam" +DEPEND=" + virtual/krb5 + virtual/pam" RDEPEND="${DEPEND}"