summaryrefslogtreecommitdiff
path: root/app-portage/elsw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
commitebc282ef4dfa408accac685565b8ee5f6faec119 (patch)
treec0a4f713228cda0ab17eed46f0bb7ca8cb8be2f6 /app-portage/elsw
parent6c8694a707151d59555b0e4e48235f085ce166c3 (diff)
gentoo auto-resync : 12:02:2023 - 09:56:54
Diffstat (limited to 'app-portage/elsw')
-rw-r--r--app-portage/elsw/Manifest4
-rw-r--r--app-portage/elsw/elsw-0.0.0.ebuild25
-rw-r--r--app-portage/elsw/elsw-9999.ebuild25
-rw-r--r--app-portage/elsw/metadata.xml18
4 files changed, 72 insertions, 0 deletions
diff --git a/app-portage/elsw/Manifest b/app-portage/elsw/Manifest
new file mode 100644
index 000000000000..a830293aa91c
--- /dev/null
+++ b/app-portage/elsw/Manifest
@@ -0,0 +1,4 @@
+DIST elsw-0.0.0.tar.gz 9857 BLAKE2B 8948b41bd163c393c735f08e94440905cca93078d8eefbb7b7136542a54a3139baaa4b40725667239fd249d9f569ececaf13631162502e3f58e5b288fdf1ae4f SHA512 9e0323ebdc01e6e2af2e021f2bfae2f977567697600167860de7a95d8c80e3119214524a6514114747bdebd269bf68d14f2e0369765d7fea62ae0adaf060e94c
+EBUILD elsw-0.0.0.ebuild 554 BLAKE2B 7e0c934e81e7f1ae57c2afe6bff615133dcc7fa84797e69ecdbbdfdf2a21b6054a24e32569a3a7b1adc5b8b2e9738ddf02e79ca0035171da9ab5fee6d5fa324e SHA512 e60cf64dcc0ec5266edfda37c3cb82f2fc8de9d90573d38a714991ca168166cbe3ff275f0619cc67038f6408e9a5b640b9b405dff796951eee3d81d3441fc504
+EBUILD elsw-9999.ebuild 554 BLAKE2B 7e0c934e81e7f1ae57c2afe6bff615133dcc7fa84797e69ecdbbdfdf2a21b6054a24e32569a3a7b1adc5b8b2e9738ddf02e79ca0035171da9ab5fee6d5fa324e SHA512 e60cf64dcc0ec5266edfda37c3cb82f2fc8de9d90573d38a714991ca168166cbe3ff275f0619cc67038f6408e9a5b640b9b405dff796951eee3d81d3441fc504
+MISC metadata.xml 569 BLAKE2B 31216d894073274a09af9c69f3d1696ca5e2003eae2740888574d1c9d5b742996719208d9910562f3cc3d3599c867449fd28a444fabb79f2b77ec0f3b80615c5 SHA512 c90f29a651ca6b48df95caefcd9b5fc38c91c6e3254ecbccc0cf5055cb30fc6f0d3fb524a8f7f56afb69d91517032dcb04b54456381ca7f2aa8b324c701c90a0
diff --git a/app-portage/elsw/elsw-0.0.0.ebuild b/app-portage/elsw/elsw-0.0.0.ebuild
new file mode 100644
index 000000000000..521be8e3f793
--- /dev/null
+++ b/app-portage/elsw/elsw-0.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool providing a nice way to view the Portage world file"
+HOMEPAGE="https://gitlab.com/xgqt/python-elsw/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
+else
+ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DOCS=( README.md )
diff --git a/app-portage/elsw/elsw-9999.ebuild b/app-portage/elsw/elsw-9999.ebuild
new file mode 100644
index 000000000000..521be8e3f793
--- /dev/null
+++ b/app-portage/elsw/elsw-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool providing a nice way to view the Portage world file"
+HOMEPAGE="https://gitlab.com/xgqt/python-elsw/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
+else
+ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DOCS=( README.md )
diff --git a/app-portage/elsw/metadata.xml b/app-portage/elsw/metadata.xml
new file mode 100644
index 000000000000..a434c9d8d886
--- /dev/null
+++ b/app-portage/elsw/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>xgqt@riseup.net</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <bugs-to>https://gitlab.com/xgqt/python-elsw/-/issues/</bugs-to>
+ <remote-id type="gitlab">xgqt/python-elsw</remote-id>
+ <remote-id type="pypi">elsw</remote-id>
+ </upstream>
+</pkgmetadata>