* [gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/
@ 2020-02-06 21:22 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-06 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 1cf93f0835fa1c84fa6bdf929771ce70b0fc3a41
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Feb 6 21:03:04 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Feb 6 21:22:35 2020 +0000
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 <azamat.hackimov <AT> gmail.com>
games-util/gmqcc/gmqcc-0.2.9.ebuild | 3 +--
games-util/gmqcc/gmqcc-9999.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-9999.ebuild b/games-util/gmqcc/gmqcc-9999.ebuild
index 5e76605..aad25de 100644
--- a/games-util/gmqcc/gmqcc-9999.ebuild
+++ b/games-util/gmqcc/gmqcc-9999.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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>nikoli@lavabit.com</email>
<name>Nikoli</name>
</maintainer>
- <maintainer>
+ <maintainer type="person">
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/
@ 2020-02-29 13:12 Azamat H. Hackimov
0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:12 UTC (permalink / raw
To: gentoo-commits
commit: 21e23487382d116e738d34f1f090917e120c4a4f
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 13:12:17 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> 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 <azamat.hackimov <AT> 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/
@ 2013-07-18 16:25 Nikoli
0 siblings, 0 replies; 3+ messages in thread
From: Nikoli @ 2013-07-18 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 3940176ff9004e105222d1ba63f2d527d1c4a800
Author: Nikoli <nikoli <AT> lavabit <DOT> com>
AuthorDate: Thu Jul 18 16:22:33 2013 +0000
Commit: Nikoli <nikoli <AT> lavabit <DOT> com>
CommitDate: Thu Jul 18 16:22:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3940176f
gmqcc: respect CC, do not force git branch, cosmetics, version bump
Package-Manager: portage-2.1.12.2
---
.../{gmqcc-0.2.2.ebuild => gmqcc-0.2.9.ebuild} | 20 +++++++++++++++-----
games-util/gmqcc/gmqcc-9999.ebuild | 22 ++++++++++++----------
games-util/gmqcc/metadata.xml | 15 ++++++++-------
3 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/games-util/gmqcc/gmqcc-0.2.2.ebuild b/games-util/gmqcc/gmqcc-0.2.9.ebuild
similarity index 56%
rename from games-util/gmqcc/gmqcc-0.2.2.ebuild
rename to games-util/gmqcc/gmqcc-0.2.9.ebuild
index 84affc5..773259c 100644
--- a/games-util/gmqcc/gmqcc-0.2.2.ebuild
+++ b/games-util/gmqcc/gmqcc-0.2.9.ebuild
@@ -1,24 +1,34 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
+# $Header: $
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"
-IUSE=""
+[[ ${PV} == *9999* ]] || \
KEYWORDS="~amd64 ~x86"
+IUSE=""
src_prepare() {
+ # fixed in git master
sed -i -e "s:-Werror ::" Makefile || die
}
+src_configure() {
+ tc-export CC
+}
+
src_install() {
- emake install PREFIX="${D}/usr"
- dodoc README
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ dodoc README AUTHORS TODO CHANGES
}
diff --git a/games-util/gmqcc/gmqcc-9999.ebuild b/games-util/gmqcc/gmqcc-9999.ebuild
index 555ea5d..5e76605 100644
--- a/games-util/gmqcc/gmqcc-9999.ebuild
+++ b/games-util/gmqcc/gmqcc-9999.ebuild
@@ -1,27 +1,29 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
+# $Header: $
EAPI=5
-
EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git"
-EGIT_BRANCH="master"
-inherit git-2
+inherit toolchain-funcs
+[[ ${PV} == *9999* ]] && inherit git-2
DESCRIPTION="An Improved Quake C Compiler"
HOMEPAGE="http://graphitemaster.github.com/gmqcc/"
-LICENSE="MIT"
+[[ ${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=""
-KEYWORDS=""
-src_prepare() {
- sed -i -e "s:-Werror ::" Makefile || die
+src_configure() {
+ tc-export CC
}
src_install() {
- emake install PREFIX="${D}/usr"
- dodoc README
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ dodoc README AUTHORS TODO CHANGES
}
diff --git a/games-util/gmqcc/metadata.xml b/games-util/gmqcc/metadata.xml
index fd1ecfd..3631108 100644
--- a/games-util/gmqcc/metadata.xml
+++ b/games-util/gmqcc/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-An Improved Quake C Compiler
-</longdescription>
+ <maintainer>
+ <email>nikoli@lavabit.com</email>
+ <name>Nikoli</name>
+ </maintainer>
+ <maintainer>
+ <email>azamat.hackimov@gmail.com</email>
+ <name>Azamat H. Hackimov</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-29 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 21:22 [gentoo-commits] proj/gamerlay:master commit in: games-util/gmqcc/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2020-02-29 13:12 Azamat H. Hackimov
2013-07-18 16:25 Nikoli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox