diff options
author | Victor Kustov <ktrace@yandex.ru> | 2022-10-20 21:25:40 +0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-21 10:42:13 +0200 |
commit | d73961844ef44268ac4472ce9218a410a86c34c8 (patch) | |
tree | 9f4913cf0ade3ad9e85a4668a1db21fd47de5b8d /sci-electronics/librepcb | |
parent | sci-electronics/librepcb: bump version to 0.1.7 (diff) | |
download | gentoo-d73961844ef44268ac4472ce9218a410a86c34c8.tar.gz gentoo-d73961844ef44268ac4472ce9218a410a86c34c8.tar.bz2 gentoo-d73961844ef44268ac4472ce9218a410a86c34c8.zip |
sci-electronics/librepcb: add maintainer and description
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/27619
Signed-off-by: Victor Kustov <ktrace@yandex.ru>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-electronics/librepcb')
-rw-r--r-- | sci-electronics/librepcb/metadata.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sci-electronics/librepcb/metadata.xml b/sci-electronics/librepcb/metadata.xml index bef24d2c2337..1daccaad1007 100644 --- a/sci-electronics/librepcb/metadata.xml +++ b/sci-electronics/librepcb/metadata.xml @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="project" proxied="proxy"> + <email>sci-electronics@gentoo.org</email> + <description>Gentoo Electronics Project</description> + </maintainer> + <maintainer type="person" proxied="yes"> + <email>ktrace@yandex.ru</email> + <name>Victor V. Kustov</name> + </maintainer> + <longdescription lang="en"> + LibrePCB is a free EDA software to develop printed circuit boards. + Cross-platform, multilingual (both application and library elements), intuitive, modern and easy-to-use graphical user interface. + - All-In-One: project management + library/schematic/board editors + - Very powerful library design with some innovative concepts + - Human-readable file formats for both libraries and projects + - Multi-PCB feature (different PCB variants of the same schematic) + - Automatic netlist synchronisation between schematic and board + </longdescription> </pkgmetadata> |