commit:     e71ae3fb96eec859ab272f6568a3d3a3179ca25b
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Apr  8 17:06:11 2014 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Apr  8 17:06:11 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e71ae3fb

[games-engines/ags] Stable version 3.3.0_p2

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C

---
 .../ags/{ags-9999.ebuild => ags-3.3.0_p2.ebuild}          | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/games-engines/ags/ags-9999.ebuild 
b/games-engines/ags/ags-3.3.0_p2.ebuild
similarity index 71%
rename from games-engines/ags/ags-9999.ebuild
rename to games-engines/ags/ags-3.3.0_p2.ebuild
index 0dcb2f9..e1d7a2e 100644
--- a/games-engines/ags/ags-9999.ebuild
+++ b/games-engines/ags/ags-3.3.0_p2.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit games git-2
+inherit games
+
+MY_PV=${PV/_p/-hotfix}
 
 DESCRIPTION="A game/runtime interpreter for the Adventure Game Studio engine"
 HOMEPAGE="http://www.adventuregamestudio.co.uk/";
-#SRC_URI=""
-EGIT_REPO_URI="https://github.com/adventuregamestudio/ags.git";
+SRC_URI="https://github.com/adventuregamestudio/ags/archive/v.${MY_PV}.tar.gz 
-> ${PN}-v.${MY_PV}.tar.gz"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
@@ -26,8 +27,10 @@ DEPEND="
        media-libs/libvorbis"
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/${PN}-v.${MY_PV}"
+
 src_prepare() {
-       sed -i -e "s:-O2 -pie -fpie -g -fsigned-char::" 
Engine/Makefile-defs.linux \
+       sed -i -e "s:-O2 -g -fsigned-char::" Engine/Makefile-defs.linux \
                || die
 }
 

Reply via email to