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 1PoHAN-0000sK-W8 for garchives@archives.gentoo.org; Sat, 12 Feb 2011 15:13:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808AAE0900; Sat, 12 Feb 2011 15:13:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4860BE0900 for ; Sat, 12 Feb 2011 15:13:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 720771B419D for ; Sat, 12 Feb 2011 15:13:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CF0FB8006A for ; Sat, 12 Feb 2011 15:13:33 +0000 (UTC) From: "Locke Shinseiko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Locke Shinseiko" Message-ID: <0e051f5491e0d91f93cd5b4047570ce942318ae2.wizzleby@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/grfcodec/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-util/grfcodec/grfcodec-5.1.0.ebuild games-util/grfcodec/grfcodec-9999.ebuild X-VCS-Directories: games-util/grfcodec/ X-VCS-Committer: wizzleby X-VCS-Committer-Name: Locke Shinseiko X-VCS-Revision: 0e051f5491e0d91f93cd5b4047570ce942318ae2 Date: Sat, 12 Feb 2011 15:13:33 +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: 2fe0433cbf750c90fd625416043f0bdd commit: 0e051f5491e0d91f93cd5b4047570ce942318ae2 Author: Locke Shinseiko gmail com> AuthorDate: Sat Feb 12 11:31:40 2011 +0000 Commit: Locke Shinseiko gmail com> CommitDate: Sat Feb 12 11:31:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D0e051f54 [games-util/grfcodec] Bump to 5.1.0, now includes nforenum. Make -9999 ma= tch. --- ...{grfcodec-9999.ebuild =3D> grfcodec-5.1.0.ebuild} | 6 +++--- games-util/grfcodec/grfcodec-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-util/grfcodec/grfcodec-9999.ebuild b/games-util/grfcod= ec/grfcodec-5.1.0.ebuild similarity index 90% copy from games-util/grfcodec/grfcodec-9999.ebuild copy to games-util/grfcodec/grfcodec-5.1.0.ebuild index 9b85e82..66784ad 100644 --- a/games-util/grfcodec/grfcodec-9999.ebuild +++ b/games-util/grfcodec/grfcodec-5.1.0.ebuild @@ -24,7 +24,7 @@ fi =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"" +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" IUSE=3D"" =20 if [ "${PV%9999}" !=3D "${PV}" ] ; then @@ -49,7 +49,7 @@ cat > Makefile.local <<-__EOF__ } =20 src_install() { - dobin ${PN} grf{diff,id,merge} || die - doman docs/grf{codec,diff,id,merge}.1 || die + dobin ${PN} grf{diff,id,merge} nforenum || die + doman docs/*.1 || die dodoc changelog.txt docs/*.txt || die } diff --git a/games-util/grfcodec/grfcodec-9999.ebuild b/games-util/grfcod= ec/grfcodec-9999.ebuild index 9b85e82..9d74009 100644 --- a/games-util/grfcodec/grfcodec-9999.ebuild +++ b/games-util/grfcodec/grfcodec-9999.ebuild @@ -49,7 +49,7 @@ cat > Makefile.local <<-__EOF__ } =20 src_install() { - dobin ${PN} grf{diff,id,merge} || die - doman docs/grf{codec,diff,id,merge}.1 || die + dobin ${PN} grf{diff,id,merge} nforenum || die + doman docs/*.1 || die dodoc changelog.txt docs/*.txt || die }