commit:     56caa2e6839ea65d7ccb01c3caf7590a8a4da3fb
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 18:42:52 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=56caa2e6

games-engines/ags: remove old

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 | 44 ------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/games-engines/ags/ags-3.3.5.7.ebuild 
b/games-engines/ags/ags-3.3.5.7.ebuild
deleted file mode 100644
index 256a765..0000000
--- a/games-engines/ags/ags-3.3.5.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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/";
-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"
-
-DEPEND="
-       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}"
-
-src_prepare() {
-       eapply_user
-       sed -i -e "s:-O2 -g -fsigned-char::" Engine/Makefile-defs.linux \
-               || die
-}
-
-src_compile() {
-       emake --directory=Engine
-}
-
-src_install() {
-       dobin Engine/ags
-       dodoc README.md
-}
-
-pkg_postinst() {
-       ewarn "In order to play AGS games run command:"
-       ewarn "    ${PN} /path/to/gamedir"
-       ewarn "or"
-       ewarn "    ${PN} /path/to/game.exe"
-}

Reply via email to