public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r2.ebuild ChangeLog
@ 2013-02-24  0:00 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-02-24  0:00 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/02/24 00:00:50

  Modified:             ChangeLog
  Added:                pam_dotfile-0.7-r2.ebuild
  Log:
  Cleanup, use a single patch rather than a patches tarball (patches are split in GitHub), simplify checks and hide symbols that are not part of the PAM interface.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.11                 sys-auth/pam_dotfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 May 2008 08:55:52 -0000	1.10
+++ ChangeLog	24 Feb 2013 00:00:50 -0000	1.11
@@ -1,6 +1,14 @@
 # ChangeLog for sys-auth/pam_dotfile
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.10 2008/05/16 08:55:52 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.11 2013/02/24 00:00:50 flameeyes Exp $
+
+*pam_dotfile-0.7-r2 (24 Feb 2013)
+
+  24 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org>
+  +files/pam_dotfile-0.7-gentoo.patch, +pam_dotfile-0.7-r2.ebuild:
+  Cleanup, use a single patch rather than a patches tarball (patches are split
+  in GitHub), simplify checks and hide symbols that are not part of the PAM
+  interface.
 
   16 May 2008; Diego Pettenò <flameeyes@gentoo.org>
   -pam_dotfile-0.7.ebuild:



1.1                  sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild

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

Index: pam_dotfile-0.7-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.1 2013/02/24 00:00:50 flameeyes Exp $

EAPI=5

inherit eutils pam autotools autotools-utils

MY_P="${P/_beta/beta}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="pam module to allow password-storing in \$HOME/dotfiles"
HOMEPAGE="http://0pointer.de/lennart/projects/pam_dotfile/
	https://github.com/gentoo/pam_dotfile/"
SRC_URI="http://0pointer.de/lennart/projects/pam_dotfile/${MY_P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

RDEPEND="virtual/pam"
DEPEND="${RDEPEND}
	doc? ( www-client/lynx )"

HTML_DOCS="doc"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	eautoreconf
}

src_configure() {
	local myeconfargs=(
		$(use_enable doc lynx)
		--with-pammoddir=$(getpam_mod_dir)
	)
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install

	# kill the libtool archives
	rm -rf "${D}"/$(getpam_mod_dir)/*.la
}





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r2.ebuild ChangeLog
@ 2013-05-16 12:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 12:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 12:54:52

  Modified:             pam_dotfile-0.7-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464478
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?r1=1.1&r2=1.2

Index: pam_dotfile-0.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_dotfile-0.7-r2.ebuild	24 Feb 2013 00:00:50 -0000	1.1
+++ pam_dotfile-0.7-r2.ebuild	16 May 2013 12:54:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.1 2013/02/24 00:00:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.2 2013/05/16 12:54:52 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/pam"



1.12                 sys-auth/pam_dotfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Feb 2013 00:00:50 -0000	1.11
+++ ChangeLog	16 May 2013 12:54:52 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_dotfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.11 2013/02/24 00:00:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.12 2013/05/16 12:54:52 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> pam_dotfile-0.7-r2.ebuild:
+  Stable for amd64, wrt bug #464478
 
 *pam_dotfile-0.7-r2 (24 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r2.ebuild ChangeLog
@ 2013-05-16 13:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:14:54

  Modified:             pam_dotfile-0.7-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #464478
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?r1=1.2&r2=1.3

Index: pam_dotfile-0.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam_dotfile-0.7-r2.ebuild	16 May 2013 12:54:52 -0000	1.2
+++ pam_dotfile-0.7-r2.ebuild	16 May 2013 13:14:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.2 2013/05/16 12:54:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.3 2013/05/16 13:14:54 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="doc"
 
 RDEPEND="virtual/pam"



1.13                 sys-auth/pam_dotfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 May 2013 12:54:52 -0000	1.12
+++ ChangeLog	16 May 2013 13:14:54 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_dotfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.12 2013/05/16 12:54:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.13 2013/05/16 13:14:54 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> pam_dotfile-0.7-r2.ebuild:
+  Stable for ppc, wrt bug #464478
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> pam_dotfile-0.7-r2.ebuild:
   Stable for amd64, wrt bug #464478





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r2.ebuild ChangeLog
@ 2013-05-20  8:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:25:37

  Modified:             pam_dotfile-0.7-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464478
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild?r1=1.3&r2=1.4

Index: pam_dotfile-0.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam_dotfile-0.7-r2.ebuild	16 May 2013 13:14:54 -0000	1.3
+++ pam_dotfile-0.7-r2.ebuild	20 May 2013 08:25:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.3 2013/05/16 13:14:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild,v 1.4 2013/05/20 08:25:37 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 
 RDEPEND="virtual/pam"



1.14                 sys-auth/pam_dotfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	16 May 2013 13:14:54 -0000	1.13
+++ ChangeLog	20 May 2013 08:25:37 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/pam_dotfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.13 2013/05/16 13:14:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.14 2013/05/20 08:25:37 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> pam_dotfile-0.7-r2.ebuild:
+  Stable for x86, wrt bug #464478
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> pam_dotfile-0.7-r2.ebuild:
   Stable for ppc, wrt bug #464478





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

end of thread, other threads:[~2013-05-20  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24  0:00 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r2.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-16 12:54 Agostino Sarubbo (ago)
2013-05-16 13:14 Agostino Sarubbo (ago)
2013-05-20  8:25 Agostino Sarubbo (ago)

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