slyfox 15/01/15 19:57:26 Modified: cvsps-3.13-r1.ebuild ChangeLog Log: Don't clobber MAKEOPTS on paludis (bug #536680 by cmuelle8). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.3 dev-vcs/cvsps/cvsps-3.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?r1=1.2&r2=1.3 Index: cvsps-3.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cvsps-3.13-r1.ebuild 6 Oct 2014 18:38:36 -0000 1.2 +++ cvsps-3.13-r1.ebuild 15 Jan 2015 19:57:26 -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/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.2 2014/10/06 18:38:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.3 2015/01/15 19:57:26 slyfox Exp $ EAPI=5 @@ -27,7 +27,7 @@ epatch "${FILESDIR}"/${P}-make.patch mv ${PN}.asc ${gentoo_name}.asc || die sed -i "s/${PN}/${gentoo_name}/g" ${gentoo_name}.asc || die - MAKEOPTS+=" PROG=${gentoo_name}" + sed -i "s/PROG = cvsps/PROG = ${gentoo_name}/" Makefile || die tc-export CC export prefix="${EPREFIX}"/usr 1.26 dev-vcs/cvsps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 6 Oct 2014 18:38:36 -0000 1.25 +++ ChangeLog 15 Jan 2015 19:57:26 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsps -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.25 2014/10/06 18:38:36 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.26 2015/01/15 19:57:26 slyfox Exp $ + + 15 Jan 2015; Sergei Trofimovich <[email protected]> cvsps-3.13-r1.ebuild: + Don't clobber MAKEOPTS on paludis (bug #536680 by cmuelle8). 06 Oct 2014; Fabian Groffen <[email protected]> cvsps-3.13-r1.ebuild: Fix out of Prefix, bug #521708
