mgorny      15/02/22 10:03:45

  Modified:             ChangeLog
  Added:                openpam-20140912.ebuild
  Removed:              openpam-20130907.ebuild openpam-20111218.ebuild
                        openpam-20071221.ebuild openpam-20120526-r1.ebuild
                        openpam-20120526.ebuild
  Log:
  Version bump for security bug #512498. Remove old. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/35 by nigoro.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.27                 sys-auth/openpam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   10 Aug 2014 20:22:19 -0000      1.26
+++ ChangeLog   22 Feb 2015 10:03:44 -0000      1.27
@@ -1,6 +1,15 @@
 # ChangeLog for sys-auth/openpam
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.26 
2014/08/10 20:22:19 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.27 
2015/02/22 10:03:44 mgorny Exp $
+
+*openpam-20140912 (22 Feb 2015)
+
+  22 Feb 2015; Michał Górny <[email protected]> +openpam-20140912.ebuild,
+  -openpam-20071221.ebuild, -openpam-20111218.ebuild,
+  -openpam-20120526-r1.ebuild, -openpam-20120526.ebuild,
+  -openpam-20130907.ebuild:
+  Version bump for security bug #512498. Remove old. https://github.com/gentoo
+  /gentoo-portage-rsync-mirror/pull/35 by nigoro.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> openpam-20071221.ebuild,
   openpam-20111218.ebuild, openpam-20120526-r1.ebuild, openpam-20120526.ebuild,



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

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

Index: openpam-20140912.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20140912.ebuild,v 
1.1 2015/02/22 10:03:44 mgorny 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}-20130907-gentoo.patch"
        "${FILESDIR}/${PN}-20130907-nbsd.patch"
        "${FILESDIR}/${PN}-20130907-module-dir.patch"
        )

DOCS=( CREDITS HISTORY RELNOTES README )

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

        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
}




Reply via email to