Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/owl-lisp/
Date: Sun, 28 Nov 2021 22:26:27
Message-Id: 1638138363.9f578af3dc8cc8c038a0cc85a96d88343ebc7b9f.xgqt@gentoo
1 commit: 9f578af3dc8cc8c038a0cc85a96d88343ebc7b9f
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 22:26:03 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 22:26:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f578af3
7
8 dev-scheme: moved owl-lisp to ::gentoo
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 dev-scheme/owl-lisp/Manifest | 1 -
13 dev-scheme/owl-lisp/metadata.xml | 18 -------------
14 dev-scheme/owl-lisp/owl-lisp-0.2.ebuild | 43 --------------------------------
15 dev-scheme/owl-lisp/owl-lisp-9999.ebuild | 43 --------------------------------
16 4 files changed, 105 deletions(-)
17
18 diff --git a/dev-scheme/owl-lisp/Manifest b/dev-scheme/owl-lisp/Manifest
19 deleted file mode 100644
20 index 0a54360a4..000000000
21 --- a/dev-scheme/owl-lisp/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST owl-v0.2.tar.gz 515574 BLAKE2B 054a06d33554cc31f5e1c756bf3ff5ea4fb5cec220048fb939aa9dcd19c586cef54ae8ddc80e1ee8befedfa2e42fc1bf9ea4bcfe37e6743154ff678346444e87 SHA512 f0dc4badc84be1ebd1ad8f6a84c8fc292449b0f66a9416f202f9010e89aa2971c6470599173db67bf3db3e4b6a61d777ee369eda76fa7c42114748e8fe48b7b2
25
26 diff --git a/dev-scheme/owl-lisp/metadata.xml b/dev-scheme/owl-lisp/metadata.xml
27 deleted file mode 100644
28 index 573127cc4..000000000
29 --- a/dev-scheme/owl-lisp/metadata.xml
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="person">
36 - <email>xgqt@××××××.net</email>
37 - <name>Maciej Barć</name>
38 - </maintainer>
39 - <longdescription lang="en">
40 - Owl Lisp is a simple programming language. The main motivation for
41 - writing it was to get a portable system for writing standalone
42 - programs in a subjectively pleasant dialect of LISP, which in this
43 - case means a minimal core language and runtime, purely functional
44 - operation and support for asynchronous evaluation.
45 - </longdescription>
46 - <upstream>
47 - <remote-id type="gitlab">owl-lisp/owl</remote-id>
48 - </upstream>
49 -</pkgmetadata>
50
51 diff --git a/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild b/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild
52 deleted file mode 100644
53 index 0897bd636..000000000
54 --- a/dev-scheme/owl-lisp/owl-lisp-0.2.ebuild
55 +++ /dev/null
56 @@ -1,43 +0,0 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -# NOTICE: Because it is "purely functional" it is not scheme-compatible ootb
61 -
62 -EAPI=7
63 -
64 -inherit toolchain-funcs
65 -
66 -DESCRIPTION="Purely functional dialect of Scheme"
67 -HOMEPAGE="https://haltp.org/posts/owl.html"
68 -
69 -if [[ "${PV}" == *9999* ]]; then
70 - inherit git-r3
71 - EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git"
72 -else
73 - SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz"
74 - KEYWORDS="~amd64"
75 - S="${WORKDIR}/owl-v${PV}"
76 -fi
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -
81 -src_configure() {
82 - tc-export CC
83 -}
84 -
85 -src_compile() {
86 - # warning: jobserver unavailable
87 - emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
88 -}
89 -
90 -src_install() {
91 - einstalldocs
92 -
93 - exeinto /usr/bin
94 - doexe ./bin/ol
95 - newexe ./bin/vm ovm
96 -
97 - doman ./doc/ol.1
98 - doman ./doc/ovm.1
99 -}
100
101 diff --git a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild b/dev-scheme/owl-lisp/owl-lisp-9999.ebuild
102 deleted file mode 100644
103 index 0897bd636..000000000
104 --- a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild
105 +++ /dev/null
106 @@ -1,43 +0,0 @@
107 -# Copyright 1999-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -# NOTICE: Because it is "purely functional" it is not scheme-compatible ootb
111 -
112 -EAPI=7
113 -
114 -inherit toolchain-funcs
115 -
116 -DESCRIPTION="Purely functional dialect of Scheme"
117 -HOMEPAGE="https://haltp.org/posts/owl.html"
118 -
119 -if [[ "${PV}" == *9999* ]]; then
120 - inherit git-r3
121 - EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git"
122 -else
123 - SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz"
124 - KEYWORDS="~amd64"
125 - S="${WORKDIR}/owl-v${PV}"
126 -fi
127 -
128 -LICENSE="MIT"
129 -SLOT="0"
130 -
131 -src_configure() {
132 - tc-export CC
133 -}
134 -
135 -src_compile() {
136 - # warning: jobserver unavailable
137 - emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
138 -}
139 -
140 -src_install() {
141 - einstalldocs
142 -
143 - exeinto /usr/bin
144 - doexe ./bin/ol
145 - newexe ./bin/vm ovm
146 -
147 - doman ./doc/ol.1
148 - doman ./doc/ovm.1
149 -}