grobian 14/10/06 18:38:36 Modified: cvsps-3.13-r1.ebuild ChangeLog Log: Fix out of Prefix, bug #521708 (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?r1=1.1&r2=1.2 Index: cvsps-3.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvsps-3.13-r1.ebuild 24 Aug 2014 13:49:08 -0000 1.1 +++ cvsps-3.13-r1.ebuild 6 Oct 2014 18:38:36 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.1 2014/08/24 13:49:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.2 2014/10/06 18:38:36 grobian Exp $ EAPI=5 @@ -30,7 +30,7 @@ MAKEOPTS+=" PROG=${gentoo_name}" tc-export CC - export prefix=/usr + export prefix="${EPREFIX}"/usr } src_install() { 1.25 dev-vcs/cvsps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 Sep 2014 17:20:45 -0000 1.24 +++ ChangeLog 6 Oct 2014 18:38:36 -0000 1.25 @@ -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.24 2014/09/03 17:20:45 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.25 2014/10/06 18:38:36 grobian Exp $ + + 06 Oct 2014; Fabian Groffen <[email protected]> cvsps-3.13-r1.ebuild: + Fix out of Prefix, bug #521708 03 Sep 2014; Christoph Junghans <[email protected]> cvsps-2.2_beta1.ebuild: added ~x64-macos (tested by me)
