From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EDA013933E for ; Mon, 12 Jul 2021 20:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98EC3E0D7E; Mon, 12 Jul 2021 20:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FCB9E0D7E for ; Mon, 12 Jul 2021 20:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99856342CC5 for ; Mon, 12 Jul 2021 20:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02BF37D8 for ; Mon, 12 Jul 2021 20:47:13 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1626122759.702e805b1ea274638b2e5e6de18171da0aa85017.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/ags/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-engines/ags/ags-3.3.5.7.ebuild games-engines/ags/ags-3.5.1.8.ebuild X-VCS-Directories: games-engines/ags/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 702e805b1ea274638b2e5e6de18171da0aa85017 X-VCS-Branch: master Date: Mon, 12 Jul 2021 20:47:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ebdbf6c-e3e3-4c50-a915-c28a492823f6 X-Archives-Hash: 8c684808fed5acb07bca57e97a435969 commit: 702e805b1ea274638b2e5e6de18171da0aa85017 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jul 12 18:42:21 2021 +0000 Commit: Azamat H. Hackimov gentoo 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 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 }