public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2017-01-14 19:16 Amy Liffey
  0 siblings, 0 replies; 9+ messages in thread
From: Amy Liffey @ 2017-01-14 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a631ed2d74f6e17ced4fa334357d3320ddd612dd
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 19:14:33 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 19:15:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a631ed2d

dev-scheme/ypsilon: add missing dep bug #514610

Package-Manager: portage-2.3.0

 dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
index 52be798..52a56a7 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -15,10 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples threads"
 
-DEPEND=""
+DEPEND="app-arch/cpio"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-asneeded.patch
@@ -28,13 +28,13 @@ src_compile() {
 	use threads && append-flags "-pthread"
 
 	emake PREFIX="/usr" CXX="$(tc-getCXX)" \
-		CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS"  || die "emake failed"
+		CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS"
 }
 
 src_install() {
-	emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed"
+	emake PREFIX="/usr" DESTDIR="${D}" install
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
-		doins example/* || die "Failed to install examples"
+		doins example/*
 	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2017-11-25 14:19 Patrick Lauer
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a1bc470446bbc0bc406f3d5c9465d5e207a22490
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:09:56 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:19:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bc4704

dev-scheme/ypsilon: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
index 39a0e85c9e0..e68eb684fb6 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 
 inherit eutils flag-o-matic toolchain-funcs


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-08-27  3:03 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-27  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     58c008c27ebc84777118ae8424ff34e1e93f4f7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 03:01:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 03:02:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c008c2

dev-scheme/ypsilon: respect AS

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

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 83a06545d05..214166c274d 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -33,6 +33,7 @@ src_compile() {
 
 	emake \
 		PREFIX="${EPREFIX}/usr" \
+		AS="$(tc-getAS)" \
 		CXX="$(tc-getCXX)" \
 		CPPFLAGS="${CPPFLAGS}" \
 		CXXFLAGS="${CXXFLAGS}" \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-08-27  3:04 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-27  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     00defd94ee96cb2b94c80c1b76bab829cd9e34ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 03:03:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 03:03:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00defd94

dev-scheme/ypsilon: fix DeprecatedInsinto

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

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 214166c274d..2d202116658 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -44,7 +44,7 @@ src_install() {
 	emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
 
 	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins example/*
+		docinto examples
+		dodoc example/*
 	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-10-28 13:45 Akinori Hattori
  0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2021-10-28 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     29def297119cf0c695d87017a4f43b11ba4548ff
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:44:48 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:45:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29def297

dev-scheme/ypsilon: drop threads USE flag

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
index ee62dd3b6fe..552d06b8242 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="examples threads"
+IUSE="examples"
 
 RDEPEND="app-arch/cpio"
 DEPEND="${RDEPEND}"
@@ -28,7 +28,7 @@ PATCHES=(
 src_prepare() {
 	default
 
-	use threads && append-flags -pthread
+	append-flags -pthread
 	# fix build with >=sys-devel/gcc-11, bug #787866
 	sed -i "/^CPPFLAGS/s/=/= -DNO_TLS/" Makefile
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-10-28 13:45 Akinori Hattori
  0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2021-10-28 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a3e73595b5c1d9149c2f9a661101f83a649ea299
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:40:09 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:45:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e73595

dev-scheme/ypsilon: tidy

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 2d202116658..8c87df47192 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -6,31 +6,34 @@ EAPI=7
 inherit flag-o-matic toolchain-funcs
 
 MY_P="${P/_p/.update}"
+
 DESCRIPTION="R6RS-compliant Scheme implementation for real-time applications"
 HOMEPAGE="https://code.google.com/p/ypsilon/"
 SRC_URI="https://ypsilon.googlecode.com/files/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples threads"
 
-DEPEND="app-arch/cpio"
-RDEPEND="${DEPEND}"
+RDEPEND="app-arch/cpio"
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-asneeded.patch
 	"${FILESDIR}"/${P}-clang-cflags.patch
 )
 
-src_compile() {
-	use threads && append-flags "-pthread"
+src_prepare() {
+	default
 
-	# Fix build failure with GCC 11
-	# bug #787866
+	use threads && append-flags -pthread
+	# fix build with >=sys-devel/gcc-11, bug #787866
 	append-cppflags -DNO_TLS
+}
 
+src_compile() {
 	emake \
 		PREFIX="${EPREFIX}/usr" \
 		AS="$(tc-getAS)" \
@@ -41,7 +44,10 @@ src_compile() {
 }
 
 src_install() {
-	emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+	emake \
+		PREFIX="${EPREFIX}/usr" \
+		DESTDIR="${D}" \
+		install
 
 	if use examples; then
 		docinto examples


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-10-28 13:45 Akinori Hattori
  0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2021-10-28 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4b3f6274b8f2ff44ecee1daefa5ab7d500ba378a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:43:42 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:45:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f6274

dev-scheme/ypsilon: fix tests

Closes: https://bugs.gentoo.org/810646
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 .../ypsilon/{ypsilon-0.9.6_p3-r1.ebuild => ypsilon-0.9.6_p3-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
similarity index 95%
rename from dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
rename to dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
index d23b6adb8f3..ee62dd3b6fe 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 
 	use threads && append-flags -pthread
 	# fix build with >=sys-devel/gcc-11, bug #787866
-	append-cppflags -DNO_TLS
+	sed -i "/^CPPFLAGS/s/=/= -DNO_TLS/" Makefile
 }
 
 src_compile() {
@@ -38,7 +38,6 @@ src_compile() {
 		PREFIX="${EPREFIX}/usr" \
 		AS="$(tc-getAS)" \
 		CXX="$(tc-getCXX)" \
-		CPPFLAGS="${CPPFLAGS}" \
 		CXXFLAGS="${CXXFLAGS}" \
 		LDFLAGS="${LDFLAGS}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2021-10-28 13:45 Akinori Hattori
  0 siblings, 0 replies; 9+ messages in thread
From: Akinori Hattori @ 2021-10-28 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     28bf9782f26a57699bfdefcd129d12d6b0b4b2e9
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:42:16 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:45:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bf9782

dev-scheme/ypsilon: update HOMEPAGE and SRC_URI

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/ypsilon/metadata.xml               | 8 +++++---
 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-scheme/ypsilon/metadata.xml b/dev-scheme/ypsilon/metadata.xml
index 527ebea54e2..ca64a62109a 100644
--- a/dev-scheme/ypsilon/metadata.xml
+++ b/dev-scheme/ypsilon/metadata.xml
@@ -5,9 +5,11 @@
 		<email>scheme@gentoo.org</email>
 		<name>Gentoo Scheme Project</name>
 	</maintainer>
-	<longdescription lang="en">Ypsilon is the implementation of Scheme Programming Language, which conforms
-		to the latest standard R6RS.</longdescription>
+	<longdescription lang="en">
+		Ypsilon is the implementation of Scheme Programming Language, which conforms
+		to the latest standard R6RS.
+	</longdescription>
 	<upstream>
-		<remote-id type="google-code">ypsilon</remote-id>
+		<remote-id type="github">fujita-y/ypsilon</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 8c87df47192..d23b6adb8f3 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -8,8 +8,8 @@ inherit flag-o-matic toolchain-funcs
 MY_P="${P/_p/.update}"
 
 DESCRIPTION="R6RS-compliant Scheme implementation for real-time applications"
-HOMEPAGE="https://code.google.com/p/ypsilon/"
-SRC_URI="https://ypsilon.googlecode.com/files/${MY_P}.tar.gz"
+HOMEPAGE="http://www.littlewingpinball.com/doc/en/ypsilon"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
@ 2024-03-17  6:34 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-03-17  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8dce0931582160b74deff4e2aa407f33fa712f24
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 05:39:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:34:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dce0931

dev-scheme/ypsilon: mark as LTO-unsafe, strict-aliasing unsafe

If someone cares about this ancient 2008 package, there's a new 2.0.8
version from 2022 which may or may not have fixed the issue. It's a
non-trivial update and I don't do scheme.

Do enough to unblock the LTO tracker.

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

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
index 5dea3a7bde37..75550544e519 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
@@ -31,6 +31,16 @@ src_prepare() {
 	append-flags -pthread
 	# fix build with >=sys-devel/gcc-11, bug #787866
 	sed -i "/^CPPFLAGS/s/=/= -DNO_TLS/" Makefile
+
+	# -Werror=strict-aliasing
+	# https://bugs.gentoo.org/858257
+	#
+	# There is an upstream update to 2.0.8 (lotta new versions!) but it changes
+	# way too much to trivially update. The issue may or may not be fixed.
+	# Before multiple other things bombed out, the erroring source file
+	# *seemed* to compile ok.
+	append-flags -fno-strict-aliasing
+	filter-lto
 }
 
 src_compile() {


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

end of thread, other threads:[~2024-03-17  6:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-28 13:45 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2024-03-17  6:34 Sam James
2021-10-28 13:45 Akinori Hattori
2021-10-28 13:45 Akinori Hattori
2021-10-28 13:45 Akinori Hattori
2021-08-27  3:04 Sam James
2021-08-27  3:03 Sam James
2017-11-25 14:19 Patrick Lauer
2017-01-14 19:16 Amy Liffey

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