kensington 15/04/09 18:27:22 Modified: pam-csync-0.42.0-r1.ebuild ChangeLog Log: Add patch from openSUSE to avoid configure failure with newer dev-util/cmake wrt bug #529790. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.3 sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild?r1=1.2&r2=1.3 Index: pam-csync-0.42.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam-csync-0.42.0-r1.ebuild 7 Feb 2014 08:55:08 -0000 1.2 +++ pam-csync-0.42.0-r1.ebuild 9 Apr 2015 18:27:22 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild,v 1.2 2014/02/07 08:55:08 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild,v 1.3 2015/04/09 18:27:22 kensington Exp $ EAPI=4 @@ -26,4 +26,7 @@ S="${WORKDIR}/${P/-/_}" -PATCHES=( "${FILESDIR}/${P}-ocsync.patch" ) +PATCHES=( + "${FILESDIR}/${P}-cmake.patch" + "${FILESDIR}/${P}-ocsync.patch" +) 1.7 sys-auth/pam-csync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam-csync/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 24 Nov 2014 16:30:00 -0000 1.6 +++ ChangeLog 9 Apr 2015 18:27:22 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam-csync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.6 2014/11/24 16:30:00 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam-csync/ChangeLog,v 1.7 2015/04/09 18:27:22 kensington Exp $ + + 09 Apr 2015; Michael Palimaka <[email protected]> + +files/pam-csync-0.42.0-cmake.patch, pam-csync-0.42.0-r1.ebuild: + Add patch from openSUSE to avoid configure failure with newer dev-util/cmake + wrt bug #529790. 24 Nov 2014; Michael Palimaka <[email protected]> metadata.xml: Drop to maintainer-needed.
