public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2008-03-29  0:46 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-03-29  0:46 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/03/29 00:46:59

  Modified:             ChangeLog
  Added:                openpam-20071221.ebuild
  Log:
  Bump to latest release, one chunk of our gentoo patch is not needed.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Feb 2008 12:03:30 -0000	1.9
+++ ChangeLog	29 Mar 2008 00:46:59 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.9 2008/02/19 12:03:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.10 2008/03/29 00:46:59 flameeyes Exp $
+
+*openpam-20071221 (29 Mar 2008)
+
+  29 Mar 2008; Diego Pettenò <flameeyes@gentoo.org>
+  +files/openpam-20071221-gentoo.patch, +openpam-20071221.ebuild:
+  Bump to latest release, one chunk of our gentoo patch is not needed.
 
 *openpam-20050616-r2 (19 Feb 2008)
 



1.1                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.1&content-type=text/plain

Index: openpam-20071221.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.1 2008/03/29 00:46:59 flameeyes Exp $

inherit multilib flag-o-matic autotools

DESCRIPTION="Open source PAM library."
HOMEPAGE="http://www.openpam.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE="debug vim-syntax"

RDEPEND="!virtual/pam"
DEPEND="sys-devel/make
	dev-lang/perl"
PDEPEND="sys-auth/pambase
	vim-syntax? ( app-vim/pam-syntax )"

PROVIDE="virtual/pam"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-gentoo.patch"
	epatch "${FILESDIR}/${PN}-20050201-nbsd.patch"
	epatch "${FILESDIR}/${PN}-20050616-redef.patch"
	epatch "${FILESDIR}/${PN}-20050616-optional.patch"

	sed -i -e 's:-Werror::' "${S}/configure.ac"

	eautoreconf
	elibtoolize
}

src_compile() {
	econf \
		--disable-dependency-tracking \
		--with-modules-dir=/$(get_libdir)/security \
		${myconf} || die "econf failed"

	emake || die "emake failed"
}

