summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2004-09-16 23:11:48 +0000
committerLisa M. Seelye <lisa@gentoo.org>2004-09-16 23:11:48 +0000
commitf28555c19672665bd9634cceefca38b25b006f48 (patch)
treee92c00fb5c00b6638f4c82a51c8f690a003d3f47 /sys-devel/distcc
parentgnome 2.8 commit (diff)
downloadhistorical-f28555c19672665bd9634cceefca38b25b006f48.tar.gz
historical-f28555c19672665bd9634cceefca38b25b006f48.tar.bz2
historical-f28555c19672665bd9634cceefca38b25b006f48.zip
forgot to bump patchlevel var
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/ChangeLog5
-rw-r--r--sys-devel/distcc/Manifest4
-rw-r--r--sys-devel/distcc/distcc-2.16-r1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index f0cc42cf35a5..331a0b528c17 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.119 2004/09/16 21:57:03 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.120 2004/09/16 23:11:48 lisa Exp $
+
+ 16 Sep 2004; Lisa Seelye <lisa@gentoo.org> distcc-2.16-r1.ebuild:
+ forgot to bump patchlevel var
*distcc-2.14-r1 (16 Sep 2004)
diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest
index adffc1204155..576ecfa83486 100644
--- a/sys-devel/distcc/Manifest
+++ b/sys-devel/distcc/Manifest
@@ -1,6 +1,6 @@
-MD5 621f16fa58ab579c37412bc0b913e9ef ChangeLog 22077
+MD5 8e4cbe06304ae9f47968ee2dd0a0df20 ChangeLog 22178
MD5 7575e847dcd5199a75c26f9ec301bed1 distcc-2.14-r1.ebuild 5058
-MD5 34703cac4bf91985c9e4570e1f42faa1 distcc-2.16-r1.ebuild 5136
+MD5 ef82a8270e5e91f32da0b71c01fc9da6 distcc-2.16-r1.ebuild 5133
MD5 70619e7eb5fa4fd0aa4f3588579cd50d metadata.xml 443
MD5 c2348700d8d0d7b2fcc10f05911fea22 distcc-2.17-r1.ebuild 5166
MD5 47a8df000e00ce5f8bff08c9342bdae4 files/digest-distcc-2.14-r1 64
diff --git a/sys-devel/distcc/distcc-2.16-r1.ebuild b/sys-devel/distcc/distcc-2.16-r1.ebuild
index 8eb4c7957a2a..a09672ad63b4 100644
--- a/sys-devel/distcc/distcc-2.16-r1.ebuild
+++ b/sys-devel/distcc/distcc-2.16-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r1.ebuild,v 1.1 2004/09/16 21:57:03 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r1.ebuild,v 1.2 2004/09/16 23:11:48 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
inherit eutils gcc flag-o-matic gnuconfig
-PATCHLEVEL="2.11.1p"
+PATCHLEVEL="2.17"
DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
HOMEPAGE="http://distcc.samba.org/"