[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2015-11-21 Thread Michael Sterrett
commit: cfaa73c300106468a37c13bdb0ce16878a32332c
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sun Nov 22 03:03:58 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sun Nov 22 03:03:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaa73c3

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-puzzle/galaxis/galaxis-1.8.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 9aeb8cd..3b04462 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.3"
-RDEPEND="${DEPEND}"
+DEPEND=">=sys-libs/ncurses-5.3:0"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_install() {
dogamesbin galaxis



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2019-07-18 Thread Lars Wendler
commit: 46955a32bc067d9550a3389271963e0a92b628c8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 18 12:47:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 18 12:47:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46955a32

games-puzzle/galaxis: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/690080
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
index 73020c4a91e..d646f5a94a2 100644
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
@@ -14,9 +16,15 @@ IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3:0="
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+src_compile() {
+   local PKGCONFIG="$(tc-getPKG_CONFIG)"
+   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
+}
+
 src_install() {
dobin galaxis
doman galaxis.6



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2017-12-01 Thread David Seifert
commit: 6f17ded6a3d85a331d5880a8354b65387d23b641
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 18:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 19:29:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f17ded6

games-puzzle/galaxis: [QA] Fix DESCRIPTION.toolong

 games-puzzle/galaxis/galaxis-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/galaxis/galaxis-1.8.ebuild 
b/games-puzzle/galaxis/galaxis-1.8.ebuild
index 12bd540ec67..1fee81603db 100644
--- a/games-puzzle/galaxis/galaxis-1.8.ebuild
+++ b/games-puzzle/galaxis/galaxis-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh 
freeware game Galaxis"
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
 HOMEPAGE="http://www.catb.org/~esr/galaxis/";
 SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/

2022-10-15 Thread Ionen Wolkens
commit: 29dc6bcc77e10c32afa9b1952af838b5e138837e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Oct 15 19:15:27 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Oct 15 20:06:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29dc6bcc

games-puzzle/galaxis: add gitlab uptream metadata

Albeit upstream currently seems dead / unresponsive.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/galaxis/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/galaxis/metadata.xml 
b/games-puzzle/galaxis/metadata.xml
index 1c3ba213c494..1c8dd3a77066 100644
--- a/games-puzzle/galaxis/metadata.xml
+++ b/games-puzzle/galaxis/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+   
+   esr/galaxis
+   
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/

2016-12-03 Thread James Le Cuirot
commit: 381747db98cec767815af49b6ee3745cbb0530fe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 26 18:17:13 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec  3 11:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381747db

games-puzzle/galaxis: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../galaxis/files/galaxis-1.7-gentoo.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
deleted file mode 100644
index 3153291..
--- a/games-puzzle/galaxis/files/galaxis-1.7-gentoo.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ru galaxis-1.7.orig/Makefile galaxis-1.7/Makefile
 galaxis-1.7.orig/Makefile  2003-12-29 04:09:53.0 -0500
-+++ galaxis-1.7/Makefile   2010-10-18 13:08:43.929375025 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -29,7 +33,6 @@
- extern long lrand48();
- extern void srand48();
- #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
--extern char *memset();
- /*
-  * Try this if ungetch() fails to resolve.
-  *
-@@ -167,16 +170,17 @@
- } 
- 
- /* VARARGS1 */
--static void prompt(f, s)
-+static void prompt(s)
- /* print a message at the prompt line */
--char *f, *s;
-+char *s;
- {
- (void) move(PROMPTLINE, 0);
- (void) clrtoeol();
--(void) printw(f, s);
-+(void) printw("%s", s);
- (void) refresh();
- }
- 
-+#if 0
- static void error(s)
- char *s;
- {
-@@ -188,6 +192,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(n)
- int n;
-@@ -647,7 +652,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/files/, games-puzzle/galaxis/

2022-10-15 Thread Ionen Wolkens
commit: 2ab1c4983677f889e70f70174082e33e76377897
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Oct 15 19:06:46 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Oct 15 20:06:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab1c498

games-puzzle/galaxis: drop 1.8-r1

1.10 is almost identical, no reason to keep

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/galaxis/Manifest  |  1 -
 .../galaxis/files/galaxis-1.8-gentoo.patch | 60 --
 games-puzzle/galaxis/galaxis-1.8-r1.ebuild | 32 
 3 files changed, 93 deletions(-)

diff --git a/games-puzzle/galaxis/Manifest b/games-puzzle/galaxis/Manifest
index 7733580b0417..d6c1772790ea 100644
--- a/games-puzzle/galaxis/Manifest
+++ b/games-puzzle/galaxis/Manifest
@@ -1,2 +1 @@
 DIST galaxis-1.10.tar.gz 11499 BLAKE2B 
d18dbedbe9533de3238a6f77dc05854454afe05ceb3ad9fdcdba1b80c3a07a904e1c16932e19ca3ef769121704823a28e62c87fa7e79acc1707226db35b1b67e
 SHA512 
cedaac1923674fdae85dd09d6c38c6a15e0c027cf520ea6d92c15f0613adbc3a3b7e1e627d19e6d8b21c93fdb8acab8236893ce179dc4e898ba7da8f256dd341
-DIST galaxis-1.8.tar.gz 8962 BLAKE2B 
3380d44ca6b168ddc71edf4e7fb61bc9a22c24cf73e1bbd4b60a87517a769f3b3b2475d64281168fe6ade7b88bbc75b3eec923cf1d26532b097d6820b14f9817
 SHA512 
9d4c7447827fea333ddec8a289d5d6415777379c7aab53fc2088418051f3a38c8abeceff2e8ba0472f792fac457345f2307b3f51c8366aa0b9affa37c3eee05f

diff --git a/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch 
b/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch
deleted file mode 100644
index abee05096288..
--- a/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -ru galaxis-1.8.orig/Makefile galaxis-1.8/Makefile
 galaxis-1.8.orig/Makefile  2010-10-19 09:48:58.0 -0400
-+++ galaxis-1.8/Makefile   2010-10-20 04:04:49.246650551 -0400
-@@ -3,9 +3,8 @@
- VERS=$(shell sed 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -176,6 +177,7 @@
- (void) refresh();
- }
- 
-+#if 0
- static void error(char *s)
- {
- (void) move(PROMPTLINE + 2, 0);
-@@ -186,6 +188,7 @@
-   (void) beep();
- }
- }
-+#endif
- 
- static int rnd(int n)
- {
-@@ -644,7 +647,7 @@
- }
- }
- 
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char *argv[];
- {

diff --git a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild 
b/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
deleted file mode 100644
index d646f5a94a2b..
--- a/games-puzzle/galaxis/galaxis-1.8-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
-HOMEPAGE="http://www.catb.org/~esr/galaxis/";
-SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.3:0="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_compile() {
-   local PKGCONFIG="$(tc-getPKG_CONFIG)"
-   emake TERMLIB="$(${PKGCONFIG} --libs ncurses)"
-}
-
-src_install() {
-   dobin galaxis
-   doman galaxis.6
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/galaxis/, games-puzzle/galaxis/files/

2022-10-15 Thread Ionen Wolkens
commit: d74ba779a82016860191670a76c6f31720167214
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Oct 15 18:49:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Oct 15 20:06:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74ba779

games-puzzle/galaxis: add 1.10

Release fixed issues with clang16 3 years ago wrt #874435

Also:
* GPL-2 -> BSD-2 (no GPL in here)
* pass ncurses' --cflags too
* install the newly added .desktop+icon
* small fixes for c2x so won't need -std=gnu89

Closes: https://bugs.gentoo.org/874435
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/galaxis/Manifest |  1 +
 games-puzzle/galaxis/files/galaxis-1.10-c2x.patch | 15 +
 games-puzzle/galaxis/galaxis-1.10.ebuild  | 38 +++
 3 files changed, 54 insertions(+)

diff --git a/games-puzzle/galaxis/Manifest b/games-puzzle/galaxis/Manifest
index 7c0c3415b549..7733580b0417 100644
--- a/games-puzzle/galaxis/Manifest
+++ b/games-puzzle/galaxis/Manifest
@@ -1 +1,2 @@
+DIST galaxis-1.10.tar.gz 11499 BLAKE2B 
d18dbedbe9533de3238a6f77dc05854454afe05ceb3ad9fdcdba1b80c3a07a904e1c16932e19ca3ef769121704823a28e62c87fa7e79acc1707226db35b1b67e
 SHA512 
cedaac1923674fdae85dd09d6c38c6a15e0c027cf520ea6d92c15f0613adbc3a3b7e1e627d19e6d8b21c93fdb8acab8236893ce179dc4e898ba7da8f256dd341
 DIST galaxis-1.8.tar.gz 8962 BLAKE2B 
3380d44ca6b168ddc71edf4e7fb61bc9a22c24cf73e1bbd4b60a87517a769f3b3b2475d64281168fe6ade7b88bbc75b3eec923cf1d26532b097d6820b14f9817
 SHA512 
9d4c7447827fea333ddec8a289d5d6415777379c7aab53fc2088418051f3a38c8abeceff2e8ba0472f792fac457345f2307b3f51c8366aa0b9affa37c3eee05f

diff --git a/games-puzzle/galaxis/files/galaxis-1.10-c2x.patch 
b/games-puzzle/galaxis/files/galaxis-1.10-c2x.patch
new file mode 100644
index ..bdd7b9cfd95f
--- /dev/null
+++ b/games-puzzle/galaxis/files/galaxis-1.10-c2x.patch
@@ -0,0 +1,15 @@
+Early fixes for upcoming C2x.
+--- a/galaxis.c
 b/galaxis.c
+@@ -32,4 +32,2 @@
+ #define rand()lrand48()
+-extern long lrand48();
+-extern void srand48();
+ #define bzero(s, n)   (void)memset((char *)(s), '\0', n)
+@@ -648,5 +646,3 @@
+ 
+-int main(argc, argv)
+-int argc;
+-char *argv[];
++int main(int argc, char *argv[])
+ {

diff --git a/games-puzzle/galaxis/galaxis-1.10.ebuild 
b/games-puzzle/galaxis/galaxis-1.10.ebuild
new file mode 100644
index ..d5baee4147e0
--- /dev/null
+++ b/games-puzzle/galaxis/galaxis-1.10.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop flag-o-matic toolchain-funcs
+
+DESCRIPTION="Curses-based clone of the nifty little Macintosh freeware game 
Galaxis"
+HOMEPAGE="http://www.catb.org/~esr/galaxis/";
+SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:="
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-c2x.patch
+)
+
+src_compile() {
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags ncurses || die) -DNDEBUG
+   append-libs $($(tc-getPKG_CONFIG) --libs ncurses || die)
+
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" 
TERMLIB="${LIBS}"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.6
+   einstalldocs
+
+   doicon ${PN}.png
+   domenu ${PN}.desktop
+}