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 1P6jrw-0000LI-3z for garchives@archives.gentoo.org; Fri, 15 Oct 2010 12:58:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CA7E06B7; Fri, 15 Oct 2010 12:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7B4CE06B7 for ; Fri, 15 Oct 2010 12:58:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DB0F1B43B0 for ; Fri, 15 Oct 2010 12:58:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 1503D2004C; Fri, 15 Oct 2010 12:58:39 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/allegro: allegro-4.4.1.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: allegro-4.4.1.1-r1.ebuild ChangeLog X-VCS-Directories: media-libs/allegro X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20101015125839.1503D2004C@flycatcher.gentoo.org> Date: Fri, 15 Oct 2010 12:58:39 +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: fa23b8fc-ff64-4ab4-8d23-36071f2f200e X-Archives-Hash: ce695e357c0c0d9e401459c18bf07300 ssuominen 10/10/15 12:58:39 Modified: allegro-4.4.1.1-r1.ebuild ChangeLog Log: Rename manpage init_dialog.3 to allegro_init.dialog.3 wrt #176020 (avoi= d filecollision with freebsd-contrib). =20 (Portage version: 2.2_rc96/cvs/Linux x86_64) Revision Changes Path 1.9 media-libs/allegro/allegro-4.4.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /allegro-4.4.1.1-r1.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /allegro-4.4.1.1-r1.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /allegro-4.4.1.1-r1.ebuild?r1=3D1.8&r2=3D1.9 Index: allegro-4.4.1.1-r1.ebuild =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 RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.1.1-r1.e= build,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- allegro-4.4.1.1-r1.ebuild 7 Oct 2010 08:55:35 -0000 1.8 +++ allegro-4.4.1.1-r1.ebuild 15 Oct 2010 12:58:38 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.1.1-r1= .ebuild,v 1.8 2010/10/07 08:55:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.1.1-r1= .ebuild,v 1.9 2010/10/15 12:58:38 ssuominen Exp $ =20 EAPI=3D2 CMAKE_IN_SOURCE_BUILD=3D1 @@ -103,4 +103,7 @@ newicon misc/icon.png ${PN}.png make_desktop_entry ${PN}-setup "Allegro Setup" ${PN} "Settings" fi + + rm -f "${D}"/usr/share/man/man3/init_dialog.3* #176020 + newman docs/man/init_dialog.3 allegro_init_dialog.3 } 1.98 media-libs/allegro/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /ChangeLog?rev=3D1.98&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /ChangeLog?rev=3D1.98&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro= /ChangeLog?r1=3D1.97&r2=3D1.98 Index: ChangeLog =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 RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- ChangeLog 7 Oct 2010 08:55:35 -0000 1.97 +++ ChangeLog 15 Oct 2010 12:58:38 -0000 1.98 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.97 2= 010/10/07 08:55:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.98 2= 010/10/15 12:58:38 ssuominen Exp $ + + 15 Oct 2010; Samuli Suominen + allegro-4.4.1.1-r1.ebuild: + Rename manpage init_dialog.3 to allegro_init.dialog.3 wrt #176020 (avo= id + filecollision with freebsd-contrib). =20 07 Oct 2010; Samuli Suominen allegro-4.4.1.1-r1.ebuild: