public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
@ 2018-06-04  1:12 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-06-04  1:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e0742b56714f323bc289a3ce37249d16d3ef8944
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 19:01:34 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun  4 01:12:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0742b56

dev-lang/snobol: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/snobol/Manifest              |  2 --
 dev-lang/snobol/snobol-0.99.4.ebuild  | 47 -------------------------------
 dev-lang/snobol/snobol-0.99.44.ebuild | 53 -----------------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-lang/snobol/Manifest b/dev-lang/snobol/Manifest
index 2fb454981b5..140f755bfb8 100644
--- a/dev-lang/snobol/Manifest
+++ b/dev-lang/snobol/Manifest
@@ -1,4 +1,2 @@
-DIST snobol-0.99.4.tar.gz 388020 BLAKE2B 18c649923ca907b657e638a3c45e390044a462c3ef88fa69b3688436af94288ba98556d9bf9e0cb26ebcf4941ecf18f015848f17b29ac54bc4e83cc98c25ee9d SHA512 4333c83302363ed47dd98318add93b584b67b8b38bdf01f9dd38981b7711978b5dbec71e9e4aa964e82a35700a927650d3abd3e3074651ab02a7021973af1a6c
-DIST snobol4-0.99.44.tar.gz 528205 BLAKE2B 09e967db4348d84d1227b02832ddcaf0e5ef3dd2230d4635d680f85fa8fdb9b6f8c9897a883612baac934909523bc880034e1d85001e79eb099c8538b0377839 SHA512 46ffd03e4f392c7e7cb2a532b0ab6536750c57c78284bb02fa15a0a3a0166adb60779e068c3baf542d81cb01b7cd881d952ad4ecb9cf50a9c109e3b68e292720
 DIST snobol4-1.1.tar.gz 677333 BLAKE2B a6ccecaa66657438b2c05dfca9f7db95270b4d1a3502ad06c8d217d50d54ac33b0195eb8b2e045ac0b6c49c19a5bf3ee46e4a35b45555d67fc669317c7a5db2b SHA512 ae8482bc64f3d9020dc4d7e390296114e7498ef2764ebb69b6c4960d0c1b01daf4d77dff1aa583231a7f50d4c54f7f72cedc3e4744b03f4b2370fa6de837a3cc
 DIST snobol4-1.4.1.tar.gz 736837 BLAKE2B bb86d2cd3788ad66b7246d86ebd9f289189f5bd059238d2df3fb621aa4a1e910a8ad029f482077eb78916a84c3a28d868e8ac6eef83b48d7f09a8964c57a855d SHA512 5413af10018141e93f05c9ea637711bb3981f2b67557691d05dde8911178d90900f0fdef6c1d2416ebdda6afeeabd21b9e371b6711b2d093df629cc865fc61f9

