commit:     bf680d5a2a2b70b81dd52caad2ea4298f39a55b5
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sun Nov 22 12:32:54 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov 22 18:52:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf680d5a

Adding upstream information to my metadata files

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 app-misc/navi/metadata.xml             |  2 ++
 app-misc/ufetch/metadata.xml           |  4 ++++
 dev-python/asciimatics/metadata.xml    |  1 +
 dev-python/ascim/metadata.xml          |  6 ++++++
 dev-python/colored/metadata.xml        |  5 +++++
 dev-python/pyfiglet/metadata.xml       |  1 +
 dev-python/pyinquirer/metadata.xml     |  1 +
 gui-apps/nwg-launchers/metadata.xml    |  8 ++++++++
 gui-apps/swaylock-effects/metadata.xml |  5 +++++
 gui-apps/wdisplays/metadata.xml        | 12 ++++++++----
 gui-apps/wofi/metadata.xml             | 12 ++++++++----
 gui-wm/cage/metadata.xml               |  9 +++++++++
 media-gfx/memethesis-cli/metadata.xml  | 14 ++++++++++----
 sys-fs/diskonaut/metadata.xml          |  5 +++++
 14 files changed, 73 insertions(+), 12 deletions(-)

diff --git a/app-misc/navi/metadata.xml b/app-misc/navi/metadata.xml
index e6cdf1c8..05eb7982 100644
--- a/app-misc/navi/metadata.xml
+++ b/app-misc/navi/metadata.xml
@@ -6,6 +6,8 @@
                <name>Matthias Coppens</name>
        </maintainer>
        <upstream>
+        <bugs-to>https://github.com/denisidoro/navi/issues</bugs-to>
+        <doc>https://github.com/denisidoro/navi#usage</doc>
                <remote-id type="github">denisidoro/navi</remote-id>
        </upstream>
 </pkgmetadata>

diff --git a/app-misc/ufetch/metadata.xml b/app-misc/ufetch/metadata.xml
index 6d0e7e31..46fa0564 100644
--- a/app-misc/ufetch/metadata.xml
+++ b/app-misc/ufetch/metadata.xml
@@ -5,4 +5,8 @@
         <email>[email protected]</email>
         <name>Matthias Coppens</name>
     </maintainer>
+    <upstream>
+        <bugs-to>https://gitlab.com/jschx/ufetch/-/issues</bugs-to>
+        <remote-id type="gitlab">jschx/ufetch</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/dev-python/asciimatics/metadata.xml 
b/dev-python/asciimatics/metadata.xml
index e236e2c2..89cf7a58 100644
--- a/dev-python/asciimatics/metadata.xml
+++ b/dev-python/asciimatics/metadata.xml
@@ -8,6 +8,7 @@
     <upstream>
         <doc>https://asciimatics.readthedocs.io/en/stable/</doc>
         <remote-id type="github">peterbrittain/asciimatics</remote-id>
+        <remote-id type="pypi">asciimatics</remote-id>
         <bugs-to>https://github.com/peterbrittain/asciimatics/issues</bugs-to>
     </upstream>
 </pkgmetadata>

diff --git a/dev-python/ascim/metadata.xml b/dev-python/ascim/metadata.xml
index 6d0e7e31..41d14a1e 100644
--- a/dev-python/ascim/metadata.xml
+++ b/dev-python/ascim/metadata.xml
@@ -5,4 +5,10 @@
         <email>[email protected]</email>
         <name>Matthias Coppens</name>
     </maintainer>
+    <upstream>
+        <doc>https://github.com/fakefred/ascim#usage</doc>
+        <bugs-to>https://github.com/fakefred/ascim/issues</bugs-to>
+        <remote-id type="github">fakefred/ascim</remote-id>
+        <remote-id type="pypi">ascim</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
index ab22b87e..ed759ad9 100644
--- a/dev-python/colored/metadata.xml
+++ b/dev-python/colored/metadata.xml
@@ -9,4 +9,9 @@
         Very simple Python library for color and formatting in terminal.
         Collection of color codes and names for 256 color terminal setups.
     </longdescription>
+    <upstream>
+        <bugs-to>https://gitlab.com/dslackw/colored/-/issues</bugs-to>
+        <remote-id type="gitlab">dslackw/colored</remote-id>
+        <remote-id type="pypi">colored</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
index ce41288f..741d206c 100644
--- a/dev-python/pyfiglet/metadata.xml
+++ b/dev-python/pyfiglet/metadata.xml
@@ -7,6 +7,7 @@
     </maintainer>
     <upstream>
         <remote-id type="github">pwaller/pyfiglet</remote-id>
+        <remote-id type="pypi">pyfiglet</remote-id>
         <bugs-to>https://github.com/pwaller/pyfiglet/issues</bugs-to>
     </upstream>
 </pkgmetadata>

diff --git a/dev-python/pyinquirer/metadata.xml 
b/dev-python/pyinquirer/metadata.xml
index 30724836..57cbc59d 100644
--- a/dev-python/pyinquirer/metadata.xml
+++ b/dev-python/pyinquirer/metadata.xml
@@ -16,6 +16,7 @@
     </longdescription>
     <upstream>
         <remote-id type="github">CITGuru/PyInquirer</remote-id>
