diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-11-12 10:04:23 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-11-12 10:04:23 +0000 |
commit | 5b58b5ee5bafcb6ab449e6553bfd85f4896e13fc (patch) | |
tree | 12d06baf15c3a1bf31ef6aa47f1db0ad5d382fdb /sys-devel | |
parent | version bump (diff) | |
download | gentoo-2-5b58b5ee5bafcb6ab449e6553bfd85f4896e13fc.tar.gz gentoo-2-5b58b5ee5bafcb6ab449e6553bfd85f4896e13fc.tar.bz2 gentoo-2-5b58b5ee5bafcb6ab449e6553bfd85f4896e13fc.zip |
version bump
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-0.13.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/distcc/files/digest-distcc-0.13 | 1 |
3 files changed, 34 insertions, 1 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 76b75e422990..491123c43bcd 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,13 @@ # 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.11 2002/11/12 05:28:14 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.12 2002/11/12 10:04:23 bcowan Exp $ + +*distcc-0.13 (12 Nov 2002) + + 12 Nov 2002; Brad Cowan <bcowan@gentoo.org> distcc-0.13.ebuild, + files/digest-distcc-0.13 : + + Version bump, with many major bugfixes. *distcc-0.12 (07 Oct 2002) diff --git a/sys-devel/distcc/distcc-0.13.ebuild b/sys-devel/distcc/distcc-0.13.ebuild new file mode 100644 index 000000000000..d5d79a8baaf6 --- /dev/null +++ b/sys-devel/distcc/distcc-0.13.ebuild @@ -0,0 +1,25 @@ +# 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.13.ebuild,v 1.1 2002/11/12 10:04:23 bcowan 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" + +DEPEND="dev-libs/popt" + +src_compile() { + econf + emake || die "emake failed" +} + +src_install() { + einstall + exeinto /etc/init.d + doexe ${FILESDIR}/distccd +} + diff --git a/sys-devel/distcc/files/digest-distcc-0.13 b/sys-devel/distcc/files/digest-distcc-0.13 new file mode 100644 index 000000000000..b896fed672a6 --- /dev/null +++ b/sys-devel/distcc/files/digest-distcc-0.13 @@ -0,0 +1 @@ +MD5 375974c8fc4dbd5af7509d2ddb3c86fd distcc-0.13.tar.gz 462706 |