summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-07-12 03:11:44 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-07-12 03:11:44 +0000
commitdc0f02db47bf2cf69ce2e4cac261b452d3197b04 (patch)
tree45dd7b0ce1e514d18a416d29dcf2dafeeaa8f745 /sys-devel
parentUnmasked the new mon and doxygen versions. No complaints received, so . . . (diff)
downloadhistorical-dc0f02db47bf2cf69ce2e4cac261b452d3197b04.tar.gz
historical-dc0f02db47bf2cf69ce2e4cac261b452d3197b04.tar.bz2
historical-dc0f02db47bf2cf69ce2e4cac261b452d3197b04.zip
new version
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog24
-rw-r--r--sys-devel/distcc/distcc-0.6.ebuild32
-rw-r--r--sys-devel/distcc/files/digest-distcc-0.61
3 files changed, 50 insertions, 7 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 1f8432b0981c..b4e0c2d56579 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,19 +1,29 @@
# ChangeLog for sys-devel/distcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.3 2002/07/05 21:25:11 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.4 2002/07/12 03:11:44 blizzy Exp $
+
+*distcc-0.6 (12 Jul 2002)
+
+ 12 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
+
+ New release.
*distcc-0.5 (05 Jul 2002)
- 05 Jul 2002; Daniel Robbins <drobbins@gentoo.org> : new release that includes
- missing KEYWORDS, SLOT, LICENSE and new man pages.
+ 05 Jul 2002; Daniel Robbins <drobbins@gentoo.org> :
+
+ new release that includes missing KEYWORDS, SLOT, LICENSE and new man
+ pages, closes bug #4506.
*distcc-0.4 (21 Jun 2002)
- 07 Jun 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild : Added
- popt dep. Fixes # 4466. Thanks to Michael Grigoriev
+ 07 Jun 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild :
+
+ Added popt dep. Fixes # 4466. Thanks to Michael Grigoriev
+
+ 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild :
- 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild : New
- release
+ New release
*distcc-0.3 (21 Jun 2002)
diff --git a/sys-devel/distcc/distcc-0.6.ebuild b/sys-devel/distcc/distcc-0.6.ebuild
new file mode 100644
index 000000000000..b6671e773851
--- /dev/null
+++ b/sys-devel/distcc/distcc-0.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.6.ebuild,v 1.1 2002/07/12 03:11:44 blizzy Exp $
+
+HOMEPAGE="http://distcc.samba.org"
+SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.gz"
+DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+RDEPEND="virtual/glibc
+ dev-libs/popt"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ ./configure --prefix=/usr --mandir=/usr/share/man || die "configure problem"
+
+ # disable creation of PDF documentation
+ cd man
+ mv Makefile Makefile.orig
+ sed <Makefile.orig >Makefile -e 's|distcc.pdf||g' -e 's|distccd.pdf||g'
+
+ cd ${S}
+ emake || die "compile problem"
+}
+
+src_install () {
+ dobin src/distcc src/distccd
+ doman man/*.1
+ dodoc man/*.html man/*.ps README
+}
diff --git a/sys-devel/distcc/files/digest-distcc-0.6 b/sys-devel/distcc/files/digest-distcc-0.6
new file mode 100644
index 000000000000..a93beeeb0cb3
--- /dev/null
+++ b/sys-devel/distcc/files/digest-distcc-0.6
@@ -0,0 +1 @@
+MD5 3bafb6e4af5045e0356ec4ec73793ba6 distcc-0.6.tar.gz 266650