commit:     702e805b1ea274638b2e5e6de18171da0aa85017
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 18:42:21 2021 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 12 20:45:59 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=702e805b

games-engines/ags: update to 3.5.1.8

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-engines/ags/ags-3.3.5.7.ebuild                      |  9 +++------
 .../ags/{ags-3.3.5.7.ebuild => ags-3.5.1.8.ebuild}        | 15 ++++++---------
 2 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/games-engines/ags/ags-3.3.5.7.ebuild 
b/games-engines/ags/ags-3.3.5.7.ebuild
index f5293a5..256a765 100644
--- a/games-engines/ags/ags-3.3.5.7.ebuild
+++ b/games-engines/ags/ags-3.3.5.7.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A game/runtime interpreter for the Adventure Game Studio engine"
-HOMEPAGE="http://www.adventuregamestudio.co.uk/ 
http://www.adventuregamestudio.co.uk/";
+HOMEPAGE="http://www.adventuregamestudio.co.uk/";
 
SRC_URI="https://github.com/adventuregamestudio/ags/releases/download/v.${PV}/${PN}_linux_v.${PV}.tar.xz";
 
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
-       >=media-libs/aldumb-0.9.3
-       media-libs/allegro:0
-       >=media-libs/dumb-0.9.3
+       media-libs/dumb[allegro]
        media-libs/freetype:2
        media-libs/libogg
        media-libs/libtheora

diff --git a/games-engines/ags/ags-3.3.5.7.ebuild 
b/games-engines/ags/ags-3.5.1.8.ebuild
similarity index 65%
copy from games-engines/ags/ags-3.3.5.7.ebuild
copy to games-engines/ags/ags-3.5.1.8.ebuild
index f5293a5..b0eedb2 100644
--- a/games-engines/ags/ags-3.3.5.7.ebuild
+++ b/games-engines/ags/ags-3.5.1.8.ebuild
@@ -1,31 +1,28 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A game/runtime interpreter for the Adventure Game Studio engine"
-HOMEPAGE="http://www.adventuregamestudio.co.uk/ 
http://www.adventuregamestudio.co.uk/";
-SRC_URI="https://github.com/adventuregamestudio/ags/releases/download/v.${PV}/${PN}_linux_v.${PV}.tar.xz";
+HOMEPAGE="http://www.adventuregamestudio.co.uk/";
+SRC_URI="https://github.com/adventuregamestudio/ags/archive/refs/tags/v.${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
-       >=media-libs/aldumb-0.9.3
-       media-libs/allegro:0
-       >=media-libs/dumb-0.9.3
+       media-libs/dumb[allegro]
        media-libs/freetype:2
        media-libs/libogg
        media-libs/libtheora
        media-libs/libvorbis"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}_linux_v.${PV}"
+S="${WORKDIR}/${PN}-v.${PV}"
 
 src_prepare() {
-       eapply_user
+       default
        sed -i -e "s:-O2 -g -fsigned-char::" Engine/Makefile-defs.linux \
                || die
 }

Reply via email to