src_install() {
	emake -j1 DESTDIR="${D}" install

	dodoc CREDITS HISTORY MANIFEST RELNOTES README
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2008-06-09  7:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2008-06-09  7:01 UTC (permalink / raw
  To: gentoo-commits

aballier    08/06/09 07:01:39

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  Add missing trailing slash to the modules dir (otherwise modules will not be loaded) and keyword ~x86-fbsd
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.11                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	29 Mar 2008 00:46:59 -0000	1.10
+++ ChangeLog	9 Jun 2008 07:01:38 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.10 2008/03/29 00:46:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.11 2008/06/09 07:01:38 aballier Exp $
+
+  09 Jun 2008; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
+  Add missing trailing slash to the modules dir (otherwise modules will not
+  be loaded) and keyword ~x86-fbsd
 
 *openpam-20071221 (29 Mar 2008)
 



1.2                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.1&r2=1.2

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openpam-20071221.ebuild	29 Mar 2008 00:46:59 -0000	1.1
+++ openpam-20071221.ebuild	9 Jun 2008 07:01:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.1 2008/03/29 00:46:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.2 2008/06/09 07:01:38 aballier Exp $
 
 inherit multilib flag-o-matic autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~x86-fbsd"
 IUSE="debug vim-syntax"
 
 RDEPEND="!virtual/pam"
@@ -39,7 +39,7 @@
 src_compile() {
 	econf \
 		--disable-dependency-tracking \
-		--with-modules-dir=/$(get_libdir)/security \
+		--with-modules-dir=/$(get_libdir)/security/ \
 		${myconf} || die "econf failed"
 
 	emake || die "emake failed"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2008-06-10 19:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2008-06-10 19:04 UTC (permalink / raw
  To: gentoo-commits

aballier    08/06/10 19:04:34

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  keyword ~sparc-fbsd
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.12                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Jun 2008 07:01:38 -0000	1.11
+++ ChangeLog	10 Jun 2008 19:04:34 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.11 2008/06/09 07:01:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.12 2008/06/10 19:04:34 aballier Exp $
+
+  10 Jun 2008; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
+  keyword ~sparc-fbsd
 
   09 Jun 2008; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
   Add missing trailing slash to the modules dir (otherwise modules will not



1.3                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.2&r2=1.3

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openpam-20071221.ebuild	9 Jun 2008 07:01:38 -0000	1.2
+++ openpam-20071221.ebuild	10 Jun 2008 19:04:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.2 2008/06/09 07:01:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.3 2008/06/10 19:04:34 aballier Exp $
 
 inherit multilib flag-o-matic autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86-fbsd"
+KEYWORDS="~sparc-fbsd ~x86-fbsd"
 IUSE="debug vim-syntax"
 
 RDEPEND="!virtual/pam"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2009-07-04 12:29 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-07-04 12:29 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/07/04 12:29:58

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  Die when dodoc couldn't be completed; remove useless .la files.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Jan 2009 22:30:26 -0000	1.13
+++ ChangeLog	4 Jul 2009 12:29:58 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.13 2009/01/21 22:30:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.14 2009/07/04 12:29:58 flameeyes Exp $
+
+  04 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  openpam-20071221.ebuild:
+  Die when dodoc couldn't be completed; remove useless .la files.
 
   21 Jan 2009; Alexis Ballier <aballier@gentoo.org>
   -files/openpam-20050201-gentoo.patch, -openpam-20050616.ebuild,



1.4                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.3&r2=1.4

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openpam-20071221.ebuild	10 Jun 2008 19:04:34 -0000	1.3
+++ openpam-20071221.ebuild	4 Jul 2009 12:29:58 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.3 2008/06/10 19:04:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.4 2009/07/04 12:29:58 flameeyes Exp $
 
 inherit multilib flag-o-matic autotools
 
@@ -48,5 +48,7 @@
 src_install() {
 	emake -j1 DESTDIR="${D}" install
 
-	dodoc CREDITS HISTORY MANIFEST RELNOTES README
+	dodoc CREDITS HISTORY MANIFEST RELNOTES README || die
+
+	find "${D}" -name '*.la' -delete || die
 }






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2009-07-08 17:00 Javier Villavicencio (the_paya)
  0 siblings, 0 replies; 8+ messages in thread
From: Javier Villavicencio (the_paya) @ 2009-07-08 17:00 UTC (permalink / raw
  To: gentoo-commits

the_paya    09/07/08 17:00:46

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  Remove missing file from dodoc.
  (Portage version: 2.2_rc33/cvs/FreeBSD i386)

Revision  Changes    Path
1.15                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Jul 2009 12:29:58 -0000	1.14
+++ ChangeLog	8 Jul 2009 17:00:46 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.14 2009/07/04 12:29:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.15 2009/07/08 17:00:46 the_paya Exp $
+
+  08 Jul 2009; Javier Villavicencio <the_paya@gentoo.org>
+  openpam-20071221.ebuild:
+  Remove missing file from dodoc.
 
   04 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   openpam-20071221.ebuild:



1.5                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.4&r2=1.5

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openpam-20071221.ebuild	4 Jul 2009 12:29:58 -0000	1.4
+++ openpam-20071221.ebuild	8 Jul 2009 17:00:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.4 2009/07/04 12:29:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.5 2009/07/08 17:00:46 the_paya Exp $
 
 inherit multilib flag-o-matic autotools
 
@@ -48,7 +48,7 @@
 src_install() {
 	emake -j1 DESTDIR="${D}" install
 
-	dodoc CREDITS HISTORY MANIFEST RELNOTES README || die
+	dodoc CREDITS HISTORY RELNOTES README || die
 
 	find "${D}" -name '*.la' -delete || die
 }






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2010-05-02 11:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2010-05-02 11:20 UTC (permalink / raw
  To: gentoo-commits

aballier    10/05/02 11:20:56

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  Various improvements to the ebuild by Toffanin [Gentoo/FreeBSD AT] <toffanin.mauro@gmail.com> in bug #318121, esp. missing || die at make install
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sys-auth/openpam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Jul 2009 17:00:46 -0000	1.15
+++ ChangeLog	2 May 2010 11:20:56 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/openpam
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.15 2009/07/08 17:00:46 the_paya Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.16 2010/05/02 11:20:56 aballier Exp $
+
+  02 May 2010; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
+  Various improvements to the ebuild by Toffanin [Gentoo/FreeBSD AT]
+  <toffanin.mauro@gmail.com> in bug #318121, esp. missing || die at make
+  install
 
   08 Jul 2009; Javier Villavicencio <the_paya@gentoo.org>
   openpam-20071221.ebuild:



1.6                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.5&r2=1.6

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openpam-20071221.ebuild	8 Jul 2009 17:00:46 -0000	1.5
+++ openpam-20071221.ebuild	2 May 2010 11:20:56 -0000	1.6
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.5 2009/07/08 17:00:46 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.6 2010/05/02 11:20:56 aballier Exp $
 
-inherit multilib flag-o-matic autotools
+EAPI="2"
+inherit multilib autotools
 
 DESCRIPTION="Open source PAM library."
 HOMEPAGE="http://www.openpam.org/"
@@ -21,10 +22,7 @@
 
 PROVIDE="virtual/pam"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.patch"
 	epatch "${FILESDIR}/${PN}-20050201-nbsd.patch"
 	epatch "${FILESDIR}/${PN}-20050616-redef.patch"
@@ -36,18 +34,14 @@
 	elibtoolize
 }
 
-src_compile() {
-	econf \
+src_configure() {
+	econf ${myconf} \
 		--disable-dependency-tracking \
-		--with-modules-dir=/$(get_libdir)/security/ \
-		${myconf} || die "econf failed"
-
-	emake || die "emake failed"
+		--with-modules-dir=/$(get_libdir)/security/
 }
 
 src_install() {
-	emake -j1 DESTDIR="${D}" install
-
+	emake -j1 DESTDIR="${D}" install || die
 	dodoc CREDITS HISTORY RELNOTES README || die
 
 	find "${D}" -name '*.la' -delete || die






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2011-04-07  5:53 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-07  5:53 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/07 05:53:06

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  Don't PROVIDE virtual/pam. Update blocker. Bug 358903.
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sys-auth/openpam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	2 May 2010 11:20:56 -0000	1.16
+++ ChangeLog	7 Apr 2011 05:53:06 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/openpam
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.16 2010/05/02 11:20:56 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.17 2011/04/07 05:53:06 ulm Exp $
+
+  07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> openpam-20071221.ebuild:
+  Don't PROVIDE virtual/pam. Update blocker. Bug 358903.
 
   02 May 2010; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
   Various improvements to the ebuild by Toffanin [Gentoo/FreeBSD AT]



1.7                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.6&r2=1.7

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openpam-20071221.ebuild	2 May 2010 11:20:56 -0000	1.6
+++ openpam-20071221.ebuild	7 Apr 2011 05:53:06 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.6 2010/05/02 11:20:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.7 2011/04/07 05:53:06 ulm Exp $
 
 EAPI="2"
 inherit multilib autotools
@@ -14,14 +14,12 @@
 KEYWORDS="~sparc-fbsd ~x86-fbsd"
 IUSE="debug vim-syntax"
 
-RDEPEND="!virtual/pam"
+RDEPEND="!sys-libs/pam"
 DEPEND="sys-devel/make
 	dev-lang/perl"
 PDEPEND="sys-auth/pambase
 	vim-syntax? ( app-vim/pam-syntax )"
 
-PROVIDE="virtual/pam"
-
 src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.patch"
 	epatch "${FILESDIR}/${PN}-20050201-nbsd.patch"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild
@ 2011-07-05 15:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-05 15:42 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/05 15:42:44

  Modified:             ChangeLog openpam-20071221.ebuild
  Log:
  force automake 1.9 for bug #318121
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-auth/openpam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Apr 2011 05:53:06 -0000	1.17
+++ ChangeLog	5 Jul 2011 15:42:44 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/openpam
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.17 2011/04/07 05:53:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.18 2011/07/05 15:42:44 aballier Exp $
+
+  05 Jul 2011; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
+  force automake 1.9 for bug #318121
 
   07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> openpam-20071221.ebuild:
   Don't PROVIDE virtual/pam. Update blocker. Bug 358903.



1.8                  sys-auth/openpam/openpam-20071221.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild?r1=1.7&r2=1.8

Index: openpam-20071221.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openpam-20071221.ebuild	7 Apr 2011 05:53:06 -0000	1.7
+++ openpam-20071221.ebuild	5 Jul 2011 15:42:44 -0000	1.8
@@ -1,8 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.7 2011/04/07 05:53:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20071221.ebuild,v 1.8 2011/07/05 15:42:44 aballier Exp $
 
 EAPI="2"
+# https://bugs.gentoo.org/show_bug.cgi?id=318121
+WANT_AUTOMAKE=1.9
 inherit multilib autotools
 
 DESCRIPTION="Open source PAM library."






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-05 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-29  0:46 [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20071221.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-09  7:01 Alexis Ballier (aballier)
2008-06-10 19:04 Alexis Ballier (aballier)
2009-07-04 12:29 Diego Petteno (flameeyes)
2009-07-08 17:00 Javier Villavicencio (the_paya)
2010-05-02 11:20 Alexis Ballier (aballier)
2011-04-07  5:53 Ulrich Mueller (ulm)
2011-07-05 15:42 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox