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 1R5OaZ-0007ta-Nz for garchives@archives.gentoo.org; Sun, 18 Sep 2011 21:07:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E5921C0B1; Sun, 18 Sep 2011 21:07:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2778F21C0B1 for ; Sun, 18 Sep 2011 21:07:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FD5F1B4027 for ; Sun, 18 Sep 2011 21:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 56AB480042 for ; Sun, 18 Sep 2011 21:07:38 +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: Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/openxcom/openxcom-9999.ebuild X-VCS-Directories: games-strategy/openxcom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: f153594e37f87843409710f8c9147f4e5585b44b Date: Sun, 18 Sep 2011 21:07:38 +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: ccf5714dc88027e657be71e86d53d862 commit: f153594e37f87843409710f8c9147f4e5585b44b Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Sep 18 21:07:18 2011 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sun Sep 18 21:07:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Df153594e [games-strategy/openxcom] Cleanup 9999: removing patch/sed and using DATA= DIR instead (Portage version: 2.1.10.11/git/Linux x86_64, RepoMan options: --force, u= nsigned Manifest commit) --- games-strategy/openxcom/openxcom-9999.ebuild | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strateg= y/openxcom/openxcom-9999.ebuild index fda102f..8f4d8fb 100644 --- a/games-strategy/openxcom/openxcom-9999.ebuild +++ b/games-strategy/openxcom/openxcom-9999.ebuild @@ -29,15 +29,9 @@ RDEPEND=3D">=3Ddev-cpp/yaml-cpp-0.2.6 media-libs/sdl-mixer[timidity]" DEPEND=3D"${RDEPEND}" =20 -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.3-makefile.patch - sed -i -e "s:/usr/share/openxcom:${GAMES_DATADIR}/${PN}:" \ - "${S}"/src/Engine/CrossPlatform.cpp || die "sed failed" -} - src_compile() { cd src - emake || die "make failed" + emake DATADIR=3D"${GAMES_DATADIR}/${PN}/" || die "make failed" } =20 src_install() {