dev-lang/janet: treeclean

Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-06-17 15:45:46 +12:00
parent f3486eec98
commit 2641049c09
4 changed files with 0 additions and 62 deletions

View File

@@ -1 +0,0 @@
DIST janet-1.16.1.tar.gz 493490 BLAKE2B 7542644a647d9d2ddd73d8e284f749cdad1900b8df2797c99a2f176c93eca412427b7f571493cfe62f64dd9c90bd12d8506b0f4b6b485ab2d3633e989e735cd9 SHA512 f4be0703676acad8896e41b46d79c4f6d99990c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Janet is a functional and imperative programming language"
HOMEPAGE="https://janet-lang.org/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/janet-lang/${PN}.git"
else
SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Janet is a functional and imperative programming language"
HOMEPAGE="https://janet-lang.org/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/janet-lang/${PN}.git"
else
SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"

View File

@@ -1,21 +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">
Janet is a functional and imperative programming language
and bytecode interpreter. It is a lisp-like language,
but lists are replaced by other data structures (arrays,
tables (hash table), struct (immutable hash table), tuples).
The language also supports bridging to native code written in C,
meta-programming with macros, and bytecode assembly.
</longdescription>
<upstream>
<bugs-to>https://github.com/janet-lang/janet</bugs-to>
<doc>https://janet-lang.org/docs</doc>
<remote-id type="github">janet-lang/janet</remote-id>
</upstream>
</pkgmetadata>