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 1PtoG2-0003Mz-Po for garchives@archives.gentoo.org; Sun, 27 Feb 2011 21:34:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6349E0605; Sun, 27 Feb 2011 21:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A290E0605 for ; Sun, 27 Feb 2011 21:34:19 +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 09E0B1B404C for ; Sun, 27 Feb 2011 21:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 16C5C8006A for ; Sun, 27 Feb 2011 21:34:17 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <568a567c90324eeeb0b0371a639f3fc8be1753ff.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/osmos/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/osmos/osmos-1.6.0.ebuild games-puzzle/osmos/osmos-1.6.1.ebuild X-VCS-Directories: games-puzzle/osmos/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 568a567c90324eeeb0b0371a639f3fc8be1753ff Date: Sun, 27 Feb 2011 21:34:17 +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: 6fe115bc3afbcaca08f0ec77a6be0893 commit: 568a567c90324eeeb0b0371a639f3fc8be1753ff Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Feb 27 21:33:55 2011 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sun Feb 27 21:33:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D568a567c [games-puzzle/osmos] New version 1.6.1, removing old. Font glitch is now fixed. (Portage version: 2.1.9.25/git/Linux x86_64, RepoMan options: --force, un= signed Manifest commit) --- .../{osmos-1.6.0.ebuild =3D> osmos-1.6.1.ebuild} | 18 +++++-------= ------ 1 files changed, 5 insertions(+), 13 deletions(-) diff --git a/games-puzzle/osmos/osmos-1.6.0.ebuild b/games-puzzle/osmos/o= smos-1.6.1.ebuild similarity index 66% rename from games-puzzle/osmos/osmos-1.6.0.ebuild rename to games-puzzle/osmos/osmos-1.6.1.ebuild index b6c252b..774e0e0 100644 --- a/games-puzzle/osmos/osmos-1.6.0.ebuild +++ b/games-puzzle/osmos/osmos-1.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D2 =20 inherit eutils games =20 @@ -11,13 +11,13 @@ MY_P=3D"${MY_PN}_${PV}" =20 DESCRIPTION=3D"Play as a single-celled organism absorbing others" HOMEPAGE=3D"http://www.hemispheregames.com/osmos/" -SRC_URI=3D"http://www.hemispheregames.com/blog/wp-content/uploads/2010/0= 4/${MY_P}.tar.gz" +SRC_URI=3D"${MY_P}.tar.gz" =20 LICENSE=3D"OSMOS" SLOT=3D"0" KEYWORDS=3D"-* ~amd64 ~x86" IUSE=3D"" -RESTRICT=3D"mirror strip" +RESTRICT=3D"fetch strip" PROPERTIES=3D"interactive" =20 RDEPEND=3D"virtual/opengl @@ -33,16 +33,8 @@ S=3D${WORKDIR}/${MY_PN} =20 GAMES_CHECK_LICENSE=3D"yes" =20 -src_prepare() { - # Fix for font error - # See http://www.hemispheregames.com/forum/viewtopic.php?f=3D8&t=3D498&= start=3D0 - # Thanks to Martin von Gagern for proposed way and research! - echo -n $'\x5d\x19\xc3\x5c' | \ - dd of=3DFonts/FortuneCity.ttf bs=3D1 conv=3Dnotrunc seek=3D128 \ - || die "Binary patching failed" - echo -n $'\x80\x77' | \ - dd of=3DFonts/FortuneCity.ttf bs=3D1 conv=3Dnotrunc seek=3D138 \ - || die "Binary patching failed" +pkg_nofetch() { + einfo "Please download ${MY_P}.tar.gz and place it into ${DESTDIR}" } =20 src_install() {