diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-10-19 14:45:23 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-10-19 14:45:23 +0000 |
commit | abd98a0c340310aedce09142a179988aa939a3de (patch) | |
tree | 04c502ee02e908ecfd0b5f33db2b25c42a5ecbbc | |
parent | amd64/x86 stable, bug #242766 (diff) | |
download | gentoo-2-abd98a0c340310aedce09142a179988aa939a3de.tar.gz gentoo-2-abd98a0c340310aedce09142a179988aa939a3de.tar.bz2 gentoo-2-abd98a0c340310aedce09142a179988aa939a3de.zip |
Add myself as a maintainer, bug #234312. Backport patch from svn 617.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
-rw-r--r-- | sys-devel/distcc/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.0-r1.ebuild (renamed from sys-devel/distcc/distcc-3.0.ebuild) | 3 | ||||
-rw-r--r-- | sys-devel/distcc/files/distcc-3.0-svn617.patch | 13 | ||||
-rw-r--r-- | sys-devel/distcc/metadata.xml | 2 |
4 files changed, 24 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 918f702c0a8b..5e1f92b8ae8c 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.175 2008/10/18 16:21:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.176 2008/10/19 14:45:22 matsuu Exp $ + +*distcc-3.0-r1 (19 Oct 2008) + + 19 Oct 2008; MATSUU Takuto <matsuu@gentoo.org> + +files/distcc-3.0-svn617.patch, metadata.xml, -distcc-3.0.ebuild, + +distcc-3.0-r1.ebuild: + Add myself as a maintainer, bug #234312. Backport patch from svn 617. *distcc-3.0 (18 Oct 2008) diff --git a/sys-devel/distcc/distcc-3.0.ebuild b/sys-devel/distcc/distcc-3.0-r1.ebuild index c87a5b1e57f1..6229a9123266 100644 --- a/sys-devel/distcc/distcc-3.0.ebuild +++ b/sys-devel/distcc/distcc-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0.ebuild,v 1.1 2008/10/18 16:21:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r1.ebuild,v 1.1 2008/10/19 14:45:22 matsuu 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 @@ -52,6 +52,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-gentoo.patch" + epatch "${FILESDIR}/${P}-svn617.patch" } src_compile() { diff --git a/sys-devel/distcc/files/distcc-3.0-svn617.patch b/sys-devel/distcc/files/distcc-3.0-svn617.patch new file mode 100644 index 000000000000..54f55dcea15a --- /dev/null +++ b/sys-devel/distcc/files/distcc-3.0-svn617.patch @@ -0,0 +1,13 @@ +Index: src/arg.c +=================================================================== +--- src/arg.c (revision 616) ++++ src/arg.c (revision 617) +@@ -453,7 +453,7 @@ + dest_argv[i] = strdup(opt); + if (!dest_argv[i]) return EXIT_OUT_OF_MEMORY; + i++; +- if (strcmp(opt, "-MD") == 0 || strcmp(opt, "-MMD")) { ++ if (strcmp(opt, "-MD") == 0 || strcmp(opt, "-MMD") == 0) { + char *filename; + if (!comma) { + rs_log_warning("'-Wp,-MD' or '-Wp,-MMD' option is missing " diff --git a/sys-devel/distcc/metadata.xml b/sys-devel/distcc/metadata.xml index 8b54c2f67269..7b9fb7530e45 100644 --- a/sys-devel/distcc/metadata.xml +++ b/sys-devel/distcc/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>hp-cluster</herd> <maintainer> - <email>betelgeuse@gentoo.org</email> + <email>matsuu@gentoo.org</email> </maintainer> <longdescription lang="en"> Distcc is a program to distribute compilation of C code across several |