public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-06-20 20:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 12+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-20 20:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/20 20:23:13

  Modified:             ChangeLog
  Added:                pam-1.1.0.ebuild
  Log:
  Version bump to new release. Some of the interesting changes: the debug USE flag is properly set up this time, we don't patch man regeneration any longer (should be fixed upsteram), don't touch the modules' README files until install phase, don't error out on pam_timestamp usage, this PAM version fixes it. Also drop the update warnings on the split PAM modules.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.240                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.239&r2=1.240

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog	20 Jun 2009 18:51:05 -0000	1.239
+++ ChangeLog	20 Jun 2009 20:23:13 -0000	1.240
@@ -1,6 +1,16 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.239 2009/06/20 18:51:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.240 2009/06/20 20:23:13 flameeyes Exp $
+
+*pam-1.1.0 (20 Jun 2009)
+
+  20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> +pam-1.1.0.ebuild,
+  +files/Linux-PAM-1.1.0-debug.patch:
+  Version bump to new release. Some of the interesting changes: the debug
+  USE flag is properly set up this time, we don't patch man regeneration any
+  longer (should be fixed upsteram), don't touch the modules' README files
+  until install phase, don't error out on pam_timestamp usage, this PAM
+  version fixes it. Also drop the update warnings on the split PAM modules.
 
   20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> -pam-1.0.1.ebuild:
   Remove old version.



1.1                  sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.1 2009/06/20 20:23:13 flameeyes Exp $

WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"

inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic

MY_PN="Linux-PAM"
MY_P="${MY_PN}-${PV}"

HOMEPAGE="http://www.kernel.org/pub/linux/libs/pam/"
DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"

SRC_URI="mirror://kernel/linux/libs/pam/library/${MY_P}.tar.bz2"

LICENSE="PAM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"

RDEPEND="nls? ( virtual/libintl )
	cracklib? ( >=sys-libs/cracklib-2.8.3 )
	audit? ( sys-process/audit )
	selinux? ( >=sys-libs/libselinux-1.28 )
	elibc_glibc? ( >=sys-libs/glibc-2.7 )"
DEPEND="${RDEPEND}
	sys-devel/flex
	nls? ( sys-devel/gettext )"
PDEPEND="sys-auth/pambase
	vim-syntax? ( app-vim/pam-syntax )"

S="${WORKDIR}/${MY_P}"

PROVIDE="virtual/pam"

