Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-crystal/
Date: Tue, 01 Nov 2022 09:06:48
Message-Id: 1667293520.1f1d95bab2a579b798950a89689b3ed685beecdf.cybertailor@gentoo
1 commit: 1f1d95bab2a579b798950a89689b3ed685beecdf
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Oct 31 06:15:57 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue Nov 1 09:05:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f1d95ba
7
8 dev-crystal: new category
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-crystal/metadata.xml | 10 ++++++++++
13 profiles/categories | 1 +
14 2 files changed, 11 insertions(+)
15
16 diff --git a/dev-crystal/metadata.xml b/dev-crystal/metadata.xml
17 new file mode 100644
18 index 000000000..635d994d1
19 --- /dev/null
20 +++ b/dev-crystal/metadata.xml
21 @@ -0,0 +1,10 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
24 +<catmetadata>
25 + <longdescription lang="en">
26 + The dev-nim category contains packages whose primary purpose
27 + is to provide Crystal modules, extensions and bindings, as well
28 + as tools and utilities useful for development in the Crystal
29 + programming language.
30 + </longdescription>
31 +</catmetadata>
32
33 diff --git a/profiles/categories b/profiles/categories
34 index 88ec54f0b..02977becc 100644
35 --- a/profiles/categories
36 +++ b/profiles/categories
37 @@ -1,3 +1,4 @@
38 +dev-crystal
39 dev-hare
40 dev-nim
41 dev-octave