+        <remote-id type="pypi">PyInquirer</remote-id>
         <bugs-to>https://github.com/CITGuru/PyInquirer/issues</bugs-to>
     </upstream>
 </pkgmetadata>

diff --git a/gui-apps/nwg-launchers/metadata.xml 
b/gui-apps/nwg-launchers/metadata.xml
index 4bd3d904..07bbec03 100644
--- a/gui-apps/nwg-launchers/metadata.xml
+++ b/gui-apps/nwg-launchers/metadata.xml
@@ -13,4 +13,12 @@
         <flag name="grid">Installs nwggrid,
             a GNOME-like application grid.</flag>
     </use>
+    <upstream>
+        <maintainer>
+            <name>Piotr Miller</name>
+            <email>[email protected]</email>
+        </maintainer>
+        <bugs-to>https://github.com/nwg-piotr/nwg-launchers/issues</bugs-to>
+        <remote-id type="github">nwg-piotr/nwg-launchers</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/gui-apps/swaylock-effects/metadata.xml 
b/gui-apps/swaylock-effects/metadata.xml
index aadb0e3e..fcee6c45 100644
--- a/gui-apps/swaylock-effects/metadata.xml
+++ b/gui-apps/swaylock-effects/metadata.xml
@@ -11,6 +11,11 @@
         <flag name="man">Build and install man pages</flag>
     </use>
     <upstream>
+        <maintainer>
+            <name>Martin Dørum</name>
+            <email>[email protected]</email>
+        </maintainer>
+        <doc>https://github.com/mortie/swaylock-effects#effects</doc>
         <remote-id type="github">mortie/swaylock-effects</remote-id>
         <bugs-to>https://github.com/mortie/swaylock-effects/issues</bugs-to>
     </upstream>

diff --git a/gui-apps/wdisplays/metadata.xml b/gui-apps/wdisplays/metadata.xml
index 7066f7e9..87001ec0 100644
--- a/gui-apps/wdisplays/metadata.xml
+++ b/gui-apps/wdisplays/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-    <name>Matthias Coppens</name>
-    <email>[email protected]</email>
-  </maintainer>
+    <maintainer type="person">
+        <name>Matthias Coppens</name>
+        <email>[email protected]</email>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/cyclopsian/wdisplays/issues</bugs-to>
+        <remote-id type="github">cyclopian/wdisplays</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml
index 7066f7e9..2a28f311 100644
--- a/gui-apps/wofi/metadata.xml
+++ b/gui-apps/wofi/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-    <name>Matthias Coppens</name>
-    <email>[email protected]</email>
-  </maintainer>
+    <maintainer type="person">
+        <name>Matthias Coppens</name>
+        <email>[email protected]</email>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://todo.sr.ht/~scoopta/wofi</bugs-to>
+        <doc>https://cloudninja.pw/docs/wofi.html</doc>
+    </upstream>
 </pkgmetadata>

diff --git a/gui-wm/cage/metadata.xml b/gui-wm/cage/metadata.xml
index 18163e06..e846c36f 100644
--- a/gui-wm/cage/metadata.xml
+++ b/gui-wm/cage/metadata.xml
@@ -12,4 +12,13 @@
     <use>
         <flag name="X">Enable support for X11 applications (XWayland)</flag>
     </use>
+    <upstream>
+        <maintainer>
+            <name>Jente Hidskes</name>
+            <email>[email protected]</email>
+        </maintainer>
+        <doc>https://github.com/Hjdskes/cage/wiki</doc>
+        <bugs-to>https://github.com/Hjdskes/cage/issues</bugs-to>
+        <remote-id type="github">Hjdskes/cage</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/media-gfx/memethesis-cli/metadata.xml 
b/media-gfx/memethesis-cli/metadata.xml
index e40cebf3..46a7114c 100644
--- a/media-gfx/memethesis-cli/metadata.xml
+++ b/media-gfx/memethesis-cli/metadata.xml
@@ -1,8 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Matthias Coppens</name>
-  </maintainer>
+    <maintainer type="person">
+        <email>[email protected]</email>
+        <name>Matthias Coppens</name>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/fakefred/memethesis-cli/issues</bugs-to>
+        <doc>https://github.com/fakefred/memethesis-cli#usage</doc>
+        <remote-id type="github">fakefred/memethesis-cli</remote-id>
+        <remote-id type="pypi">memethesis</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/sys-fs/diskonaut/metadata.xml b/sys-fs/diskonaut/metadata.xml
index 189fafaf..ede44ddb 100644
--- a/sys-fs/diskonaut/metadata.xml
+++ b/sys-fs/diskonaut/metadata.xml
@@ -16,6 +16,11 @@
         you've freed up in this session.
     </longdescription>
     <upstream>
+        <maintainer>
+            <name>Aram Drevekenin</name>
+            <email>[email protected]</email>
+        </maintainer>
+        
<changelog>https://github.com/imsnif/diskonaut/blob/main/CHANGELOG.md</changelog>
         <remote-id type="github">imsnif/diskonaut</remote-id>
         <bugs-to>https://github.com/imsnif/diskonaut/issues</bugs-to>
     </upstream>

Reply via email to