* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: openpam-20111218.ebuild ChangeLog
@ 2012-04-22 14:04 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-22 14:04 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/22 14:04:02
Modified: ChangeLog
Added: openpam-20111218.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.19 sys-auth/openpam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 5 Jul 2011 15:42:44 -0000 1.18
+++ ChangeLog 22 Apr 2012 14:04:01 -0000 1.19
@@ -1,6 +1,12 @@
# 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.18 2011/07/05 15:42:44 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.19 2012/04/22 14:04:01 aballier Exp $
+
+*openpam-20111218 (22 Apr 2012)
+
+ 22 Apr 2012; Alexis Ballier <aballier@gentoo.org> +openpam-20111218.ebuild,
+ +files/openpam-20111218-nomajor.patch:
+ version bump
05 Jul 2011; Alexis Ballier <aballier@gentoo.org> openpam-20071221.ebuild:
force automake 1.9 for bug #318121
1.1 sys-auth/openpam/openpam-20111218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild?rev=1.1&content-type=text/plain
Index: openpam-20111218.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.1 2012/04/22 14:04:01 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."
HOMEPAGE="http://www.openpam.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~sparc-fbsd ~x86-fbsd"
IUSE="debug vim-syntax"
RDEPEND="!sys-libs/pam"
DEPEND="sys-devel/make
dev-lang/perl"
PDEPEND="sys-auth/pambase
vim-syntax? ( app-vim/pam-syntax )"
src_prepare() {
epatch "${FILESDIR}/${PN}-20071221-gentoo.patch"
epatch "${FILESDIR}/${PN}-20050201-nbsd.patch"
epatch "${FILESDIR}/${PN}-20111218-nomajor.patch"
sed -i -e 's:-Werror::' "${S}/configure.ac"
mkdir "${S}/m4" # Otherwise aclocal fails since ACLOCAL_AMFLAGS is set in Makefile.am
eautoreconf
elibtoolize
}
src_configure() {
econf ${myconf} \
--disable-dependency-tracking \
--with-modules-dir=/$(get_libdir)/security/
}
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc CREDITS HISTORY RELNOTES README || die
find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: openpam-20111218.ebuild ChangeLog
@ 2012-04-26 13:53 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 13:53 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/26 13:53:41
Modified: openpam-20111218.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-auth/openpam/openpam-20111218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild?r1=1.1&r2=1.2
Index: openpam-20111218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openpam-20111218.ebuild 22 Apr 2012 14:04:01 -0000 1.1
+++ openpam-20111218.ebuild 26 Apr 2012 13:53:41 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.1 2012/04/22 14:04:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20111218.ebuild,v 1.2 2012/04/26 13:53:41 aballier Exp $
EAPI="2"
# https://bugs.gentoo.org/show_bug.cgi?id=318121
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="debug vim-syntax"
RDEPEND="!sys-libs/pam"
1.20 sys-auth/openpam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 22 Apr 2012 14:04:01 -0000 1.19
+++ ChangeLog 26 Apr 2012 13:53:41 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/openpam
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.19 2012/04/22 14:04:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.20 2012/04/26 13:53:41 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> openpam-20111218.ebuild:
+ keyword ~amd64-fbsd
*openpam-20111218 (22 Apr 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-26 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 13:53 [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: openpam-20111218.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-04-22 14:04 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