public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ikarus/, dev-scheme/ikarus/files/
@ 2018-04-30 14:58 Mikle Kolyada
  0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-04-30 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b1e3d14d82bfe4cc9f1da033aece8e3d6b1b6a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 30 14:57:12 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 30 14:57:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b1e3d1

dev-scheme/ikarus: remove last rited package

 dev-scheme/ikarus/Manifest                         |  1 -
 .../files/ikarus-0.0.3_p1870-cpu_has_sse2.patch    | 12 -----
 .../files/ikarus-0.0.3_p1870-ikarus-enter.patch    | 13 -----
 dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild        | 63 ----------------------
 dev-scheme/ikarus/metadata.xml                     | 13 -----
 5 files changed, 102 deletions(-)

diff --git a/dev-scheme/ikarus/Manifest b/dev-scheme/ikarus/Manifest
deleted file mode 100644
index 9b89acb4d41..00000000000
--- a/dev-scheme/ikarus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ikarus-scheme-r1870.tgz 9397981 BLAKE2B 21a3e513edf0dc322e113bab2c186331504a5a127e7557419724c19bed282a9f61ec2bffae27c5adebdd1a7b4bfd8782a04f2e7410293d64ea1bfe74e2ba6d55 SHA512 5ab962c7234c7417d3898d467c6c876cc7891a2288c1dc7a6002076de382f90c41cf277a1798639395dd69262fecd304b7a1024f47e2209049fc2265bd9d938d

diff --git a/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch b/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch
deleted file mode 100644
index d66989671e3..00000000000
--- a/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/cpu_has_sse2.S	2008-01-29 04:44:10.000000000 +0000
-+++ b/src/cpu_has_sse2.S	2008-05-31 18:29:00.000000000 +0000
-@@ -13,6 +13,9 @@
- #  You should have received a copy of the GNU General Public License
- #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
- 
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
- 
- .text
- .globl cpu_has_sse2

diff --git a/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch b/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch
deleted file mode 100644
index 2bdd780d749..00000000000
--- a/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/ikarus-enter.S	2008-01-29 04:44:17.000000000 +0000
-+++ b/src/ikarus-enter.S	2008-05-31 18:28:09.000000000 +0000
-@@ -13,7 +13,9 @@
- #  You should have received a copy of the GNU General Public License
- #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
- 
--
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
- 
- .text
- .globl ik_asm_enter

diff --git a/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild b/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild
deleted file mode 100644
index 7867078131b..00000000000
--- a/dev-scheme/ikarus/ikarus-0.0.3_p1870.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils flag-o-matic autotools versionator
-
-MY_PV=$(get_version_component_range 4-)
-MY_PV=${MY_PV/p/}
-
-MY_P=${PN}-scheme-r${MY_PV}
-
-DESCRIPTION="A free optimizing incremental native-code compiler for R6RS Scheme"
-HOMEPAGE="http://ikarus-scheme.org/"
-SRC_URI="http://ikarus-scheme.org/ikarus.dev/${MY_P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="-* ~x86"
-IUSE="cpu_flags_x86_sse2 doc"
-
-RDEPEND=">=dev-libs/gmp-4.2.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	sed -i -e 's/-O3//' configure.ac || die
-	epatch "${FILESDIR}/${P}-cpu_has_sse2.patch"
-	epatch "${FILESDIR}/${P}-ikarus-enter.patch"
-
-	eautoreconf
-}
-
-src_compile() {
-	if use !cpu_flags_x86_sse2; then \
-		eerror "You must have a processor who supports \
-		SSE2 instructions" && die
-	fi
-
-	append-flags "-std=gnu99"
-
-	emake || die "emake failed"
-}
-
-src_test() {
-	cd benchmarks
-	make benchall || die "Tests failed"
-	if [ -e timelog ]
-	then
-		cat timelog || die "stdout test logs failed."
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	rm -Rf "${D}/usr/share"
-	dodoc README ACKNOWLEDGMENTS || die "dodoc failed"
-	if use doc; then
-		dodoc doc/*.pdf || die "dodoc failed"
-	fi
-}

diff --git a/dev-scheme/ikarus/metadata.xml b/dev-scheme/ikarus/metadata.xml
deleted file mode 100644
index 29109d7672e..00000000000
--- a/dev-scheme/ikarus/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>scheme@gentoo.org</email>
-		<name>Gentoo Scheme Project</name>
-	</maintainer>
-	<longdescription lang="en">
-		Ikarus Scheme is a free optimizing incremental native-code compiler for
-		Scheme as specified in the Revised-6 Report on the Algorithmic Language
-		Scheme.
-	</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-30 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 14:58 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ikarus/, dev-scheme/ikarus/files/ Mikle Kolyada

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