summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-05 21:25:11 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-05 21:25:11 +0000
commit1cdc375028fe4b8bf85c4bc68fda155d1860379b (patch)
tree9661dbf075b93ba9dabb6248ce1a72a69c40a419 /sys-devel/distcc
parentemail addy correction (diff)
downloadhistorical-1cdc375028fe4b8bf85c4bc68fda155d1860379b.tar.gz
historical-1cdc375028fe4b8bf85c4bc68fda155d1860379b.tar.bz2
historical-1cdc375028fe4b8bf85c4bc68fda155d1860379b.zip
new version - 0.5
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/ChangeLog25
-rw-r--r--sys-devel/distcc/distcc-0.5.ebuild22
-rw-r--r--sys-devel/distcc/files/digest-distcc-0.51
3 files changed, 34 insertions, 14 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 266a1622eec3..1f8432b0981c 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,23 +1,20 @@
# 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.2 2002/07/03 20:00:10 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.3 2002/07/05 21:25:11 drobbins Exp $
-*distcc-0.4 (21 Jun 2002)
+*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.
- 7 Jul 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild :
+*distcc-0.4 (21 Jun 2002)
- 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 :
-
- New release
+ 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> distcc-0.4.ebuild : New
+ release
*distcc-0.3 (21 Jun 2002)
- 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog
diff --git a/sys-devel/distcc/distcc-0.5.ebuild b/sys-devel/distcc/distcc-0.5.ebuild
new file mode 100644
index 000000000000..89ae0ca814e4
--- /dev/null
+++ b/sys-devel/distcc/distcc-0.5.ebuild
@@ -0,0 +1,22 @@
+# 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.5.ebuild,v 1.1 2002/07/05 21:25:11 drobbins Exp $
+
+SRC_URI="http://ftp.samba.org/ftp/distcc/${P}.tar.gz"
+HOMEPAGE="http://ftp.samba.org/ftp/distcc/"
+DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
+DEPEND="virtual/glibc dev-libs/popt"
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+
+src_compile() {
+ ./configure --prefix=/usr --mandir=/usr/share/man || die "config"
+ emake || die "emake"
+}
+
+src_install () {
+ dobin src/distcc src/distccd
+ doman man/*.1
+ dodoc man/*.pdf man/*.html man/*.ps README
+}
diff --git a/sys-devel/distcc/files/digest-distcc-0.5 b/sys-devel/distcc/files/digest-distcc-0.5
new file mode 100644
index 000000000000..72d434300372
--- /dev/null
+++ b/sys-devel/distcc/files/digest-distcc-0.5
@@ -0,0 +1 @@
+MD5 e3c7054c2bd766b891b1ad9e779d3f7e distcc-0.5.tar.gz 239922