* [gentoo-commits] repo/proj/guru:master commit in: app-eselect/eselect-scheme/files/, app-eselect/eselect-scheme/
@ 2021-10-08 19:05 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2021-10-08 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 7ce4e840bcd29778e1132a9d54223ec568ac008f
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Oct 7 19:52:31 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 19:54:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ce4e840
app-eselect/eselect: removal
right now it is unneeded and when we will have
to introduce it will be probably more complex
to cover different RxRS standards
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
.../eselect-scheme/eselect-scheme-3.1.0.ebuild | 29 ----------------
.../eselect-scheme/files/scheme.eselect-3.1.0 | 39 ----------------------
app-eselect/eselect-scheme/metadata.xml | 8 -----
3 files changed, 76 deletions(-)
diff --git a/app-eselect/eselect-scheme/eselect-scheme-3.1.0.ebuild b/app-eselect/eselect-scheme/eselect-scheme-3.1.0.ebuild
deleted file mode 100644
index e2f816be0..000000000
--- a/app-eselect/eselect-scheme/eselect-scheme-3.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Manages scheme implementations"
-HOMEPAGE="https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-eselect/eselect-scheme?h=dev"
-SRC_URI=""
-
-RESTRICT="mirror"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=app-eselect/eselect-lib-bin-symlink-0.1.1
-"
-DEPEND="${RDEPEND}"
-
-S="${FILESDIR}"
-
-src_install() {
- insinto "/usr/share/eselect/modules"
- newins "scheme.eselect-${PV}" "scheme.eselect"
-}
-
-pkg_postinst() {
- eselect scheme update --if-unset
-}
diff --git a/app-eselect/eselect-scheme/files/scheme.eselect-3.1.0 b/app-eselect/eselect-scheme/files/scheme.eselect-3.1.0
deleted file mode 100644
index f17e53971..000000000
--- a/app-eselect/eselect-scheme/files/scheme.eselect-3.1.0
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-
-DESCRIPTION="Manages scheme implementations"
-MAINTAINER="xgqt@riseup.net"
-VERSION="2.0.0"
-
-SYMLINK_DESCRIPTION="default scheme"
-SYMLINK_PATH="/usr/bin/scheme"
-SYMLINK_TARGETS=(
- chezscheme # chezscheme
- chibi-scheme # chibi
- chicken csi # chicken
- cyclone icyc # cyclone
- elk # elk
- escm # escm
- gosh # gauche
- gsi # gambit
- guile # guile
- gxi # gerbil
- jscheme # jscheme
- plt-r5rs racket # racket
- scheme48 # scheme48
- scm # scm
- stklos # stklos
- tinyscheme # tinyscheme
- ypsilon # ypsilon
-)
-
-
-inherit bin-symlink
-
-do_unset() {
- rm -f "${SYMLINK_PATH}"
-}
diff --git a/app-eselect/eselect-scheme/metadata.xml b/app-eselect/eselect-scheme/metadata.xml
deleted file mode 100644
index 8a21de083..000000000
--- a/app-eselect/eselect-scheme/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-eselect/eselect-scheme/files/, app-eselect/eselect-scheme/
@ 2021-02-09 14:46 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-02-09 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 0acdf21b6279af5153374b1ffcbb87316c55131c
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 8 01:07:27 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 8 01:07:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0acdf21b
app-eselect/eselect-scheme: new pkg; add 1.0.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
.../eselect-scheme/eselect-scheme-1.0.0.ebuild | 29 +++++++++++++++++++++
.../eselect-scheme/files/scheme.eselect-1.0.0 | 30 ++++++++++++++++++++++
app-eselect/eselect-scheme/metadata.xml | 8 ++++++
3 files changed, 67 insertions(+)
diff --git a/app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild b/app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild
new file mode 100644
index 00000000..e2f816be
--- /dev/null
+++ b/app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Manages scheme implementations"
+HOMEPAGE="https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-eselect/eselect-scheme?h=dev"
+SRC_URI=""
+
+RESTRICT="mirror"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=app-eselect/eselect-lib-bin-symlink-0.1.1
+"
+DEPEND="${RDEPEND}"
+
+S="${FILESDIR}"
+
+src_install() {
+ insinto "/usr/share/eselect/modules"
+ newins "scheme.eselect-${PV}" "scheme.eselect"
+}
+
+pkg_postinst() {
+ eselect scheme update --if-unset
+}
diff --git a/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0 b/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0
new file mode 100644
index 00000000..41ea7553
--- /dev/null
+++ b/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+
+DESCRIPTION="Manages scheme implementations"
+MAINTAINER="xgqt@protonmail.com"
+VERSION="1.0.0"
+
+SYMLINK_DESCRIPTION="default scheme implementations"
+SYMLINK_PATH="/usr/bin/scheme"
+SYMLINK_TARGETS=(
+ chezscheme chicken
+ elk escm
+ gsi gxi
+ jscheme
+ racket
+ scheme48 scm
+ tinyscheme
+ ypsilon
+)
+
+
+inherit bin-symlink
+
+do_unset() {
+ rm -f "${SYMLINK_PATH}"
+}
diff --git a/app-eselect/eselect-scheme/metadata.xml b/app-eselect/eselect-scheme/metadata.xml
new file mode 100644
index 00000000..0fc8922a
--- /dev/null
+++ b/app-eselect/eselect-scheme/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@protonmail.com</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-08 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-08 19:05 [gentoo-commits] repo/proj/guru:master commit in: app-eselect/eselect-scheme/files/, app-eselect/eselect-scheme/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2021-02-09 14:46 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox