commit:     b4fe4125407b99f285b749e40e1aa08c0993f709
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Aug  8 23:01:42 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Aug  8 23:01:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4fe4125

gui-apps/nwg-shell-config: new package, add 0.5.14

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 gui-apps/nwg-shell-config/metadata.xml             | 16 +++++++++++++++
 .../nwg-shell-config-0.5.14.ebuild                 | 24 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
new file mode 100644
index 0000000000..276e0bcd99
--- /dev/null
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -0,0 +1 @@
+DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 
109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355
 SHA512 
9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c

diff --git a/gui-apps/nwg-shell-config/metadata.xml 
b/gui-apps/nwg-shell-config/metadata.xml
new file mode 100644
index 0000000000..5fbfb2ce5a
--- /dev/null
+++ b/gui-apps/nwg-shell-config/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>pascal.jae...@leimstift.de</email>
+        <name>Pascal Jaeger</name>
+    </maintainer>
+    <upstream>
+        <maintainer>
+            <name>Piotr Miller</name>
+            <email>nwg.pi...@gmail.com</email>
+        </maintainer>
+        <bugs-to>https://github.com/nwg-piotr/nwg-shell-config/issues</bugs-to>
+        <remote-id type="github">nwg-piotr/nwg-shell-config</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
new file mode 100644
index 0000000000..b9c8494df0
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config";
+LICENSE="MIT"
+
+SLOT="0"
+
+RDEPEND="
+       gui-apps/nwg-shell
+       sci-geosciences/geopy
+       x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"

Reply via email to