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 1RO3Cn-0002x6-9M for garchives@archives.gentoo.org; Wed, 09 Nov 2011 08:08:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C04221C025; Wed, 9 Nov 2011 08:08:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DFE0A21C025 for ; Wed, 9 Nov 2011 08:08:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 918491B4014 for ; Wed, 9 Nov 2011 08:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9B15180042 for ; Wed, 9 Nov 2011 08:08:10 +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/files/, games-strategy/openxcom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/openxcom/files/openxcom-0.3-makefile.patch games-strategy/openxcom/metadata.xml games-strategy/openxcom/openxcom-0.3.ebuild games-strategy/openxcom/openxcom-9999.ebuild X-VCS-Directories: games-strategy/openxcom/files/ games-strategy/openxcom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: ab2e230a7dcd5764e1ce7de3c847d6eb0d2e3402 Date: Wed, 9 Nov 2011 08:08:10 +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: b631cdad-4e1e-4295-add2-719b29c004ff X-Archives-Hash: 3965524a4f18ca55f364472b15a97325 commit: ab2e230a7dcd5764e1ce7de3c847d6eb0d2e3402 Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Nov 9 08:06:25 2011 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Wed Nov 9 08:06:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dab2e230a In portage now. --- .../openxcom/files/openxcom-0.3-makefile.patch | 24 -------- games-strategy/openxcom/metadata.xml | 15 ----- games-strategy/openxcom/openxcom-0.3.ebuild | 56 --------------= ------ games-strategy/openxcom/openxcom-9999.ebuild | 50 --------------= --- 4 files changed, 0 insertions(+), 145 deletions(-) diff --git a/games-strategy/openxcom/files/openxcom-0.3-makefile.patch b/= games-strategy/openxcom/files/openxcom-0.3-makefile.patch deleted file mode 100644 index f8da2b5..0000000 --- a/games-strategy/openxcom/files/openxcom-0.3-makefile.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index f9fcc06..b455cc2 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -22,16 +22,15 @@ endif - # Compiler settings - CXXFLAGS ?=3D -Wall -O2 - CXXFLAGS +=3D $(addprefix -D,$(TARGET)) --CXXFLAGS +=3D `$(PKG-CONFIG) --cflags sdl yaml-cpp` -+CXXFLAGS +=3D $(shell $(PKG-CONFIG) --cflags sdl yaml-cpp) -=20 --LDFLAGS ?=3D -lSDL_gfx -lSDL_mixer --LDFLAGS +=3D `$(PKG-CONFIG) --libs sdl yaml-cpp` -+LIBS =3D $(shell $(PKG-CONFIG) --libs sdl yaml-cpp) -lSDL_gfx -lSDL_mix= er -=20 - # Rules - all: $(BINDIR)$(BIN) -=20 - $(BINDIR)$(BIN): $(OBJS) -- $(CXX) $(OBJS) $(LDFLAGS) -o $(BINDIR)$(BIN) -+ $(CXX) $(OBJS) $(LDFLAGS) $(LIBS) -o $(BINDIR)$(BIN) -=20 - $(OBJDIR)%.o:: %.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< diff --git a/games-strategy/openxcom/metadata.xml b/games-strategy/openxc= om/metadata.xml deleted file mode 100644 index 0f63a02..0000000 --- a/games-strategy/openxcom/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - -playboys - -azamat.hackimov@gmail.com -Azamat H. Hackimov - - -Open-source reimplementation of the original X-Com - - -=D0=9E=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B0=D1=8F =D1=80=D0=B5=D0=B0=D0=BB= =D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F =D0=B8=D0=B3=D1=80=D1=8B X-COM: Enem= y Unknown - - diff --git a/games-strategy/openxcom/openxcom-0.3.ebuild b/games-strategy= /openxcom/openxcom-0.3.ebuild deleted file mode 100644 index fda102f..0000000 --- a/games-strategy/openxcom/openxcom-0.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -inherit eutils games - -if [[ ${PV} =3D=3D "9999" ]] ; then - EGIT_REPO_URI=3D"https://github.com/SupSuper/OpenXcom.git" - inherit git-2 - SRC_URI=3D"" -else - SRC_URI=3D"https://github.com/SupSuper/OpenXcom/tarball/v${PV} -> ${P}.= tar.gz" - KEYWORDS=3D"~amd64 ~x86" - S=3D${WORKDIR}/SupSuper-OpenXcom-1603231 # Last digit - revision -fi - -DESCRIPTION=3D"Open-source reimplementation of the original X-Com" -HOMEPAGE=3D"http://openxcom.ninex.info/" - -LICENSE=3D"GPL-3" -SLOT=3D"0" -IUSE=3D"" - -RDEPEND=3D">=3Ddev-cpp/yaml-cpp-0.2.6 - media-libs/libsdl - >=3Dmedia-libs/sdl-gfx-2.0.22 - media-libs/sdl-mixer[timidity]" -DEPEND=3D"${RDEPEND}" - -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" -} - -src_install() { - dogamesbin bin/openxcom - - insinto "${GAMES_DATADIR}"/${PN} - doins -r bin/DATA/* - dodoc README.txt - - prepgamesdirs -} - -pkg_postinst() { - elog "Copy the data files from X-COM: Enemy Unknown to" - elog "${GAMES_DATADIR}/${PN}/" -} diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strateg= y/openxcom/openxcom-9999.ebuild deleted file mode 100644 index 8f4d8fb..0000000 --- a/games-strategy/openxcom/openxcom-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -inherit eutils games - -if [[ ${PV} =3D=3D "9999" ]] ; then - EGIT_REPO_URI=3D"https://github.com/SupSuper/OpenXcom.git" - inherit git-2 - SRC_URI=3D"" -else - SRC_URI=3D"https://github.com/SupSuper/OpenXcom/tarball/v${PV} -> ${P}.= tar.gz" - KEYWORDS=3D"~amd64 ~x86" - S=3D${WORKDIR}/SupSuper-OpenXcom-1603231 # Last digit - revision -fi - -DESCRIPTION=3D"Open-source reimplementation of the original X-Com" -HOMEPAGE=3D"http://openxcom.ninex.info/" - -LICENSE=3D"GPL-3" -SLOT=3D"0" -IUSE=3D"" - -RDEPEND=3D">=3Ddev-cpp/yaml-cpp-0.2.6 - media-libs/libsdl - >=3Dmedia-libs/sdl-gfx-2.0.22 - media-libs/sdl-mixer[timidity]" -DEPEND=3D"${RDEPEND}" - -src_compile() { - cd src - emake DATADIR=3D"${GAMES_DATADIR}/${PN}/" || die "make failed" -} - -src_install() { - dogamesbin bin/openxcom - - insinto "${GAMES_DATADIR}"/${PN} - doins -r bin/DATA/* - dodoc README.txt - - prepgamesdirs -} - -pkg_postinst() { - elog "Copy the data files from X-COM: Enemy Unknown to" - elog "${GAMES_DATADIR}/${PN}/" -}