public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] New category: dev-erlang
@ 2016-05-29  9:58 Amadeusz Żołnowski
  2016-05-29 11:13 ` Michał Górny
  2016-05-29 16:20 ` [gentoo-dev] [PATCH] dev-erlang: Add new category aidecoe
  0 siblings, 2 replies; 3+ messages in thread
From: Amadeusz Żołnowski @ 2016-05-29  9:58 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 718 bytes --]

Hi,

I'd like to add a new category for Erlang libraries:
dev-erlang. Initially it's going to have 27 packages.

Cheers,
Amadeusz Żołnowski

---
From 69b6a4f2449d420f02c6c9849885e37457cf9fbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@gentoo.org>
Date: Sat, 6 Feb 2016 22:41:43 +0000
Subject: [PATCH] dev-erlang: Add new category

---
 profiles/categories | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/categories b/profiles/categories
index c9d7f03..44414d4 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -31,6 +31,7 @@ dev-cpp
 dev-db
 dev-dotnet
 dev-embedded
+dev-erlang
 dev-games
 dev-go
 dev-haskell
--
2.8.3

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 950 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] New category: dev-erlang
  2016-05-29  9:58 [gentoo-dev] New category: dev-erlang Amadeusz Żołnowski
@ 2016-05-29 11:13 ` Michał Górny
  2016-05-29 16:20 ` [gentoo-dev] [PATCH] dev-erlang: Add new category aidecoe
  1 sibling, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-05-29 11:13 UTC (permalink / raw)
  To: Amadeusz Żołnowski; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

On Sun, 29 May 2016 10:58:09 +0100
Amadeusz Żołnowski <aidecoe@gentoo.org> wrote:

> Hi,
> 
> I'd like to add a new category for Erlang libraries:
> dev-erlang. Initially it's going to have 27 packages.
> 
> Cheers,
> Amadeusz Żołnowski
> 
> ---
> From 69b6a4f2449d420f02c6c9849885e37457cf9fbd Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@gentoo.org>
> Date: Sat, 6 Feb 2016 22:41:43 +0000
> Subject: [PATCH] dev-erlang: Add new category
> 
> ---
>  profiles/categories | 1 +
>  1 file changed, 1 insertion(+)

You need to add metadata.xml as well.

-- 
Best regards,
Michał Górny
<http://dev.gentoo.org/~mgorny/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-dev] [PATCH] dev-erlang: Add new category
  2016-05-29  9:58 [gentoo-dev] New category: dev-erlang Amadeusz Żołnowski
  2016-05-29 11:13 ` Michał Górny
@ 2016-05-29 16:20 ` aidecoe
  1 sibling, 0 replies; 3+ messages in thread
From: aidecoe @ 2016-05-29 16:20 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Amadeusz Żołnowski

From: Amadeusz Żołnowski <aidecoe@gentoo.org>

Take category description from dev-python, replace all occurrences of
"python" with "erlang" and remove translations for languages which are
totally unknown to me.
---
 dev-erlang/metadata.xml | 34 ++++++++++++++++++++++++++++++++++
 profiles/categories     |  1 +
 2 files changed, 35 insertions(+)
 create mode 100644 dev-erlang/metadata.xml

diff --git a/dev-erlang/metadata.xml b/dev-erlang/metadata.xml
new file mode 100644
index 0000000..50b5e92
--- /dev/null
+++ b/dev-erlang/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<catmetadata>
+	<longdescription lang="en">
+		The dev-erlang category contains libraries, utilities or
+		bindings written in or for the Erlang programming language.
+	</longdescription>
+	<longdescription lang="de">
+		Die Kategorie dev-erlang enthält Bibliotheken und Werkzeuge für die
+		Programmiersprache Erlang.
+	</longdescription>
+	<longdescription lang="es">
+		La categoría dev-erlang contiene librerias y utilidades referentes al
+		lenguaje de programación Erlang.
+	</longdescription>
+	<longdescription lang="nl">
+		De dev-erlang categorie bevat bibliotheken en hulpmiddelen voor het
+		gebruik	van de programmeertaal Erlang.
+	</longdescription>
+	<longdescription lang="it">
+		La categoria dev-erlang contiene librerie ed utilità per il linguaggio
+		di programmazione Erlang.
+	</longdescription>
+	<longdescription lang="pt">
+		A categoria dev-erlang contém bibliotecas, utilitários e
+		bindings escritos em ou para a linguagem de programação Erlang.
+	</longdescription>
+	<longdescription lang="pl">
+		Kategoria dev-erlang zawiera biblioteki, narzędzia i powiązania
+		(bindings) napisane w lub stworzone do pisania w języku programowania
+		Erlang.
+	</longdescription>
+</catmetadata>
+
diff --git a/profiles/categories b/profiles/categories
index c9d7f03..44414d4 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -31,6 +31,7 @@ dev-cpp
 dev-db
 dev-dotnet
 dev-embedded
+dev-erlang
 dev-games
 dev-go
 dev-haskell
-- 
2.8.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-29 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-29  9:58 [gentoo-dev] New category: dev-erlang Amadeusz Żołnowski
2016-05-29 11:13 ` Michał Górny
2016-05-29 16:20 ` [gentoo-dev] [PATCH] dev-erlang: Add new category aidecoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox