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 D6A05138350 for ; Sat, 29 Feb 2020 13:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B0CEE0833; Sat, 29 Feb 2020 13:12:36 +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 DD083E0833 for ; Sat, 29 Feb 2020 13:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 77A8534EF61 for ; Sat, 29 Feb 2020 13:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A9F10A for ; Sat, 29 Feb 2020 13:12:33 +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: <1582981937.21e23487382d116e738d34f1f090917e120c4a4f.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-util/gmqcc/gmqcc-0.2.9.ebuild games-util/gmqcc/gmqcc-0.3.5.ebuild games-util/gmqcc/gmqcc-9999.ebuild X-VCS-Directories: games-util/gmqcc/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 21e23487382d116e738d34f1f090917e120c4a4f X-VCS-Branch: master Date: Sat, 29 Feb 2020 13:12:33 +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: 8d89fb56-cbc0-4441-908b-80374f654755 X-Archives-Hash: b188fccf7cf899cd6b1b3e45d56408ed commit: 21e23487382d116e738d34f1f090917e120c4a4f Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Feb 29 13:12:17 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sat Feb 29 13:12:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=21e23487 games-util/gmqcc: update package Update to 0.3.5, remove live ebuild (deprecated eclass) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov gmail.com> .../{gmqcc-0.2.9.ebuild => gmqcc-0.3.5.ebuild} | 9 +++---- games-util/gmqcc/gmqcc-9999.ebuild | 28 ---------------------- 2 files changed, 3 insertions(+), 34 deletions(-) diff --git a/games-util/gmqcc/gmqcc-0.2.9.ebuild b/games-util/gmqcc/gmqcc-0.3.5.ebuild similarity index 78% rename from games-util/gmqcc/gmqcc-0.2.9.ebuild rename to games-util/gmqcc/gmqcc-0.3.5.ebuild index 138d7ea..813694e 100644 --- a/games-util/gmqcc/gmqcc-0.2.9.ebuild +++ b/games-util/gmqcc/gmqcc-0.3.5.ebuild @@ -1,26 +1,23 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git" - +EAPI=7 inherit toolchain-funcs -[[ ${PV} == *9999* ]] && inherit git-2 DESCRIPTION="An Improved Quake C Compiler" HOMEPAGE="http://graphitemaster.github.com/gmqcc/" -[[ ${PV} == *9999* ]] || \ SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -[[ ${PV} == *9999* ]] || \ KEYWORDS="~amd64 ~x86" IUSE="" src_prepare() { + default # fixed in git master sed -i -e "s:-Werror ::" Makefile || die + sed -i -e "s:__FUNCTION__:__func__:" exec.c || die } src_configure() { diff --git a/games-util/gmqcc/gmqcc-9999.ebuild b/games-util/gmqcc/gmqcc-9999.ebuild deleted file mode 100644 index aad25de..0000000 --- a/games-util/gmqcc/gmqcc-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git" - -inherit toolchain-funcs -[[ ${PV} == *9999* ]] && inherit git-2 - -DESCRIPTION="An Improved Quake C Compiler" -HOMEPAGE="http://graphitemaster.github.com/gmqcc/" -[[ ${PV} == *9999* ]] || \ -SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -[[ ${PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_configure() { - tc-export CC -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc README AUTHORS TODO CHANGES -}