public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/
Date: Mon,  4 Jun 2018 01:12:33 +0000 (UTC)	[thread overview]
Message-ID: <1528074742.e0742b56714f323bc289a3ce37249d16d3ef8944.bman@gentoo> (raw)

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
-}


             reply	other threads:[~2018-06-04  1:12 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528074742.e0742b56714f323bc289a3ce37249d16d3ef8944.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox