aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-11-28 19:05:05 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-11-28 19:28:11 +0100
commit1fe1d27a926981b80f4214aab4d7a71945d3a78b (patch)
tree04e88495a792627d0e5fd928f1416535e6efd6f4
parentapp-text/mdbook: version bump 0.4.14 (diff)
downloadguru-1fe1d27a926981b80f4214aab4d7a71945d3a78b.tar.gz
guru-1fe1d27a926981b80f4214aab4d7a71945d3a78b.tar.bz2
guru-1fe1d27a926981b80f4214aab4d7a71945d3a78b.zip
dev-lang: moved fennel to ::gentoo
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-lang/fennel/Manifest2
-rw-r--r--dev-lang/fennel/fennel-0.10.0.ebuild36
-rw-r--r--dev-lang/fennel/fennel-0.9.2.ebuild36
-rw-r--r--dev-lang/fennel/fennel-9999.ebuild36
-rw-r--r--dev-lang/fennel/metadata.xml26
5 files changed, 0 insertions, 136 deletions
diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
deleted file mode 100644
index 7ebbecff0..000000000
--- a/dev-lang/fennel/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fennel-0.10.0.tar.gz 221002 BLAKE2B 567401cad40591968b8e670d3a808cb87d0df04784c0058ee4f46d02dbdf7ba7c7b71a586dc000bd2237f51bd56f611e1e8176478b6d155107857ae1835a8f28 SHA512 3b41cbaed60f6aebc92047d4e2f4c1529871bbe0b42a53543db4c9320d627c89450384ace90d2564460a7cbab5fc36c6315f754b42b3531ee37e41ea2aa5fe04
-DIST fennel-0.9.2.tar.gz 209550 BLAKE2B b80ba0a8ebd3d089191f302ed00c3cb41d07a7b310b7b62609e2c40738b22eb16ce7dcc35449f5954316e74cdb982e4e51117ac70ca5bd6cf7b2d97783168f24 SHA512 2bf92865a4d79329b6c511c6871158a86347f98569a594358f9a3a8d2ac8013c35d00741ae68da50c5042df2b061e2eba4e61aa98877f94415f334f9994ad4e0
diff --git a/dev-lang/fennel/fennel-0.10.0.ebuild b/dev-lang/fennel/fennel-0.10.0.ebuild
deleted file mode 100644
index 7dfbc0c47..000000000
--- a/dev-lang/fennel/fennel-0.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{3..4} luajit )
-
-inherit lua-single
-
-DESCRIPTION="Fennel is a lisp that compiles to Lua"
-HOMEPAGE="https://fennel-lang.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel"
-else
- SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_install() {
- emake \
- LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
- PREFIX="${ED}/usr" \
- install
- doman "${PN}.1"
- dodoc *.md
-}
diff --git a/dev-lang/fennel/fennel-0.9.2.ebuild b/dev-lang/fennel/fennel-0.9.2.ebuild
deleted file mode 100644
index 7dfbc0c47..000000000
--- a/dev-lang/fennel/fennel-0.9.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{3..4} luajit )
-
-inherit lua-single
-
-DESCRIPTION="Fennel is a lisp that compiles to Lua"
-HOMEPAGE="https://fennel-lang.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel"
-else
- SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_install() {
- emake \
- LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
- PREFIX="${ED}/usr" \
- install
- doman "${PN}.1"
- dodoc *.md
-}
diff --git a/dev-lang/fennel/fennel-9999.ebuild b/dev-lang/fennel/fennel-9999.ebuild
deleted file mode 100644
index 7dfbc0c47..000000000
--- a/dev-lang/fennel/fennel-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{3..4} luajit )
-
-inherit lua-single
-
-DESCRIPTION="Fennel is a lisp that compiles to Lua"
-HOMEPAGE="https://fennel-lang.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel"
-else
- SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_install() {
- emake \
- LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
- PREFIX="${ED}/usr" \
- install
- doman "${PN}.1"
- dodoc *.md
-}
diff --git a/dev-lang/fennel/metadata.xml b/dev-lang/fennel/metadata.xml
deleted file mode 100644
index 52244949b..000000000
--- a/dev-lang/fennel/metadata.xml
+++ /dev/null
@@ -1,26 +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>
- <longdescription lang="en">
- Fennel is a lisp that compiles to Lua. It aims to be easy to use,
- expressive, and has almost zero overhead compared to handwritten Lua.
-
- - Full Lua compatibility - You can use any function or library from Lua.
- - Zero overhead - Compiled code should be just as or more efficient
- than hand-written Lua.
- - Compile-time macros - Ship compiled code with no runtime dependency
- on Fennel.
- - Embeddable - Fennel is a one-file library as well as an executable.
- Embed it in other programs to support runtime extensibility and
- interactive development.
-
- At https://fennel-lang.org there's a live in-browser repl you can use without installing anything.
- </longdescription>
- <upstream>
- <remote-id type="github">bakpakin/Fennel</remote-id>
- </upstream>
-</pkgmetadata>