From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QuUjC-0000zT-Sp for garchives@archives.gentoo.org; Fri, 19 Aug 2011 19:27:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F4421C10E; Fri, 19 Aug 2011 19:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C07E221C121 for ; Fri, 19 Aug 2011 19:27:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F7E51B403A for ; Fri, 19 Aug 2011 19:27:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id C1EDE20051; Fri, 19 Aug 2011 19:27:28 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv/files: freeciv-2.3.0-clean-man.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: freeciv-2.3.0-clean-man.patch X-VCS-Directories: games-strategy/freeciv/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: <20110819192728.C1EDE20051@flycatcher.gentoo.org> Date: Fri, 19 Aug 2011 19:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e0dff9c863075465fca77fe9a3ea3c1a mr_bones_ 11/08/19 19:27:28 Added: freeciv-2.3.0-clean-man.patch Log: version bump =20 (Portage version: 2.1.10.3/cvs/Linux i686) Revision Changes Path 1.1 games-strategy/freeciv/files/freeciv-2.3.0-clean-man= .patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/fre= eciv/files/freeciv-2.3.0-clean-man.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/fre= eciv/files/freeciv-2.3.0-clean-man.patch?rev=3D1.1&content-type=3Dtext/pl= ain Index: freeciv-2.3.0-clean-man.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- doc/man/Makefile.in.orig 2011-08-19 14:54:02.163463916 -0400 +++ doc/man/Makefile.in 2011-08-19 14:54:31.354583970 -0400 @@ -360,8 +360,7 @@ top_builddir =3D @top_builddir@ top_srcdir =3D @top_srcdir@ MAN_PAGES =3D \ - freeciv-server.6 \ - freeciv-client.6 + freeciv-server.6 =20 MAN_LINKS =3D \ freeciv-gtk2.6 \ @@ -370,7 +369,7 @@ freeciv-win32.6 \ freeciv-ftwl.6 =20 -man_MANS =3D $(MAN_PAGES) $(MAN_LINKS) +man_MANS =3D $(MAN_PAGES) EXTRA_DIST =3D $(MAN_LINKS) all: all-am =20