public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2016-06-18 18:08 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2016-06-18 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2595a98b190f086231d42b178d70aee3fa6d06b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 17:32:19 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:08:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2595a98b

app-emulation/ski: Use virtual/libelf

 app-emulation/ski/ski-1.3.2-r1.ebuild | 4 ++--
 app-emulation/ski/ski-1.3.2.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild b/app-emulation/ski/ski-1.3.2-r1.ebuild
index 875a6dd..d736233 100644
--- a/app-emulation/ski/ski-1.3.2-r1.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
 RDEPEND="dev-libs/libltdl:0
-	|| ( dev-libs/elfutils dev-libs/libelf )
 	sys-libs/ncurses
+	virtual/libelf
 	gtk? (
 		gnome-base/libglade:2.0
 		gnome-base/libgnomeui

diff --git a/app-emulation/ski/ski-1.3.2.ebuild b/app-emulation/ski/ski-1.3.2.ebuild
index 4d62c2a..6a67b2f 100644
--- a/app-emulation/ski/ski-1.3.2.ebuild
+++ b/app-emulation/ski/ski-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
 RDEPEND="dev-libs/libltdl
-	|| ( dev-libs/elfutils dev-libs/libelf )
 	sys-libs/ncurses
+	virtual/libelf
 	gtk? (
 		gnome-base/libglade:2.0
 		gnome-base/libgnomeui


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2017-01-19 14:14 Mike Frysinger
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger @ 2017-01-19 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     df902d7dae3a398523371869705be9551c427931
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:26:20 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:13:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df902d7d

app-emulation/ski: drop old <1.3.2-r1 versions

 app-emulation/ski/ski-1.3.2.ebuild | 54 --------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2.ebuild b/app-emulation/ski/ski-1.3.2.ebuild
deleted file mode 100644
index 6a67b2f..00000000
--- a/app-emulation/ski/ski-1.3.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gtk motif"
-
-RDEPEND="dev-libs/libltdl
-	sys-libs/ncurses
-	virtual/libelf
-	gtk? (
-		gnome-base/libglade:2.0
-		gnome-base/libgnomeui
-		x11-libs/gtk+:2
-	)
-	motif? ( x11-libs/motif )"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	sys-devel/flex
-	dev-util/gperf"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-syscall-linux-includes.patch
-	"${FILESDIR}"/${P}-remove-hayes.patch
-	"${FILESDIR}"/${P}-no-local-ltdl.patch
-	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
-	"${FILESDIR}"/${P}-configure-withval.patch
-	"${FILESDIR}"/${P}-binutils.patch
-)
-
-src_prepare() {
-	epatch "${PATCHES[@]}"
-
-	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
-
-	AT_M4DIR="macros" eautoreconf
-}
-
-src_configure() {
-	econf \
-		--without-included-ltdl \
-		$(use_with gtk) \
-		$(use_with motif x11)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2017-01-19 14:14 Mike Frysinger
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger @ 2017-01-19 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     220fbd109dc7ad4ad656ba05242c125deb7a285e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:28:13 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 14:13:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220fbd10

app-emulation/ski: update EAPI to use subslots

 app-emulation/ski/ski-1.3.2-r1.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild b/app-emulation/ski/ski-1.3.2-r1.ebuild
index 44caa27..4f40185 100644
--- a/app-emulation/ski/ski-1.3.2-r1.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="4"
+EAPI="6"
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="ia64 instruction set simulator"
 HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
@@ -15,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
-RDEPEND="dev-libs/libltdl:0
-	sys-libs/ncurses
+RDEPEND="dev-libs/libltdl:0=
+	sys-libs/ncurses:0=
 	virtual/libelf
 	gtk? (
 		gnome-base/libglade:2.0
 		gnome-base/libgnomeui
 		x11-libs/gtk+:2
 	)
-	motif? ( x11-libs/motif )"
+	motif? ( x11-libs/motif:0= )"
 DEPEND="${RDEPEND}
 	sys-devel/bison
 	sys-devel/flex
@@ -40,7 +39,7 @@ PATCHES=(
 )
 
 src_prepare() {
-	epatch "${PATCHES[@]}"
+	default
 
 	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2018-02-10 18:19 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2018-02-10 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     61c8f46603cf3cbfd570f58d9d4ffdc2ae0b49f3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 18:19:31 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 18:19:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c8f466

app-emulation/ski: drop USE=gtk support, bug #644316

Closes: https://bugs.gentoo.org/644316
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/ski/ski-1.3.2-r2.ebuild | 51 +++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/app-emulation/ski/ski-1.3.2-r2.ebuild b/app-emulation/ski/ski-1.3.2-r2.ebuild
new file mode 100644
index 00000000000..389d021a5d2
--- /dev/null
+++ b/app-emulation/ski/ski-1.3.2-r2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="ia64 instruction set simulator"
+HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="motif"
+
+RDEPEND="dev-libs/libltdl:0=
+	sys-libs/ncurses:0=
+	virtual/libelf
+	motif? ( x11-libs/motif:0= )"
+DEPEND="${RDEPEND}
+	sys-devel/bison
+	sys-devel/flex
+	dev-util/gperf"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-syscall-linux-includes.patch
+	"${FILESDIR}"/${P}-remove-hayes.patch
+	"${FILESDIR}"/${P}-no-local-ltdl.patch
+	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
+	"${FILESDIR}"/${P}-configure-withval.patch
+	"${FILESDIR}"/${P}-binutils.patch
+	"${FILESDIR}"/${P}-uselib.patch #592226
+	"${FILESDIR}"/${P}-ncurses-config.patch
+	"${FILESDIR}"/${P}-prototypes.patch
+)
+
+src_prepare() {
+	default
+
+	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
+
+	AT_M4DIR="macros" eautoreconf
+}
+
+src_configure() {
+	econf \
+		--without-included-ltdl \
+		--without-gtk \
+		$(use_with motif x11)
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2018-09-21  7:00 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2018-09-21  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fc0dd81d5aab3eaddf138cfb862aca2274b96464
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 06:56:29 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 07:00:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0dd81d

app-emulation/ski: drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-emulation/ski/ski-1.3.2-r1.ebuild | 56 -----------------------------------
 1 file changed, 56 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild b/app-emulation/ski/ski-1.3.2-r1.ebuild
deleted file mode 100644
index 3ca262479f5..00000000000
--- a/app-emulation/ski/ski-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+gtk motif"
-
-RDEPEND="dev-libs/libltdl:0=
-	sys-libs/ncurses:0=
-	virtual/libelf
-	gtk? (
-		gnome-base/libglade:2.0
-		gnome-base/libgnomeui
-		x11-libs/gtk+:2
-	)
-	motif? ( x11-libs/motif:0= )"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	sys-devel/flex
-	dev-util/gperf"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-syscall-linux-includes.patch
-	"${FILESDIR}"/${P}-remove-hayes.patch
-	"${FILESDIR}"/${P}-no-local-ltdl.patch
-	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
-	"${FILESDIR}"/${P}-configure-withval.patch
-	"${FILESDIR}"/${P}-binutils.patch
-	"${FILESDIR}"/${P}-uselib.patch #592226
-	"${FILESDIR}"/${P}-ncurses-config.patch
-	"${FILESDIR}"/${P}-prototypes.patch
-)
-
-src_prepare() {
-	default
-
-	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
-
-	AT_M4DIR="macros" eautoreconf
-}
-
-src_configure() {
-	econf \
-		--without-included-ltdl \
-		$(use_with gtk) \
-		$(use_with motif x11)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2019-12-28 16:22 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2019-12-28 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4e3970ccd964bd2e6f55a61c47e8a1d3d3ae1c3d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 14:07:17 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:22:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3970cc

app-emulation/ski: drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/ski-1.3.2-r2.ebuild | 51 -----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r2.ebuild b/app-emulation/ski/ski-1.3.2-r2.ebuild
deleted file mode 100644
index 389d021a5d2..00000000000
--- a/app-emulation/ski/ski-1.3.2-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="motif"
-
-RDEPEND="dev-libs/libltdl:0=
-	sys-libs/ncurses:0=
-	virtual/libelf
-	motif? ( x11-libs/motif:0= )"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	sys-devel/flex
-	dev-util/gperf"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-syscall-linux-includes.patch
-	"${FILESDIR}"/${P}-remove-hayes.patch
-	"${FILESDIR}"/${P}-no-local-ltdl.patch
-	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
-	"${FILESDIR}"/${P}-configure-withval.patch
-	"${FILESDIR}"/${P}-binutils.patch
-	"${FILESDIR}"/${P}-uselib.patch #592226
-	"${FILESDIR}"/${P}-ncurses-config.patch
-	"${FILESDIR}"/${P}-prototypes.patch
-)
-
-src_prepare() {
-	default
-
-	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
-
-	AT_M4DIR="macros" eautoreconf
-}
-
-src_configure() {
-	econf \
-		--without-included-ltdl \
-		--without-gtk \
-		$(use_with motif x11)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2019-12-28 16:22 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2019-12-28 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6c545f1bda9cf9bfb09635c8c4ed4fb3edc48db3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 14:08:20 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:22:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c545f1b

app-emulation/ski: block against games-sports/ski

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/653110
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/ski-1.3.2-r3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/ski/ski-1.3.2-r3.ebuild b/app-emulation/ski/ski-1.3.2-r3.ebuild
index a6551f5c0b8..1063017aad0 100644
--- a/app-emulation/ski/ski-1.3.2-r3.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,9 @@ DEPEND="${RDEPEND}
 	sys-devel/flex
 	dev-util/gperf"
 
+# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
+RDEPEND="${RDEPEND} !!games-sports/ski"
+
 PATCHES=(
 	"${FILESDIR}"/${P}-syscall-linux-includes.patch
 	"${FILESDIR}"/${P}-remove-hayes.patch


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2020-01-29 20:16 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-01-29 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     24352db7942671fe8cd17b7723b11b5657be965c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 20:05:30 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 20:16:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24352db7

app-emulation/ski: add slyfox@ as a maintainer

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/ski/metadata.xml b/app-emulation/ski/metadata.xml
index a82c03848dd..36a9f93ec0b 100644
--- a/app-emulation/ski/metadata.xml
+++ b/app-emulation/ski/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>slyfox@gentoo.org</email>
+		<name>Sergei Trofimovich</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>ia64@gentoo.org</email>
 		<name>Gentoo Linux IA-64 Development</name>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2020-03-21 11:23 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-03-21 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8567efbb44f58538cefc84aeeac9ea2adc904fd5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 10:59:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 11:23:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8567efbb

app-emulation/ski: add USE=debug to make binutils-libs opetional

ski's needs runtime detection of sys-libs/binutils-libs features
which is not compatible with cross-compilation. Let's make the
feature optional.

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/metadata.xml        |  3 ++
 app-emulation/ski/ski-1.3.2-r4.ebuild | 62 +++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/app-emulation/ski/metadata.xml b/app-emulation/ski/metadata.xml
index 36a9f93ec0b..b37238378ea 100644
--- a/app-emulation/ski/metadata.xml
+++ b/app-emulation/ski/metadata.xml
@@ -9,6 +9,9 @@
 		<email>ia64@gentoo.org</email>
 		<name>Gentoo Linux IA-64 Development</name>
 	</maintainer>
+	<use>
+		<flag name='debug'>enable extra binary emulation debugging via <pkg>sys-libs/binutils-libs</pkg></flag>
+	</use>
 	<upstream>
 		<remote-id type="sourceforge">ski</remote-id>
 	</upstream>

diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild
new file mode 100644
index 00000000000..3d904abf6d4
--- /dev/null
+++ b/app-emulation/ski/ski-1.3.2-r4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="ia64 instruction set simulator"
+HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug motif"
+
+RDEPEND="dev-libs/libltdl:0=
+	sys-libs/ncurses:0=
+	virtual/libelf
+	debug? ( sys-libs/binutils-libs:0= )
+	motif? ( x11-libs/motif:0= )"
+DEPEND="${RDEPEND}
+	sys-devel/bison
+	sys-devel/flex
+	dev-util/gperf"
+
+# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
+RDEPEND="${RDEPEND} !!games-sports/ski"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-syscall-linux-includes.patch
+	"${FILESDIR}"/${P}-remove-hayes.patch
+	"${FILESDIR}"/${P}-no-local-ltdl.patch
+	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
+	"${FILESDIR}"/${P}-configure-withval.patch
+	"${FILESDIR}"/${P}-binutils.patch
+	"${FILESDIR}"/${P}-uselib.patch #592226
+	"${FILESDIR}"/${P}-ncurses-config.patch
+	"${FILESDIR}"/${P}-prototypes.patch
+	"${FILESDIR}"/${P}-glibc-2.28.patch
+	"${FILESDIR}"/${P}-gcc-10.patch #707144
+)
+
+src_prepare() {
+	default
+
+	if has_version ">=sys-libs/binutils-libs-2.34"; then
+		eapply "${FILESDIR}"/${PN}-1.3.2-binutils-2.34.patch
+	fi
+
+	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
+
+	AT_M4DIR="macros" eautoreconf
+}
+
+src_configure() {
+	econf \
+		--without-included-ltdl \
+		--without-gtk \
+		$(use_with motif x11) \
+		$(use_with debug bfd)
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2020-03-23 23:58 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-03-23 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7c5729f3e45ffe36be27af960b2b7e23d4d71830
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 23:41:01 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 23:57:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5729f3

app-emulation/ski: drop old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/ski-1.3.2-r3.ebuild | 61 -----------------------------------
 1 file changed, 61 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r3.ebuild b/app-emulation/ski/ski-1.3.2-r3.ebuild
deleted file mode 100644
index 7fa7d9227e0..00000000000
--- a/app-emulation/ski/ski-1.3.2-r3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="motif"
-
-RDEPEND="dev-libs/libltdl:0=
-	sys-libs/binutils-libs:0=
-	sys-libs/ncurses:0=
-	virtual/libelf
-	motif? ( x11-libs/motif:0= )"
-DEPEND="${RDEPEND}
-	sys-devel/bison
-	sys-devel/flex
-	dev-util/gperf"
-
-# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
-RDEPEND="${RDEPEND} !!games-sports/ski"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-syscall-linux-includes.patch
-	"${FILESDIR}"/${P}-remove-hayes.patch
-	"${FILESDIR}"/${P}-no-local-ltdl.patch
-	"${FILESDIR}"/${P}-AC_C_BIGENDIAN.patch
-	"${FILESDIR}"/${P}-configure-withval.patch
-	"${FILESDIR}"/${P}-binutils.patch
-	"${FILESDIR}"/${P}-uselib.patch #592226
-	"${FILESDIR}"/${P}-ncurses-config.patch
-	"${FILESDIR}"/${P}-prototypes.patch
-	"${FILESDIR}"/${P}-glibc-2.28.patch
-	"${FILESDIR}"/${P}-gcc-10.patch #707144
-)
-
-src_prepare() {
-	default
-
-	if has_version ">=sys-libs/binutils-libs-2.34"; then
-		eapply "${FILESDIR}"/${PN}-1.3.2-binutils-2.34.patch
-	fi
-
-	rm -rf libltdl src/ltdl.[ch] macros/ltdl.m4
-
-	AT_M4DIR="macros" eautoreconf
-}
-
-src_configure() {
-	econf \
-		--without-included-ltdl \
-		--without-gtk \
-		$(use_with motif x11)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2020-09-26  9:00 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2020-09-26  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     258b0c08b35dc025284e0e29385421258713ba82
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:00:21 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:00:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258b0c08

app-emulation/ski: drop ia64@ from maintainers

Ideally arch porting team should not be a package maintainer.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-emulation/ski/metadata.xml b/app-emulation/ski/metadata.xml
index b37238378ea..ab1c2fb53a4 100644
--- a/app-emulation/ski/metadata.xml
+++ b/app-emulation/ski/metadata.xml
@@ -5,10 +5,6 @@
 		<email>slyfox@gentoo.org</email>
 		<name>Sergei Trofimovich</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>ia64@gentoo.org</email>
-		<name>Gentoo Linux IA-64 Development</name>
-	</maintainer>
 	<use>
 		<flag name='debug'>enable extra binary emulation debugging via <pkg>sys-libs/binutils-libs</pkg></flag>
 	</use>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2021-06-05 10:50 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2021-06-05 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b6fa7c3ad1d9a0c2b45bb0f8f4f9f5448bc33e76
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 10:09:51 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 10:50:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fa7c3a

app-emulation/ski: drop unreachable HOMEPAGE, leave sourceforge's

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/ski-1.3.2-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild
index ed996625c01..c5bac307e7c 100644
--- a/app-emulation/ski/ski-1.3.2-r4.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator"
+HOMEPAGE="http://ski.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2021-08-04  9:01 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2021-08-04  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6c89319ce893ad5a68c51f37a8cbe970e5597bce
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 08:49:20 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 09:01:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c89319c

app-emulation/ski: drop slyfox@ from maintainers down to m-n

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/ski/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emulation/ski/metadata.xml b/app-emulation/ski/metadata.xml
index bdbbdb76bcb..c50e01e3f45 100644
--- a/app-emulation/ski/metadata.xml
+++ b/app-emulation/ski/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>slyfox@gentoo.org</email>
-		<name>Sergei Trofimovich</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="debug">enable extra binary emulation debugging via <pkg>sys-libs/binutils-libs</pkg></flag>
 	</use>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2022-08-19 23:00 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-08-19 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fb0d959b41cb48646dc977dc4ed259a20d5ff45e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 22:41:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 22:47:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0d959b

app-emulation/ski: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/ski/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/ski/metadata.xml b/app-emulation/ski/metadata.xml
index 80e9f029acdd..fab9a91d89c3 100644
--- a/app-emulation/ski/metadata.xml
+++ b/app-emulation/ski/metadata.xml
@@ -7,5 +7,6 @@
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">ski</remote-id>
+		<remote-id type="github">trofi/ski</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2024-01-05 13:31 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-01-05 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1c157ad9e06a23107e0ded8251d0debddadb4886
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 13:00:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 13:24:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c157ad9

app-emulation/ski: add 1.4.0

Closes: https://bugs.gentoo.org/828801
Closes: https://bugs.gentoo.org/854531
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/ski/Manifest         |  1 +
 app-emulation/ski/ski-1.4.0.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/app-emulation/ski/Manifest b/app-emulation/ski/Manifest
index 3aed4ea18a1c..dbb5bd287253 100644
--- a/app-emulation/ski/Manifest
+++ b/app-emulation/ski/Manifest
@@ -1 +1,2 @@
 DIST ski-1.3.2.tar.gz 2715791 BLAKE2B 5e6b237ea21bf410e44dbaa88150d980f2af66728effeab4e8bcef02f27c24069c4bcaf42d3814ad15c3bd759819d468f163b6c64a89408c09d1ffbdc9302c0f SHA512 21f2e1dd87cb517602d4d6ef62707ec6042c1b6ec5dfd063db7315d13bbc3fb47b491c15b7efb0433fc82f27c7924e2d50b2f57fe24e49aeb864ce2c3c2c8bd0
+DIST ski-1.4.0.tar.xz 2373876 BLAKE2B c9c20582274dd6db6e216c709a1793b55ac2c1aaf26c5e235bffdd190e9e7dca4c7ef37f96309c61ba9b5f03229966710a65405e2a345d65a08b9163f545c85b SHA512 855bc73c2cd93d890cd532db524eecc122d5f3eddf189efdbf34069d1c9bd7b7f98d5e593387fdc31b38fc8630f00b6b126f5c1a1f22dab57447e024b9015cf5

diff --git a/app-emulation/ski/ski-1.4.0.ebuild b/app-emulation/ski/ski-1.4.0.ebuild
new file mode 100644
index 000000000000..1867d53df65f
--- /dev/null
+++ b/app-emulation/ski/ski-1.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="ia64 instruction set simulator"
+HOMEPAGE="https://github.com/trofi/ski http://ski.sourceforge.net/"
+SRC_URI="https://github.com/trofi/ski/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug motif"
+
+RDEPEND="
+	dev-libs/libltdl:=
+	sys-libs/ncurses:=
+	virtual/libelf
+	debug? ( sys-libs/binutils-libs:= )
+	motif? ( x11-libs/motif:= )
+"
+DEPEND="
+	${RDEPEND}
+	dev-util/gperf
+"
+# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110
+RDEPEND="
+	${RDEPEND}
+	!games-sports/ski
+"
+
+src_configure() {
+	# bug #854531
+	filter-lto
+
+	local myeconfargs=(
+		--without-gtk
+		$(use_with motif x11)
+		$(use_with debug bfd)
+	)
+
+	econf "${myeconfargs[@]}"
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/
@ 2024-09-02 21:18 Petr Vaněk
  0 siblings, 0 replies; 16+ messages in thread
From: Petr Vaněk @ 2024-09-02 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e346859cc3408ec0eb0df766133130a77af188e3
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 21:05:38 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 21:17:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e346859c

app-emulation/ski: update HOMEPAGE

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-emulation/ski/ski-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/ski/ski-1.4.0.ebuild b/app-emulation/ski/ski-1.4.0.ebuild
index 1867d53df65f..fbb3ebc06623 100644
--- a/app-emulation/ski/ski-1.4.0.ebuild
+++ b/app-emulation/ski/ski-1.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit flag-o-matic
 
 DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="https://github.com/trofi/ski http://ski.sourceforge.net/"
+HOMEPAGE="https://github.com/trofi/ski https://ski.sourceforge.net/"
 SRC_URI="https://github.com/trofi/ski/releases/download/v${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-09-02 21:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 11:23 [gentoo-commits] repo/gentoo:master commit in: app-emulation/ski/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02 21:18 Petr Vaněk
2024-01-05 13:31 Sam James
2022-08-19 23:00 Sam James
2021-08-04  9:01 Sergei Trofimovich
2021-06-05 10:50 Sergei Trofimovich
2020-09-26  9:00 Sergei Trofimovich
2020-03-23 23:58 Sergei Trofimovich
2020-01-29 20:16 Sergei Trofimovich
2019-12-28 16:22 Sergei Trofimovich
2019-12-28 16:22 Sergei Trofimovich
2018-09-21  7:00 Sergei Trofimovich
2018-02-10 18:19 Sergei Trofimovich
2017-01-19 14:14 Mike Frysinger
2017-01-19 14:14 Mike Frysinger
2016-06-18 18:08 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox