diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2003-07-27 23:09:51 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2003-07-27 23:09:51 +0000 |
commit | 8edcd98bcd3e227c3bb2515d3008500cc90a0546 (patch) | |
tree | 7f27a1fda1c668df4157587784110fd5709dfbe3 /sys-devel/distcc | |
parent | Added FAKK2 (diff) | |
download | historical-8edcd98bcd3e227c3bb2515d3008500cc90a0546.tar.gz historical-8edcd98bcd3e227c3bb2515d3008500cc90a0546.tar.bz2 historical-8edcd98bcd3e227c3bb2515d3008500cc90a0546.zip |
Moving distcc 2.8-r2 into x86.
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 4 | ||||
-rw-r--r-- | sys-devel/distcc/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.8-r2.ebuild | 12 |
3 files changed, 8 insertions, 12 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index da7ad22eff01..6a20246292db 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.58 2003/07/21 18:58:27 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.59 2003/07/27 23:09:44 lisa Exp $ *distcc-2.9 (21 Jul 2003) 21 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : @@ -25,6 +25,8 @@ change the running port. (distcc-2.8-r2.ebuild) Added a note to the backup distcc website + 27 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : + Bumped distcc-2.8-r2 to x86 *distcc-2.7.1 (01 Jul 2003) 21 Jul 2003: Lisa Marie Seelye <lisa@gentoo.org> : diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest index 09d0875eef5a..781f291fe90b 100644 --- a/sys-devel/distcc/Manifest +++ b/sys-devel/distcc/Manifest @@ -1,4 +1,4 @@ -MD5 32583e6035afbff17ca55506fd446219 distcc-2.8-r2.ebuild 3724 +MD5 a43d92503112bee3acc56ca1c75f1171 distcc-2.8-r2.ebuild 3323 MD5 433082661e66dcd83cd0630ae2108503 distcc-2.8.ebuild 3623 MD5 7b08a44d08561a7ff5ddb161bc661419 distcc-2.5-r1.ebuild 3176 MD5 c958bfeb956960d4b15ebab2df7a6d86 distcc-2.5.ebuild 2702 @@ -6,7 +6,7 @@ MD5 b1dfe93f71045eb226d74ceb93959c65 distcc-2.8-r1.ebuild 3613 MD5 0b8da22979cd451f59bd17baabd4a121 distcc-2.7.ebuild 3451 MD5 b00b909199c8f4b6b6bfd28b74aa4bfb distcc-2.7.1.ebuild 3846 MD5 d4f02bde82f28c1a2551cb5c7c036046 distcc-2.9.ebuild 3819 -MD5 900eb7e1f0de1678f83fc47291650f6d ChangeLog 10291 +MD5 f036bc87abb3797bfdf70ac891ec439b ChangeLog 10374 MD5 e1ecfcc1aad7c385cf3c41966277cda7 files/digest-distcc-2.5 63 MD5 5826ae3f83bd02bda94fa0e9343ef3fe files/digest-distcc-2.7 63 MD5 56fd1ac60c1b8402e1632da62f32a890 files/digest-distcc-2.8 63 diff --git a/sys-devel/distcc/distcc-2.8-r2.ebuild b/sys-devel/distcc/distcc-2.8-r2.ebuild index 10b9b62d811c..092a3af2354d 100644 --- a/sys-devel/distcc/distcc-2.8-r2.ebuild +++ b/sys-devel/distcc/distcc-2.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.8-r2.ebuild,v 1.2 2003/07/14 02:07:53 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.8-r2.ebuild,v 1.3 2003/07/27 23:09:44 lisa Exp $ inherit eutils gcc flag-o-matic [ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE @@ -11,7 +11,7 @@ DESCRIPTION="a program to distribute compilation of C code across several machin LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" IUSE="gtk" DEPEND=">=sys-apps/portage-2.0.46-r11 @@ -104,13 +104,7 @@ pkg_postinst() { ewarn " /usr/bin/distcc-config --install" ewarn "after booting or chrooting into ${ROOT}" fi - einfo "To use distcc with **non-Portage** C compiling, add" - einfo "/usr/lib/distcc/bin to your path before /usr/bin. If you're" - einfo "combining this with ccache, put the ccache path BEFORE distcc." - einfo "Portage 2.0.46-r11+ will take advantage of distcc if you put" - einfo "distcc into the FEATURES setting in make.conf and use" - einfo "distcc-config --set-hosts. Do NOT set CC=distcc or similar." - einfo "Tips on using distcc with Gentoo can be found at" + einfo "Documentation and how to set up distcc can be found at" einfo "http://dev.gentoo.org/~lisa/distcc/distcc.html" echo "" einfo "To use the distccmon programs with Gentoo you should use this command:" |