public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2022-10-08 19:52 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-08 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7c05fc02f2a8db0d3f8c4385f591965f397461a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 19:50:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 19:51:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c05fc02

sci-calculators/tiemu: fix DeprecatedEclass (eutils)

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

 sci-calculators/tiemu/tiemu-3.03-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
index 518e6840d162..62b0cee3d4f5 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+inherit desktop
 
 DESCRIPTION="Texas Instruments hand-helds emulator"
 HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2024-03-29 18:47 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-03-29 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     001eac07cf2ed466d899c618b432805ae6e091a2
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 29 06:07:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 18:45:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001eac07

sci-calculators/tiemu: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/862381
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/tiemu/tiemu-3.03-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
index ff146a5fd377..817fd4efec30 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit desktop
+inherit desktop flag-o-matic
 
 DESCRIPTION="Texas Instruments hand-helds emulator"
 HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/"
@@ -45,6 +45,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/862381
+	filter-lto
+
 	econf \
 		--disable-rpath \
 		--disable-debugger \


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2022-12-26 15:49 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-12-26 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7ac63d7e4634475751415583dc95dedc4700a653
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:48:38 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:48:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac63d7e

sci-calculators/tiemu: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{tiemu-3.03-r1.ebuild => tiemu-3.03-r2.ebuild}      | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
similarity index 89%
rename from sci-calculators/tiemu/tiemu-3.03-r1.ebuild
rename to sci-calculators/tiemu/tiemu-3.03-r2.ebuild
index 62b0cee3d4f5..ef5c95e0d072 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit desktop
 
 DESCRIPTION="Texas Instruments hand-helds emulator"
@@ -13,21 +14,22 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="dbus nls sdl threads xinerama"
 
-RDEPEND="sci-libs/libticables2
+RDEPEND="
+	gnome-base/libglade:2.0
+	sci-libs/libticables2
 	sci-libs/libticalcs2
 	sci-libs/libtifiles2
 	sci-libs/libticonv
-	gnome-base/libglade:2.0
 	x11-libs/gtk+:2
 	dbus? ( >=dev-libs/dbus-glib-0.60 )
 	nls? ( virtual/libintl )
 	sdl? ( media-libs/libsdl )
 	xinerama? ( x11-libs/libXinerama )"
-
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
 	xinerama? ( x11-base/xorg-proto )"
+BDEPEND="
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch
@@ -57,7 +59,8 @@ src_configure() {
 
 src_install() {
 	default
-	rm -f "${ED%/}"/usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} || die
+
+	rm -f "${ED}"/usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} || die
 	make_desktop_entry tiemu "TiEmu Calculator" \
 		"${EPREFIX}"/usr/share/tiemu/pixmaps/icon.xpm
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2022-07-30 23:32 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-07-30 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     fae50d572b66004f213595aa14e5b858d32c8671
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 21:29:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 22:19:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae50d57

sci-calculators/tiemu: add sourceforge upstream metadata

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

 sci-calculators/tiemu/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-calculators/tiemu/metadata.xml b/sci-calculators/tiemu/metadata.xml
index d37cd1edbd58..09340584d2f9 100644
--- a/sci-calculators/tiemu/metadata.xml
+++ b/sci-calculators/tiemu/metadata.xml
@@ -12,4 +12,7 @@
 		based on UAE (the Universal Amiga Emulator). It was deeply
 		reworked and improved thus it's very different now.
 	</longdescription>
+	<upstream>
+		<remote-id type="sourceforge">gtktiemu</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2018-05-22  1:19 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2018-05-22  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d8219b264c5ad014ab17b636c4ab3034120f0a4f
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue May 22 00:20:06 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 22 01:05:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8219b26

sci-calculators/tiemu: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 sci-calculators/tiemu/tiemu-3.03-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
index 4b7d7fcc459..7be3aee95f0 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="sci-libs/libticables2
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	nls? ( sys-devel/gettext )
-	xinerama? ( x11-proto/xineramaproto )"
+	xinerama? ( x11-base/xorg-proto )"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/
@ 2016-10-21 18:50 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2016-10-21 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cad060eb795eee4b3dd089bbbe08c4acd53a3a3f
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Oct 21 09:11:47 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 18:49:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad060eb

sci-calculators/tiemu: Removing tiemu-3.03 (EAPI 4)

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2618

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-calculators/tiemu/tiemu-3.03.ebuild | 61 ---------------------------------
 1 file changed, 61 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild
deleted file mode 100644
index 730bde9..00000000
--- a/sci-calculators/tiemu/tiemu-3.03.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Texas Instruments hand-helds emulator"
-HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/"
-SRC_URI="http://repo.calcforge.org/debian/source/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus nls sdl threads xinerama"
-
-RDEPEND="sci-libs/libticables2
-	sci-libs/libticalcs2
-	sci-libs/libtifiles2
-	sci-libs/libticonv
-	gnome-base/libglade:2.0
-	x11-libs/gtk+:2
-	dbus? ( >=dev-libs/dbus-glib-0.60 )
-	nls? ( virtual/libintl )
-	sdl? ( media-libs/libsdl )
-	xinerama? ( x11-libs/libXinerama )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-	xinerama? ( x11-proto/xineramaproto )"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch \
-		"${FILESDIR}"/${P}-r2820.patch
-
-	# Don't use GTK_DISABLE_DEPRECATED flags
-	sed 's:-DGTK_DISABLE_DEPRECATED::g' -i configure.ac configure || die
-}
-
-src_configure() {
-	econf \
-		--disable-rpath \
-		--disable-debugger \
-		--disable-gdb \
-		$(use_enable nls) \
-		$(use_enable sdl sound) \
-		$(use_enable threads) \
-		$(use_enable threads threading) \
-		$(use_with dbus) \
-		--without-kde \
-		$(use_with xinerama)
-}
-
-src_install() {
-	default
-	rm -f "${ED}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
-	make_desktop_entry tiemu "TiEmu Calculator" \
-		"${EPREFIX}"/usr/share/tiemu/pixmaps/icon.xpm
-}


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

end of thread, other threads:[~2024-03-29 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-08 19:52 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tiemu/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29 18:47 Sam James
2022-12-26 15:49 David Seifert
2022-07-30 23:32 Sam James
2018-05-22  1:19 Matt Turner
2016-10-21 18:50 David Seifert

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