check_old_modules() {
	local retval="0"

	if sed -e 's:#.*::' "${ROOT}"/etc/pam.d/* 2>/dev/null | fgrep -q pam_stack.so; then
		eerror ""
		eerror "Your current setup is using the pam_stack module."
		eerror "This module is deprecated and no longer supported, and since version"
		eerror "0.99 is no longer installed, nor provided by any other package."
		eerror "The package will be built (to allow binary package builds), but will"
		eerror "not be installed."
		eerror "Please replace pam_stack usage with proper include directive usage,"
		eerror "following the PAM Upgrade guide at the following URL"
		eerror "  http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml"
		eerror ""
		ebeep 15

		retval=1
	fi

	if sed -e 's:#.*::' "${ROOT}"/etc/pam.d/* 2>/dev/null | egrep -q 'pam_(pwdb|console)'; then
		eerror ""
		eerror "Your current setup is using one or more of the following modules,"
		eerror "that are not built or supported anymore:"
		eerror "pam_pwdb, pam_timestamp, pam_console"
		eerror "If you are in real need for these modules, please contact the maintainers"
		eerror "of PAM through http://bugs.gentoo.org/ providing information about its"
		eerror "use cases."
		eerror "Please also make sure to read the PAM Upgrade guide at the following URL:"
		eerror "  http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml"
		eerror ""
		ebeep 10

		retval=1
	fi

	return $retval
}

pkg_setup() {
	check_old_modules
}

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

	epatch "${FILESDIR}/${MY_PN}-0.99.8.1-xtests.patch"

	# Remove NIS dependencies, see bug #235431
	epatch "${FILESDIR}/${MY_PN}-1.0.2-noyp.patch"

	# Fix building with debug USE flag enabled
	epatch "${FILESDIR}/${MY_PN}-1.1.0-debug.patch"

	# Remove libtool-2 libtool macros, see bug 261167
	rm m4/libtool.m4 m4/lt*.m4 || die "rm libtool macros failed."

	AT_M4DIR="m4" eautoreconf

	elibtoolize
}

src_compile() {
	local myconf

	if use hppa || use elibc_FreeBSD; then
		myconf="${myconf} --disable-pie"
	fi

	econf \
		--libdir=/usr/$(get_libdir) \
		--docdir=/usr/share/doc/${PF} \
		--htmldir=/usr/share/doc/${PF}/html \
		--enable-securedir=/$(get_libdir)/security \
		--enable-isadir=/$(get_libdir)/security \
		$(use_enable nls) \
		$(use_enable selinux) \
		$(use_enable cracklib) \
		$(use_enable audit) \
		$(use_enable debug) \
		--disable-db \
		--disable-dependency-tracking \
		--disable-prelude \
		${myconf} || die "econf failed"
	emake sepermitlockdir="/var/run/sepermit" || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install \
		 sepermitlockdir="/var/run/sepermit" || die "make install failed"

	# Need to be suid
	fperms u+s /sbin/unix_chkpwd

	dodir /$(get_libdir)
	mv "${D}/usr/$(get_libdir)/libpam.so"* "${D}/$(get_libdir)/"
	mv "${D}/usr/$(get_libdir)/libpamc.so"* "${D}/$(get_libdir)/"
	mv "${D}/usr/$(get_libdir)/libpam_misc.so"* "${D}/$(get_libdir)/"
	gen_usr_ldscript libpam.so libpamc.so libpam_misc.so

	dodoc CHANGELOG ChangeLog README AUTHORS Copyright NEWS || die

	docinto modules
	for dir in modules/pam_*; do
		newdoc $dir/README README.$(basename ${dir})
	done

	# Remove the wrongly installed manpages
	rm "${D}"/usr/share/man/man8/pam_userdb.8*
	use cracklib || rm "${D}"/usr/share/man/man8/pam_cracklib.8*

	# Get rid of the .la files. We certainly don't need them for PAM
	# modules, and libpam is installed as a shared object only, so we
	# don't ned them for static linking either.
	find "${D}" -name '*.la' -delete
}

pkg_preinst() {
	check_old_modules || die "deprecated PAM modules still used"
}






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-06-21  9:31 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 12+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-21  9:31 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/21 09:31:20

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  Add a patch to fix building with nls USE flag disabled, see bug #274856.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam-1.1.0.ebuild	20 Jun 2009 20:24:44 -0000	1.2
+++ pam-1.1.0.ebuild	21 Jun 2009 09:31:20 -0000	1.3
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.2 2009/06/20 20:24:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.3 2009/06/21 09:31:20 flameeyes Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -86,6 +86,9 @@
 	# Fix building with debug USE flag enabled
 	epatch "${FILESDIR}/${MY_PN}-1.1.0-debug.patch"
 
+	# Fix building with nls USE flag disabled
+	epatch "${FILESDIR}/${MY_PN}-1.1.0-nonls.patch"
+
 	# Remove libtool-2 libtool macros, see bug 261167
 	rm m4/libtool.m4 m4/lt*.m4 || die "rm libtool macros failed."
 



1.242                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.241&r2=1.242

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog	20 Jun 2009 20:24:44 -0000	1.241
+++ ChangeLog	21 Jun 2009 09:31:20 -0000	1.242
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.241 2009/06/20 20:24:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.242 2009/06/21 09:31:20 flameeyes Exp $
+
+  21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild,
+  +files/Linux-PAM-1.1.0-nonls.patch:
+  Add a patch to fix building with nls USE flag disabled, see bug #274856.
 
   20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.0.4.ebuild,
   pam-1.1.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-06-21 16:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 12+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-21 16:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/21 16:23:23

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  Restore the patch to disable man regeneration, comment it so that there is a bug reference too; also comment the xtests patch. Fix the warning for broken setups, removing pam_timestamp (which is present again).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam-1.1.0.ebuild	21 Jun 2009 09:31:20 -0000	1.3
+++ pam-1.1.0.ebuild	21 Jun 2009 16:23:23 -0000	1.4
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.3 2009/06/21 09:31:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.4 2009/06/21 16:23:23 flameeyes Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -55,7 +55,7 @@
 		eerror ""
 		eerror "Your current setup is using one or more of the following modules,"
 		eerror "that are not built or supported anymore:"
-		eerror "pam_pwdb, pam_timestamp, pam_console"
+		eerror "pam_pwdb, pam_console"
 		eerror "If you are in real need for these modules, please contact the maintainers"
 		eerror "of PAM through http://bugs.gentoo.org/ providing information about its"
 		eerror "use cases."
@@ -78,6 +78,15 @@
 	unpack ${A}
 	cd "${S}"
 
+	# Avoid regeneration man _and_ documentation. The documentation
+	# regeneration requires the xsl stylesheets for DocBook as well as
+	# a browser; if lynx is not found, the buildsystem will also
+	# default to Firefox, bad choice. — bug #274929
+	epatch "${FILESDIR}/${MY_PN}-0.99.7.0-disable-regenerate-man.patch"
+
+	# Avoid building xtests during "make all"; note that for what
+	# we're concerned xtests are not even executed, so we should
+	# probably use EXTRA_PROGRAMS.
 	epatch "${FILESDIR}/${MY_PN}-0.99.8.1-xtests.patch"
 
 	# Remove NIS dependencies, see bug #235431
@@ -118,6 +127,7 @@
 		--disable-db \
 		--disable-dependency-tracking \
 		--disable-prelude \
+		--disable-regenerate-man \
 		${myconf} || die "econf failed"
 	emake sepermitlockdir="/var/run/sepermit" || die "emake failed"
 }



1.243                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.243&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.243&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog	21 Jun 2009 09:31:20 -0000	1.242
+++ ChangeLog	21 Jun 2009 16:23:23 -0000	1.243
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.242 2009/06/21 09:31:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.243 2009/06/21 16:23:23 flameeyes Exp $
+
+  21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild:
+  Restore the patch to disable man regeneration, comment it so that there is
+  a bug reference too; also comment the xtests patch. Fix the warning for
+  broken setups, removing pam_timestamp (which is present again).
 
   21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild,
   +files/Linux-PAM-1.1.0-nonls.patch:






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-06-21 16:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 12+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-21 16:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/21 16:50:28

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  Use a different alternative to avoid applying the disable-regenerate-man for now: download the doc tarball and merge it in. This increses the downloaded data by 500k and also installs quite a bit more documentation, but also solves bug #206166 in a nice way, provide the full documentation set and so on. If upstream will provide a --disable-regenerate-doc in the future, then I'll add the doc USE flag to disable the extra download, for now this will work out, I think.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pam-1.1.0.ebuild	21 Jun 2009 16:23:23 -0000	1.4
+++ pam-1.1.0.ebuild	21 Jun 2009 16:50:28 -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-libs/pam/pam-1.1.0.ebuild,v 1.4 2009/06/21 16:23:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.5 2009/06/21 16:50:28 flameeyes Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -10,7 +10,8 @@
 HOMEPAGE="http://www.kernel.org/pub/linux/libs/pam/"
 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
 
-SRC_URI="mirror://kernel/linux/libs/pam/library/${MY_P}.tar.bz2"
+SRC_URI="mirror://kernel/linux/libs/pam/library/${MY_P}.tar.bz2
+	mirror://kernel/linux/libs/pam/documentation/${MY_P}-docs.tar.bz2"
 
 LICENSE="PAM"
 SLOT="0"
@@ -78,12 +79,6 @@
 	unpack ${A}
 	cd "${S}"
 
-	# Avoid regeneration man _and_ documentation. The documentation
-	# regeneration requires the xsl stylesheets for DocBook as well as
-	# a browser; if lynx is not found, the buildsystem will also
-	# default to Firefox, bad choice. — bug #274929
-	epatch "${FILESDIR}/${MY_PN}-0.99.7.0-disable-regenerate-man.patch"
-
 	# Avoid building xtests during "make all"; note that for what
 	# we're concerned xtests are not even executed, so we should
 	# probably use EXTRA_PROGRAMS.
@@ -127,7 +122,6 @@
 		--disable-db \
 		--disable-dependency-tracking \
 		--disable-prelude \
-		--disable-regenerate-man \
 		${myconf} || die "econf failed"
 	emake sepermitlockdir="/var/run/sepermit" || die "emake failed"
 }



1.244                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog	21 Jun 2009 16:23:23 -0000	1.243
+++ ChangeLog	21 Jun 2009 16:50:28 -0000	1.244
@@ -1,6 +1,15 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.243 2009/06/21 16:23:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.244 2009/06/21 16:50:28 flameeyes Exp $
+
+  21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild:
+  Use a different alternative to avoid applying the disable-regenerate-man
+  for now: download the doc tarball and merge it in. This increses the
+  downloaded data by 500k and also installs quite a bit more documentation,
+  but also solves bug #206166 in a nice way, provide the full documentation
+  set and so on. If upstream will provide a --disable-regenerate-doc in the
+  future, then I'll add the doc USE flag to disable the extra download, for
+  now this will work out, I think.
 
   21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild:
   Restore the patch to disable man regeneration, comment it so that there is






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-09-14 20:32 Thomas Alan Gall (tgall)
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Alan Gall (tgall) @ 2009-09-14 20:32 UTC (permalink / raw
  To: gentoo-commits

tgall       09/09/14 20:32:46

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  stable on ppc64, bug #284087
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pam-1.1.0.ebuild	21 Jun 2009 16:50:28 -0000	1.5
+++ pam-1.1.0.ebuild	14 Sep 2009 20:32:46 -0000	1.6
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.5 2009/06/21 16:50:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.6 2009/09/14 20:32:46 tgall Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.245                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.245&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.245&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.244&r2=1.245

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog	21 Jun 2009 16:50:28 -0000	1.244
+++ ChangeLog	14 Sep 2009 20:32:46 -0000	1.245
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.244 2009/06/21 16:50:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.245 2009/09/14 20:32:46 tgall Exp $
+
+  14 Sep 2009; Tom Gall <tgall@gentoo.org> pam-1.1.0.ebuild:
+  stable on ppc64, bug #284087
 
   21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pam-1.1.0.ebuild:
   Use a different alternative to avoid applying the disable-regenerate-man






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-09-16 17:58 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-16 17:58 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/16 17:58:29

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  stable x86, bug 284087
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.7                  sys-libs/pam/pam-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?r1=1.6&r2=1.7

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pam-1.1.0.ebuild	14 Sep 2009 20:32:46 -0000	1.6
+++ pam-1.1.0.ebuild	16 Sep 2009 17:58:28 -0000	1.7
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.6 2009/09/14 20:32:46 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.7 2009/09/16 17:58:28 fauli Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.246                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog	14 Sep 2009 20:32:46 -0000	1.245
+++ ChangeLog	16 Sep 2009 17:58:28 -0000	1.246
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.245 2009/09/14 20:32:46 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.246 2009/09/16 17:58:28 fauli Exp $
+
+  16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> pam-1.1.0.ebuild:
+  stable x86, bug 284087
 
   14 Sep 2009; Tom Gall <tgall@gentoo.org> pam-1.1.0.ebuild:
   stable on ppc64, bug #284087






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-09-22 20:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-22 20:03 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/22 20:03:46

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #284087).
  (Portage version: 2.2_rc41/cvs/Linux i686)

Revision  Changes    Path
1.8                  sys-libs/pam/pam-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?r1=1.7&r2=1.8

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pam-1.1.0.ebuild	16 Sep 2009 17:58:28 -0000	1.7
+++ pam-1.1.0.ebuild	22 Sep 2009 20:03:45 -0000	1.8
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.7 2009/09/16 17:58:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.8 2009/09/22 20:03:45 jer Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.247                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.247&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.247&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.246&r2=1.247

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog	16 Sep 2009 17:58:28 -0000	1.246
+++ ChangeLog	22 Sep 2009 20:03:45 -0000	1.247
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.246 2009/09/16 17:58:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.247 2009/09/22 20:03:45 jer Exp $
+
+  22 Sep 2009; Jeroen Roovers <jer@gentoo.org> pam-1.1.0.ebuild:
+  Stable for HPPA (bug #284087).
 
   16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> pam-1.1.0.ebuild:
   stable x86, bug 284087






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-09-27 16:43 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 12+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 16:43 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 16:43:00

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  ppc stable #284087
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.9                  sys-libs/pam/pam-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild?r1=1.8&r2=1.9

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pam-1.1.0.ebuild	22 Sep 2009 20:03:45 -0000	1.8
+++ pam-1.1.0.ebuild	27 Sep 2009 16:43:00 -0000	1.9
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.8 2009/09/22 20:03:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.9 2009/09/27 16:43:00 nixnut Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.248                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.248&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.248&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.247&r2=1.248

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- ChangeLog	22 Sep 2009 20:03:45 -0000	1.247
+++ ChangeLog	27 Sep 2009 16:43:00 -0000	1.248
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.247 2009/09/22 20:03:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.248 2009/09/27 16:43:00 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> pam-1.1.0.ebuild:
+  ppc stable #284087
 
   22 Sep 2009; Jeroen Roovers <jer@gentoo.org> pam-1.1.0.ebuild:
   Stable for HPPA (bug #284087).






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-10-20 12:24 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-10-20 12:24 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/20 12:24:09

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  arm stable, bug #284087
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pam-1.1.0.ebuild	27 Sep 2009 16:43:00 -0000	1.9
+++ pam-1.1.0.ebuild	20 Oct 2009 12:24:08 -0000	1.10
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.9 2009/09/27 16:43:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.10 2009/10/20 12:24:08 maekke Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.249                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.249&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.249&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.248&r2=1.249

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog	27 Sep 2009 16:43:00 -0000	1.248
+++ ChangeLog	20 Oct 2009 12:24:08 -0000	1.249
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.248 2009/09/27 16:43:00 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.249 2009/10/20 12:24:08 maekke Exp $
+
+  20 Oct 2009; Markus Meier <maekke@gentoo.org> pam-1.1.0.ebuild:
+  arm stable, bug #284087
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> pam-1.1.0.ebuild:
   ppc stable #284087






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-11-26 10:11 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-11-26 10:11 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/26 10:11:59

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #284087
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pam-1.1.0.ebuild	20 Oct 2009 12:24:08 -0000	1.10
+++ pam-1.1.0.ebuild	26 Nov 2009 10:11:59 -0000	1.11
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.10 2009/10/20 12:24:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.11 2009/11/26 10:11:59 maekke Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.250                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.250&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.250&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	20 Oct 2009 12:24:08 -0000	1.249
+++ ChangeLog	26 Nov 2009 10:11:59 -0000	1.250
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.249 2009/10/20 12:24:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.250 2009/11/26 10:11:59 maekke Exp $
+
+  26 Nov 2009; Markus Meier <maekke@gentoo.org> pam-1.1.0.ebuild:
+  amd64 stable, bug #284087
 
   20 Oct 2009; Markus Meier <maekke@gentoo.org> pam-1.1.0.ebuild:
   arm stable, bug #284087






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2009-12-27 12:33 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-12-27 12:33 UTC (permalink / raw
  To: gentoo-commits

klausman    09/12/27 12:33:57

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  Stable on alpha, bug #284087
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pam-1.1.0.ebuild	26 Nov 2009 10:11:59 -0000	1.11
+++ pam-1.1.0.ebuild	27 Dec 2009 12:33:56 -0000	1.12
@@ -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-libs/pam/pam-1.1.0.ebuild,v 1.11 2009/11/26 10:11:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.12 2009/12/27 12:33:56 klausman Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="PAM"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.253                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.252&r2=1.253

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog	17 Dec 2009 18:44:03 -0000	1.252
+++ ChangeLog	27 Dec 2009 12:33:56 -0000	1.253
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.252 2009/12/17 18:44:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.253 2009/12/27 12:33:56 klausman Exp $
+
+  27 Dec 2009; Tobias Klausmann <klausman@gentoo.org> pam-1.1.0.ebuild:
+  Stable on alpha, bug #284087
 
   17 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   +files/Linux-PAM-1.1.0-uclibc.patch, pam-1.1.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog
@ 2010-01-24 18:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-24 18:27 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/24 18:27:14

  Modified:             pam-1.1.0.ebuild ChangeLog
  Log:
  ia64/s390/sh/sparc stable wrt #284087
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.14                 sys-libs/pam/pam-1.1.0.ebuild

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

Index: pam-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pam-1.1.0.ebuild	6 Jan 2010 15:51:10 -0000	1.13
+++ pam-1.1.0.ebuild	24 Jan 2010 18:27:13 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.13 2010/01/06 15:51:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.0.ebuild,v 1.14 2010/01/24 18:27:13 armin76 Exp $
 
 inherit libtool multilib eutils autotools pam toolchain-funcs flag-o-matic
 
@@ -15,7 +15,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit test elibc_glibc debug"
 
 RDEPEND="nls? ( virtual/libintl )



1.255                sys-libs/pam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.254&r2=1.255

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog	6 Jan 2010 15:51:10 -0000	1.254
+++ ChangeLog	24 Jan 2010 18:27:13 -0000	1.255
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.254 2010/01/06 15:51:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.255 2010/01/24 18:27:13 armin76 Exp $
+
+  24 Jan 2010; Raúl Porcel <armin76@gentoo.org> pam-1.1.0.ebuild:
+  ia64/s390/sh/sparc stable wrt #284087
 
   06 Jan 2010; Ulrich Mueller <ulm@gentoo.org> pam-1.0.4.ebuild,
   pam-1.1.0.ebuild, pam-1.1.1.ebuild:






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

end of thread, other threads:[~2010-01-24 18:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 20:03 [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.0.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-24 18:27 Raul Porcel (armin76)
2009-12-27 12:33 Tobias Klausmann (klausman)
2009-11-26 10:11 Markus Meier (maekke)
2009-10-20 12:24 Markus Meier (maekke)
2009-09-27 16:43 Gysbert Wassenaar (nixnut)
2009-09-16 17:58 Christian Faulhammer (fauli)
2009-09-14 20:32 Thomas Alan Gall (tgall)
2009-06-21 16:50 Diego Petteno (flameeyes)
2009-06-21 16:23 Diego Petteno (flameeyes)
2009-06-21  9:31 Diego Petteno (flameeyes)
2009-06-20 20:23 Diego Petteno (flameeyes)

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