[gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/

2020-02-29 Thread Azamat H. Hackimov
commit: 21e23487382d116e738d34f1f090917e120c4a4f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Feb 29 13:12:17 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Sat Feb 29 13:12:17 2020 +
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-.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} == ** ]] && inherit git-2
 
 DESCRIPTION="An Improved Quake C Compiler"
 HOMEPAGE="http://graphitemaster.github.com/gmqcc/";
-[[ ${PV} == ** ]] || \
 SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-[[ ${PV} == ** ]] || \
 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-.ebuild 
b/games-util/gmqcc/gmqcc-.ebuild
deleted file mode 100644
index aad25de..000
--- a/games-util/gmqcc/gmqcc-.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} == ** ]] && inherit git-2
-
-DESCRIPTION="An Improved Quake C Compiler"
-HOMEPAGE="http://graphitemaster.github.com/gmqcc/";
-[[ ${PV} == ** ]] || \
-SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} == ** ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_configure() {
-   tc-export CC
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   dodoc README AUTHORS TODO CHANGES
-}



[gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/

2020-02-06 Thread Azamat H. Hackimov
commit: 1cf93f0835fa1c84fa6bdf929771ce70b0fc3a41
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Feb  6 21:03:04 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Feb  6 21:22:35 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=1cf93f08

games-util/gmqcc: fix minor warnings

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-util/gmqcc/gmqcc-0.2.9.ebuild | 3 +--
 games-util/gmqcc/gmqcc-.ebuild  | 3 +--
 games-util/gmqcc/metadata.xml   | 4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/games-util/gmqcc/gmqcc-0.2.9.ebuild 
b/games-util/gmqcc/gmqcc-0.2.9.ebuild
index 773259c..138d7ea 100644
--- a/games-util/gmqcc/gmqcc-0.2.9.ebuild
+++ b/games-util/gmqcc/gmqcc-0.2.9.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=5
 EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git"

diff --git a/games-util/gmqcc/gmqcc-.ebuild 
b/games-util/gmqcc/gmqcc-.ebuild
index 5e76605..aad25de 100644
--- a/games-util/gmqcc/gmqcc-.ebuild
+++ b/games-util/gmqcc/gmqcc-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=5
 EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git"

diff --git a/games-util/gmqcc/metadata.xml b/games-util/gmqcc/metadata.xml
index 3631108..7bcbb8f 100644
--- a/games-util/gmqcc/metadata.xml
+++ b/games-util/gmqcc/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
nik...@lavabit.com
Nikoli

-   
+   
azamat.hacki...@gmail.com
Azamat H. Hackimov