voyageur 15/04/30 14:47:02 Modified: ChangeLog plowshare-2.1.0-r1.ebuild Log: Fix the doc install path again (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
Revision Changes Path 1.35 net-misc/plowshare/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 14 Apr 2015 11:55:28 -0000 1.34 +++ ChangeLog 30 Apr 2015 14:47:02 -0000 1.35 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/plowshare # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.34 2015/04/14 11:55:28 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.35 2015/04/30 14:47:02 voyageur Exp $ + + 30 Apr 2015; Bernard Cafarelli <[email protected]> + plowshare-2.1.0-r1.ebuild: + Fix the doc install path again *plowshare-2.1.0-r1 (14 Apr 2015) 1.2 net-misc/plowshare/plowshare-2.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild?r1=1.1&r2=1.2 Index: plowshare-2.1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plowshare-2.1.0-r1.ebuild 14 Apr 2015 11:55:28 -0000 1.1 +++ plowshare-2.1.0-r1.ebuild 30 Apr 2015 14:47:02 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.1 2015/04/14 11:55:28 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.2 2015/04/30 14:47:02 voyageur Exp $ EAPI=5 @@ -34,7 +34,7 @@ epatch "${FILESDIR}"/${P}-fix_git_invocation.patch # Fix doc install path - sed -i -e "/^DOCDIR/s|plowshare4|${P}|" Makefile || die "sed failed" + sed -i -e "/^DOCDIR/s|plowshare|${PF}|" Makefile || die "sed failed" if ! use bash-completion then
