From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED7461381F3 for ; Sat, 10 Aug 2013 15:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE579E0B4F; Sat, 10 Aug 2013 15:59:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51F47E0B4F for ; Sat, 10 Aug 2013 15:59:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DA8C33EB24 for ; Sat, 10 Aug 2013 15:59:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id B682E21710; Sat, 10 Aug 2013 15:59:14 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/openpam: ChangeLog openpam-20120526-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog openpam-20120526-r1.ebuild X-VCS-Directories: sys-auth/openpam X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130810155914.B682E21710@flycatcher.gentoo.org> Date: Sat, 10 Aug 2013 15:59:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45207501-1f70-4129-a265-c833a2d37669 X-Archives-Hash: a5ab1e153bced1fa4ee44de6e77968b5 aballier 13/08/10 15:59:14 Modified: ChangeLog Added: openpam-20120526-r1.ebuild Log: modernize and go multilib (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.24 sys-auth/openpam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 30 Oct 2012 12:03:57 -0000 1.23 +++ ChangeLog 10 Aug 2013 15:59:14 -0000 1.24 @@ -1,6 +1,12 @@ # 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.23 2012/10/30 12:03:57 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.24 2013/08/10 15:59:14 aballier Exp $ + +*openpam-20120526-r1 (10 Aug 2013) + + 10 Aug 2013; Alexis Ballier + +openpam-20120526-r1.ebuild: + modernize and go multilib *openpam-20120526 (30 Oct 2012) 1.1 sys-auth/openpam/openpam-20120526-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20120526-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/openpam/openpam-20120526-r1.ebuild?rev=1.1&content-type=text/plain Index: openpam-20120526-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20120526-r1.ebuild,v 1.1 2013/08/10 15:59:14 aballier Exp $ EAPI="5" AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all inherit multilib autotools-multilib DESCRIPTION="Open source PAM library." HOMEPAGE="http://www.openpam.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64-fbsd ~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 )" PATCHES=( "${FILESDIR}/${PN}-20071221-gentoo.patch" "${FILESDIR}/${PN}-20050201-nbsd.patch" ) DOCS=( CREDITS HISTORY RELNOTES README ) src_prepare() { sed -i -e 's:-Werror::' "${S}/configure.ac" mkdir "${S}/m4" # Otherwise aclocal fails since ACLOCAL_AMFLAGS is set in Makefile.am autotools-multilib_src_prepare } my_configure() { local myeconfargs=( --with-modules-dir=/$(get_libdir)/security ) autotools-utils_src_configure } src_configure() { multilib_parallel_foreach_abi my_configure }