diff options
author | 2005-09-05 15:41:09 +0000 | |
---|---|---|
committer | 2005-09-05 15:41:09 +0000 | |
commit | 0df2447a0530c654d766eb55dca72e433af91325 (patch) | |
tree | d9fbaf7b2c195b41d57766472a063662698231ea /sys-devel/distcc | |
parent | Found a possible bug, returning back to ~testing (diff) | |
download | gentoo-2-0df2447a0530c654d766eb55dca72e433af91325.tar.gz gentoo-2-0df2447a0530c654d766eb55dca72e433af91325.tar.bz2 gentoo-2-0df2447a0530c654d766eb55dca72e433af91325.zip |
Change PN to PF for bug #99386.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.16-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index cb7da077cc35..50b0d676c3f4 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.150 2005/07/30 23:01:22 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.151 2005/09/05 15:41:09 lisa Exp $ + + 05 Sep 2005; Lisa Seelye <lisa@gentoo.org> distcc-2.16-r3.ebuild, + distcc-2.18.3-r8.ebuild: + Change PN to PF for bug #99386. 30 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> distcc-2.18.3-r7.ebuild: Stable on sh. diff --git a/sys-devel/distcc/distcc-2.16-r3.ebuild b/sys-devel/distcc/distcc-2.16-r3.ebuild index 793756c1fbb2..3f6c902feac6 100644 --- a/sys-devel/distcc/distcc-2.16-r3.ebuild +++ b/sys-devel/distcc/distcc-2.16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.2 2005/06/28 22:52:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.3 2005/09/05 15:41:09 lisa Exp $ # If you change this in any way please email lisa@gentoo.org and make an # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye @@ -73,7 +73,7 @@ src_compile() { src_install() { make DESTDIR="${D%/}" install - insinto /usr/share/doc/${PN} + insinto /usr/share/doc/${PF} doins "${S}/survey.txt" exeinto /usr/bin diff --git a/sys-devel/distcc/distcc-2.18.3-r8.ebuild b/sys-devel/distcc/distcc-2.18.3-r8.ebuild index 9e54440c4670..164b1ad050ee 100644 --- a/sys-devel/distcc/distcc-2.18.3-r8.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r8.ebuild,v 1.3 2005/07/30 23:01:22 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r8.ebuild,v 1.4 2005/09/05 15:41:09 lisa Exp $ # If you change this in any way please email lisa@gentoo.org and make an # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye @@ -81,7 +81,7 @@ src_compile() { src_install() { make DESTDIR="${D%/}" install - insinto /usr/share/doc/${PN} + insinto /usr/share/doc/${PF} doins "${S}/survey.txt" exeinto /usr/bin |