public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_krb5: ChangeLog pam_krb5-4.3.ebuild
Date: Fri, 11 Jun 2010 18:09:15 +0000 (UTC)	[thread overview]
Message-ID: <20100611180915.97B802CAD8@corvid.gentoo.org> (raw)

flameeyes    10/06/11 18:09:15

  Modified:             ChangeLog
  Added:                pam_krb5-4.3.ebuild
  Log:
  Version bump, thanks to proxy-maintainer Eray Aslan in bug #323437.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sys-auth/pam_krb5/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	21 May 2010 19:25:06 -0000	1.28
+++ ChangeLog	11 Jun 2010 18:09:15 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/pam_krb5
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v 1.28 2010/05/21 19:25:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v 1.29 2010/06/11 18:09:15 flameeyes Exp $
+
+*pam_krb5-4.3 (11 Jun 2010)
+
+  11 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +pam_krb5-4.3.ebuild:
+  Version bump, thanks to proxy-maintainer Eray Aslan in bug #323437.
 
 *pam_krb5-4.2 (21 May 2010)
 



1.1                  sys-auth/pam_krb5/pam_krb5-4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/pam_krb5-4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/pam_krb5-4.3.ebuild?rev=1.1&content-type=text/plain

Index: pam_krb5-4.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/pam_krb5-4.3.ebuild,v 1.1 2010/06/11 18:09:15 flameeyes Exp $

EAPI="2"

inherit multilib

DESCRIPTION="Kerberos 5 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"

LICENSE="|| ( BSD-2 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="virtual/krb5
		virtual/pam"

RDEPEND="${DEPEND}"

S="${WORKDIR}/${P/_/-}"

src_configure() {
	econf \
		  --libdir=/$( get_libdir )
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc NEWS README TODO

	# should not be necessary for a pam plugin
	# also shouldnotlink=yes
	rm "${D}/$( get_libdir )/security/pam_krb5.la"
}






             reply	other threads:[~2010-06-11 18:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 18:09 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-02 21:39 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_krb5: ChangeLog pam_krb5-4.3.ebuild Markus Meier (maekke)
2010-08-15 13:42 Raul Porcel (armin76)
2010-08-18  2:53 PaweA Hajdan (phajdan.jr)
2010-08-18 14:31 Markos Chandras (hwoarang)
2010-08-28 16:42 Raul Porcel (armin76)
2010-09-04 15:25 Raul Porcel (armin76)
2010-09-12  4:17 Joseph Jezak (josejx)
2010-10-22  3:57 Jeroen Roovers (jer)
2010-10-30 13:01 Samuli Suominen (ssuominen)
2010-11-01 20:45 Jeroen Roovers (jer)
2010-11-03 21:11 Markus Meier (maekke)
2010-11-13 18:43 Raul Porcel (armin76)
2011-05-12  6:29 Eray Aslan (eras)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100611180915.97B802CAD8@corvid.gentoo.org \
    --to=flameeyes@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox