summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-10 21:35:32 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-10 21:59:43 +0100
commit978fa6173198a24ca5d3fd6a5f4d1e02a643d51a (patch)
tree6e8e2f3e6528b5c6c4de19787870b43eabe35c23
parentdev-python/sqlalchemy: Stabilize 1.4.46 arm64, #893786 (diff)
downloadgentoo-978fa6173198a24ca5d3fd6a5f4d1e02a643d51a.tar.gz
gentoo-978fa6173198a24ca5d3fd6a5f4d1e02a643d51a.tar.bz2
gentoo-978fa6173198a24ca5d3fd6a5f4d1e02a643d51a.zip
app-portage/elsw: new package; add 0.0.0 and live
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-portage/elsw/Manifest1
-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, 69 insertions, 0 deletions
diff --git a/app-portage/elsw/Manifest b/app-portage/elsw/Manifest
new file mode 100644
index 000000000000..aabbe62737bd
--- /dev/null
+++ b/app-portage/elsw/Manifest
@@ -0,0 +1 @@
+DIST elsw-0.0.0.tar.gz 9857 BLAKE2B 8948b41bd163c393c735f08e94440905cca93078d8eefbb7b7136542a54a3139baaa4b40725667239fd249d9f569ececaf13631162502e3f58e5b288fdf1ae4f SHA512 9e0323ebdc01e6e2af2e021f2bfae2f977567697600167860de7a95d8c80e3119214524a6514114747bdebd269bf68d14f2e0369765d7fea62ae0adaf060e94c
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..f00e22ceac50
--- /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="project">
+ <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>