diff --git a/dev-lang/snobol/snobol-0.99.4.ebuild b/dev-lang/snobol/snobol-0.99.4.ebuild
deleted file mode 100644
index 33400a06921..00000000000
--- a/dev-lang/snobol/snobol-0.99.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
-HOMEPAGE="http://www.snobol4.org/csnobol4/"
-SRC_URI="mirror://snobol4/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-devel/gcc
-		sys-devel/m4"
-RDEPEND=""
-
-src_unpack() {
-	unpack ${A}
-	sed '/autoconf/s:autoconf:./autoconf:g' -i ${S}/configure
-	echo "OPT=${CFLAGS}" >${S}/local-config
-	echo "ADD_CPPFLAGS(-DUSE_STDARG_H)" >>${S}/local-config
-	echo "BINDEST=/usr/bin/snobol4" >>${S}/local-config
-	echo "MANDEST=/usr/share/man/man4/snobol4.1" >>${S}/local-config
-	echo "SNOLIB_DIR=/usr/lib/snobol4" >>${S}/local-config
-}
-
-src_compile() {
-	# WARNING
-	# The configure script is NOT what you expect
-	emake || die "emake failed"
-	emake doc/snobol4.1 || die "emake doc/snobol4.1 failed"
-}
-
-src_install() {
-	into /usr
-	newbin xsnobol4 snobol4
-	dodir /usr/lib/snobol4
-	insinto /usr/lib/snobol4
-	doins snolib.a snolib/bq.sno
-
-	doman doc/*.1
-	dohtml doc/*.html
-	rm doc/*.html
-	dodoc doc/*.ps doc/*.doc
-}

diff --git a/dev-lang/snobol/snobol-0.99.44.ebuild b/dev-lang/snobol/snobol-0.99.44.ebuild
deleted file mode 100644
index 62344ab43a1..00000000000
--- a/dev-lang/snobol/snobol-0.99.44.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
-HOMEPAGE="http://www.snobol4.org/csnobol4/"
-#SRC_URI="mirror://snobol4/${P}.tar.gz"
-MY_PN="snobol4"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="ftp://ftp.snobol4.org/snobol4/beta/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-devel/gcc
-		sys-devel/m4"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-	unpack ${A}
-	sed '/autoconf/s:autoconf:./autoconf:g' -i ${S}/configure
-	echo "ADD_OPT([${CFLAGS}])" >>${S}/local-config
-	echo "ADD_CPPFLAGS([-DUSE_STDARG_H])" >>${S}/local-config
-	echo "ADD_CPPFLAGS([-DHAVE_STDARG_H])" >>${S}/local-config
-	echo "BINDEST=/usr/bin/snobol4" >>${S}/local-config
-	echo "MANDEST=/usr/share/man/man4/snobol4.1" >>${S}/local-config
-	echo "SNOLIB_DIR=/usr/lib/snobol4" >>${S}/local-config
-}
-
-src_compile() {
-	# WARNING
-	# The configure script is NOT what you expect
-	emake || die "emake failed"
-	emake doc/snobol4.1 || die "emake doc/snobol4.1 failed"
-}
-
-src_install() {
-	into /usr
-	newbin xsnobol4 snobol4
-	dodir /usr/lib/snobol4
-	insinto /usr/lib/snobol4
-	doins snolib.a snolib/bq.sno
-
-	doman doc/*.1
-	dohtml doc/*.html
-	rm doc/*.html
-	dodoc doc/*.ps doc/*.doc doc/*.txt doc/*.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
@ 2019-10-07 19:33 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-07 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     32b68006f88f0c640a2c099afd208f42033051e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 10:20:29 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 19:32:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b68006

dev-lang/snobol: Inline mirror://snobol4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/snobol/snobol-1.1.ebuild   | 2 +-
 dev-lang/snobol/snobol-1.4.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/snobol/snobol-1.1.ebuild b/dev-lang/snobol/snobol-1.1.ebuild
index 194e67486d8..562b03b8eec 100644
--- a/dev-lang/snobol/snobol-1.1.ebuild
+++ b/dev-lang/snobol/snobol-1.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.snobol4.org/csnobol4/"
 MY_PN="snobol4"
 MY_P="${MY_PN}-${PV}"
 #SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz"
-SRC_URI="mirror://snobol4/${MY_P}.tar.gz"
+SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"

diff --git a/dev-lang/snobol/snobol-1.4.1.ebuild b/dev-lang/snobol/snobol-1.4.1.ebuild
index bf9f75eca7c..3e9ecb94905 100644
--- a/dev-lang/snobol/snobol-1.4.1.ebuild
+++ b/dev-lang/snobol/snobol-1.4.1.ebuild
@@ -7,7 +7,7 @@ MY_P="${PN}4-${PV}"
 
 DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
 HOMEPAGE="http://www.snobol4.org/csnobol4/"
-SRC_URI="mirror://snobol4/${MY_P}.tar.gz"
+SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
@ 2020-09-25 19:00 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2020-09-25 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5142aefc9b5ce025652378e4ef6fdf1a8432c094
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:00:07 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:00:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5142aefc

dev-lang/snobol: drop old EAPI=4

Closes: https://bugs.gentoo.org/740948
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-lang/snobol/Manifest          |  1 -
 dev-lang/snobol/snobol-1.1.ebuild | 59 ---------------------------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/snobol/Manifest b/dev-lang/snobol/Manifest
index 140f755bfb8..18fe12f909b 100644
--- a/dev-lang/snobol/Manifest
+++ b/dev-lang/snobol/Manifest
@@ -1,2 +1 @@
-DIST snobol4-1.1.tar.gz 677333 BLAKE2B a6ccecaa66657438b2c05dfca9f7db95270b4d1a3502ad06c8d217d50d54ac33b0195eb8b2e045ac0b6c49c19a5bf3ee46e4a35b45555d67fc669317c7a5db2b SHA512 ae8482bc64f3d9020dc4d7e390296114e7498ef2764ebb69b6c4960d0c1b01daf4d77dff1aa583231a7f50d4c54f7f72cedc3e4744b03f4b2370fa6de837a3cc
 DIST snobol4-1.4.1.tar.gz 736837 BLAKE2B bb86d2cd3788ad66b7246d86ebd9f289189f5bd059238d2df3fb621aa4a1e910a8ad029f482077eb78916a84c3a28d868e8ac6eef83b48d7f09a8964c57a855d SHA512 5413af10018141e93f05c9ea637711bb3981f2b67557691d05dde8911178d90900f0fdef6c1d2416ebdda6afeeabd21b9e371b6711b2d093df629cc865fc61f9

diff --git a/dev-lang/snobol/snobol-1.1.ebuild b/dev-lang/snobol/snobol-1.1.ebuild
deleted file mode 100644
index 562b03b8eec..00000000000
--- a/dev-lang/snobol/snobol-1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
-HOMEPAGE="http://www.snobol4.org/csnobol4/"
-MY_PN="snobol4"
-MY_P="${MY_PN}-${PV}"
-#SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz"
-SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-devel/gcc
-		sys-devel/m4"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	#export CFLAGS="-O0 -pipe"
-	sed -i.orig -e '/autoconf/s:autoconf:./autoconf:g' \
-		-e '/ADD_LDFLAGS/s/-ldb/-lndbm/' \
-		"${S}"/configure
-	echo "ADD_OPT([${CFLAGS}])" >>${S}/local-config
-	echo "ADD_CPPFLAGS([-DUSE_STDARG_H])" >>${S}/local-config
-	echo "ADD_CPPFLAGS([-DHAVE_STDARG_H])" >>${S}/local-config
-	echo "BINDEST=${EPREFIX}/usr/bin/snobol4" >>${S}/local-config
-	echo "MANDEST=${EPREFIX}/usr/share/man/man4/snobol4.1" >>${S}/local-config
-	echo "SNOLIB_DIR=${EPREFIX}/usr/lib/snobol4" >>${S}/local-config
-}
-
-src_configure() {
-	# WARNING
-	# The configure script is NOT what you expect
-	:
-}
-
-src_compile() {
-	emake
-	emake doc/snobol4.1
-}
-
-src_install() {
-	into /usr
-	newbin xsnobol4 snobol4
-	dodir /usr/lib/snobol4
-	insinto /usr/lib/snobol4
-	doins snolib.a snolib/bq.sno
-
-	doman doc/*.1
-	dohtml doc/*.html
-	rm doc/*.html
-	dodoc doc/*.ps doc/*.txt doc/*.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
@ 2024-03-06  6:19 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-06  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4bac358c255aff8797ccf23cef5b928390e38695
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 06:15:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 06:15:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bac358c

dev-lang/snobol: filter LTO, no SA

Dead upstream HOMEPAGE.

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

 dev-lang/snobol/snobol-1.4.1-r1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-lang/snobol/snobol-1.4.1-r1.ebuild b/dev-lang/snobol/snobol-1.4.1-r1.ebuild
index d213113e1228..2f1b55d3d530 100644
--- a/dev-lang/snobol/snobol-1.4.1-r1.ebuild
+++ b/dev-lang/snobol/snobol-1.4.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 MY_P="${PN}4-${PV}"
 DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
@@ -25,6 +25,11 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
 
 src_prepare() {
 	default
+
+	# bug #855650
+	append-flags -fno-strict-aliasing
+	filter-lto
+
 	sed -i -e '/autoconf/s:autoconf:./autoconf:g' configure || die
 	sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' Makefile2.m4 || die
 	echo "ADD_OPT([${CFLAGS}])" >> local-config || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
@ 2024-10-06 18:36 Robin H. Johnson
  0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson @ 2024-10-06 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fc7b0341af21a2c1b2bbc105977c916cb75a752b
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 18:36:24 2024 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 18:36:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b0341

dev-lang/snobol: QA: VariableOrderWrong

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 dev-lang/snobol/snobol-1.4.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lang/snobol/snobol-1.4.1-r1.ebuild b/dev-lang/snobol/snobol-1.4.1-r1.ebuild
index 2f1b55d3d530..db585fed563d 100644
--- a/dev-lang/snobol/snobol-1.4.1-r1.ebuild
+++ b/dev-lang/snobol/snobol-1.4.1-r1.ebuild
@@ -9,6 +9,7 @@ MY_P="${PN}4-${PV}"
 DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
 HOMEPAGE="http://www.snobol4.org/csnobol4/"
 SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -19,8 +20,6 @@ DEPEND="sys-libs/gdbm[berkdb]"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/m4"
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
 
 src_prepare() {


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

end of thread, other threads:[~2024-10-06 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  6:19 [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 18:36 Robin H. Johnson
2020-09-25 19:00 Aaron Bauman
2019-10-07 19:33 Michał Górny
2018-06-04  1:12 Aaron Bauman

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