Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/janet/
Date: Thu, 17 Jun 2021 05:55:53
Message-Id: 1623905466.2641049c09ea387c0e295ed19f3b4c8899e2f6bd.telans@gentoo
1 commit: 2641049c09ea387c0e295ed19f3b4c8899e2f6bd
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Thu Jun 17 03:45:46 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Thu Jun 17 04:51:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2641049c
7
8 dev-lang/janet: treeclean
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 dev-lang/janet/Manifest | 1 -
13 dev-lang/janet/janet-1.16.1.ebuild | 20 --------------------
14 dev-lang/janet/janet-9999.ebuild | 20 --------------------
15 dev-lang/janet/metadata.xml | 21 ---------------------
16 4 files changed, 62 deletions(-)
17
18 diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest
19 deleted file mode 100644
20 index 37b876947..000000000
21 --- a/dev-lang/janet/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST janet-1.16.1.tar.gz 493490 BLAKE2B 7542644a647d9d2ddd73d8e284f749cdad1900b8df2797c99a2f176c93eca412427b7f571493cfe62f64dd9c90bd12d8506b0f4b6b485ab2d3633e989e735cd9 SHA512 f4be0703676acad8896e41b46d79c4f6d99990c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d
25
26 diff --git a/dev-lang/janet/janet-1.16.1.ebuild b/dev-lang/janet/janet-1.16.1.ebuild
27 deleted file mode 100644
28 index 1181913ec..000000000
29 --- a/dev-lang/janet/janet-1.16.1.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit meson
38 -
39 -DESCRIPTION="Janet is a functional and imperative programming language"
40 -HOMEPAGE="https://janet-lang.org/"
41 -
42 -if [[ "${PV}" == *9999* ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/janet-lang/${PN}.git"
45 -else
46 - SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64"
48 -fi
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52
53 diff --git a/dev-lang/janet/janet-9999.ebuild b/dev-lang/janet/janet-9999.ebuild
54 deleted file mode 100644
55 index 1181913ec..000000000
56 --- a/dev-lang/janet/janet-9999.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=7
63 -
64 -inherit meson
65 -
66 -DESCRIPTION="Janet is a functional and imperative programming language"
67 -HOMEPAGE="https://janet-lang.org/"
68 -
69 -if [[ "${PV}" == *9999* ]]; then
70 - inherit git-r3
71 - EGIT_REPO_URI="https://github.com/janet-lang/${PN}.git"
72 -else
73 - SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
74 - KEYWORDS="~amd64"
75 -fi
76 -
77 -LICENSE="MIT"
78 -SLOT="0"
79
80 diff --git a/dev-lang/janet/metadata.xml b/dev-lang/janet/metadata.xml
81 deleted file mode 100644
82 index ad2f8814e..000000000
83 --- a/dev-lang/janet/metadata.xml
84 +++ /dev/null
85 @@ -1,21 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 - <maintainer type="person">
90 - <email>xgqt@××××××.net</email>
91 - <name>Maciej Barć</name>
92 - </maintainer>
93 - <longdescription lang="en">
94 - Janet is a functional and imperative programming language
95 - and bytecode interpreter. It is a lisp-like language,
96 - but lists are replaced by other data structures (arrays,
97 - tables (hash table), struct (immutable hash table), tuples).
98 - The language also supports bridging to native code written in C,
99 - meta-programming with macros, and bytecode assembly.
100 - </longdescription>
101 - <upstream>
102 - <bugs-to>https://github.com/janet-lang/janet</bugs-to>
103 - <doc>https://janet-lang.org/docs</doc>
104 - <remote-id type="github">janet-lang/janet</remote-id>
105 - </upstream>
106 -</pkgmetadata>