[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-05-12 Thread Zac Medico
commit: 42169fa876a50d08c4201edae69732a15d4ebf38
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sat May 11 14:31:58 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May 12 20:49:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42169fa8

app-containers/podman-tui: update to 1.0.1, remove 0.14.0 & 0.17.0

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
From: https://github.com/gentoo/gentoo/pull/36642
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman-tui/Manifest |  3 +-
 app-containers/podman-tui/podman-tui-0.14.0.ebuild | 37 --
 ...n-tui-0.17.0.ebuild => podman-tui-1.0.1.ebuild} |  0
 3 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 8c13a661d10e..238979100079 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,4 +1,3 @@
-DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a
-DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B 
bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f
 SHA512 
137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc
 DIST podman-tui-0.18.0.tar.gz 15928626 BLAKE2B 
80fd4f826a407b4eeeb664c065f836f12dd85cacab35003ad8fbcabf3eb69b3838bf02fb76269124d18c110370e42556cff8e348caabb100aa88a1994f99d4cc
 SHA512 
77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f
 DIST podman-tui-1.0.0.tar.gz 16208356 BLAKE2B 
c5ae4274cdc6c4d5abb9f9a18c82949a40a9f2894a9127d8bdf89b8a9445716cc985d8400833c890dec4524fd617babd5791e3062e9e7654ea93d66c34dfe181
 SHA512 
918b3efb823a543a439ae0f56c59ee2689961ac6e39a40054a7971ddf02056ca50c7c681ca03c45590e9fdfce1822f406bbf90f9b25563a0ef9ae75b88235a8c
+DIST podman-tui-1.0.1.tar.gz 16252864 BLAKE2B 
14b28a87aca99d90d9412d7bdd052604bdd8c05b262564eaa6821fd10f1f357bcb5f65d486da53a1abf98cfd45fadaf847f14942a27525136e70f83603ef6d85
 SHA512 
3c5ff5a77e885a0518a16e8d7fd0581a80b16650b546d2c736c50503c250797be1b8cb1a2da68ee1eed5a7a1dcdbcfa8344f37d0c6724c341470d05446a0591e

diff --git a/app-containers/podman-tui/podman-tui-0.14.0.ebuild 
b/app-containers/podman-tui/podman-tui-0.14.0.ebuild
deleted file mode 100644
index 2effb9e6c06b..
--- a/app-containers/podman-tui/podman-tui-0.14.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-DESCRIPTION="Terminal UI frontend for Podman"
-HOMEPAGE="https://github.com/containers/podman-tui;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
-else
-   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-# main pkg
-LICENSE="Apache-2.0"
-# deps
-LICENSE+=" BSD-2 BSD MIT MPL-2.0"
-SLOT="0"
-RESTRICT="test"
-RDEPEND="
-   >=app-containers/podman-4.0.2
-"
-
-src_compile() {
-   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
-   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
-   ego build -tags "${BUILDTAGS}"
-}
-
-src_install() {
-   dobin "${PN}"
-   einstalldocs
-}

diff --git a/app-containers/podman-tui/podman-tui-0.17.0.ebuild 
b/app-containers/podman-tui/podman-tui-1.0.1.ebuild
similarity index 100%
rename from app-containers/podman-tui/podman-tui-0.17.0.ebuild
rename to app-containers/podman-tui/podman-tui-1.0.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-03-23 Thread Sam James
commit: 173217ead110a21276e53e4999f4a158ff0751e7
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Thu Mar 21 08:47:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 23 08:29:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173217ea

app-containers/podman-tui: add 1.0.0

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Signed-off-by: Sam James  gentoo.org>

 app-containers/podman-tui/Manifest|  1 +
 app-containers/podman-tui/podman-tui-1.0.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 2ddbb2eb02b0..8c13a661d10e 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,3 +1,4 @@
 DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a
 DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B 
bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f
 SHA512 
137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc
 DIST podman-tui-0.18.0.tar.gz 15928626 BLAKE2B 
80fd4f826a407b4eeeb664c065f836f12dd85cacab35003ad8fbcabf3eb69b3838bf02fb76269124d18c110370e42556cff8e348caabb100aa88a1994f99d4cc
 SHA512 
77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f
+DIST podman-tui-1.0.0.tar.gz 16208356 BLAKE2B 
c5ae4274cdc6c4d5abb9f9a18c82949a40a9f2894a9127d8bdf89b8a9445716cc985d8400833c890dec4524fd617babd5791e3062e9e7654ea93d66c34dfe181
 SHA512 
918b3efb823a543a439ae0f56c59ee2689961ac6e39a40054a7971ddf02056ca50c7c681ca03c45590e9fdfce1822f406bbf90f9b25563a0ef9ae75b88235a8c

diff --git a/app-containers/podman-tui/podman-tui-1.0.0.ebuild 
b/app-containers/podman-tui/podman-tui-1.0.0.ebuild
new file mode 100644
index ..beefef11ab58
--- /dev/null
+++ b/app-containers/podman-tui/podman-tui-1.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+DESCRIPTION="Terminal UI frontend for Podman"
+HOMEPAGE="https://github.com/containers/podman-tui;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
+else
+   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+# main pkg
+LICENSE="Apache-2.0"
+# deps
+LICENSE+=" BSD-2 BSD MIT MPL-2.0"
+SLOT="0"
+RESTRICT="test"
+
+src_compile() {
+   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
+   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
+   ego build -tags "${BUILDTAGS}"
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-03-18 Thread Zac Medico
commit: db0b18b033b32e873affa9a89a9100301666a57f
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sat Mar 16 18:45:57 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Mar 19 01:33:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0b18b0

app-containers/podman-tui: add 0.18.0 and drop 0.12.0

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35766
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman-tui/Manifest   | 2 +-
 .../{podman-tui-0.12.0.ebuild => podman-tui-0.18.0.ebuild}   | 5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 4fc361e96508..2ddbb2eb02b0 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,3 +1,3 @@
-DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 
2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed
 SHA512 
753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74
 DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a
 DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B 
bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f
 SHA512 
137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc
+DIST podman-tui-0.18.0.tar.gz 15928626 BLAKE2B 
80fd4f826a407b4eeeb664c065f836f12dd85cacab35003ad8fbcabf3eb69b3838bf02fb76269124d18c110370e42556cff8e348caabb100aa88a1994f99d4cc
 SHA512 
77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f

diff --git a/app-containers/podman-tui/podman-tui-0.12.0.ebuild 
b/app-containers/podman-tui/podman-tui-0.18.0.ebuild
similarity index 90%
rename from app-containers/podman-tui/podman-tui-0.12.0.ebuild
rename to app-containers/podman-tui/podman-tui-0.18.0.ebuild
index 2effb9e6c06b..beefef11ab58 100644
--- a/app-containers/podman-tui/podman-tui-0.12.0.ebuild
+++ b/app-containers/podman-tui/podman-tui-0.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,9 +21,6 @@ LICENSE="Apache-2.0"
 LICENSE+=" BSD-2 BSD MIT MPL-2.0"
 SLOT="0"
 RESTRICT="test"
-RDEPEND="
-   >=app-containers/podman-4.0.2
-"
 
 src_compile() {
# parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-03-18 Thread Zac Medico
commit: 175e4de03efbeb39c842da1d49fa187e642cf89b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 18 03:50:19 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 18 15:40:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175e4de0

app-containers/podman-tui: add myself as a maintainer

Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman-tui/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-containers/podman-tui/metadata.xml 
b/app-containers/podman-tui/metadata.xml
index 5a8196ebf987..604c70611a59 100644
--- a/app-containers/podman-tui/metadata.xml
+++ b/app-containers/podman-tui/metadata.xml
@@ -5,6 +5,10 @@
me@rahil.rocks
Rahil Bhimjiani

+   
+   zmed...@gentoo.org
+   Zac Medico
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-02-08 Thread Joonas Niilola
commit: 6247710d4ca06906a7a4b1d7461577767d295ee2
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sat Dec 30 02:25:41 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  9 06:35:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6247710d

app-containers/podman-tui: drop 0.11.0

Removed RDEPEND on podman as someone might want to just use podman-tui
to connect remotely. They don't need to install podman locally

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/34558
Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/podman-tui/Manifest |  1 -
 app-containers/podman-tui/podman-tui-0.11.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 1b063c40470f..4fc361e96508 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,4 +1,3 @@
-DIST podman-tui-0.11.0.tar.gz 13317542 BLAKE2B 
0492799b7e61eaa75344392d824be6f41bac0b61510587cca936ec2e5f516e2513e709d739e66cd86a658fa916f61a02dbf0802a3761bab2ccb11705c3d514f3
 SHA512 
1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2
 DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 
2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed
 SHA512 
753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74
 DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a
 DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B 
bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f
 SHA512 
137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc

diff --git a/app-containers/podman-tui/podman-tui-0.11.0.ebuild 
b/app-containers/podman-tui/podman-tui-0.11.0.ebuild
deleted file mode 100644
index 58c2601964d0..
--- a/app-containers/podman-tui/podman-tui-0.11.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-DESCRIPTION="Terminal UI frontend for Podman"
-HOMEPAGE="https://github.com/containers/podman-tui;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
-else
-   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
-SLOT="0"
-RESTRICT="test"
-RDEPEND="
-   >=app-containers/podman-4.0.2
-"
-
-src_compile() {
-   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
-   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
-   ego build -tags "${BUILDTAGS}"
-}
-
-src_install() {
-   dobin "${PN}"
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2024-02-08 Thread Joonas Niilola
commit: 51caf6c8ba9089a752b415039fa92fdd9e66b90b
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sat Dec 30 02:22:21 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  9 06:35:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51caf6c8

app-containers/podman-tui: add 0.17.0

Bug: https://bugs.gentoo.org/924107
Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/podman-tui/Manifest   | 1 +
 .../podman-tui/{podman-tui-.ebuild => podman-tui-0.17.0.ebuild}  | 5 +
 app-containers/podman-tui/podman-tui-.ebuild | 5 +
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 25a47fbe9998..1b063c40470f 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,3 +1,4 @@
 DIST podman-tui-0.11.0.tar.gz 13317542 BLAKE2B 
0492799b7e61eaa75344392d824be6f41bac0b61510587cca936ec2e5f516e2513e709d739e66cd86a658fa916f61a02dbf0802a3761bab2ccb11705c3d514f3
 SHA512 
1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2
 DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 
2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed
 SHA512 
753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74
 DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a
+DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B 
bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f
 SHA512 
137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc

diff --git a/app-containers/podman-tui/podman-tui-.ebuild 
b/app-containers/podman-tui/podman-tui-0.17.0.ebuild
similarity index 90%
copy from app-containers/podman-tui/podman-tui-.ebuild
copy to app-containers/podman-tui/podman-tui-0.17.0.ebuild
index 2effb9e6c06b..beefef11ab58 100644
--- a/app-containers/podman-tui/podman-tui-.ebuild
+++ b/app-containers/podman-tui/podman-tui-0.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,9 +21,6 @@ LICENSE="Apache-2.0"
 LICENSE+=" BSD-2 BSD MIT MPL-2.0"
 SLOT="0"
 RESTRICT="test"
-RDEPEND="
-   >=app-containers/podman-4.0.2
-"
 
 src_compile() {
# parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated

diff --git a/app-containers/podman-tui/podman-tui-.ebuild 
b/app-containers/podman-tui/podman-tui-.ebuild
index 2effb9e6c06b..beefef11ab58 100644
--- a/app-containers/podman-tui/podman-tui-.ebuild
+++ b/app-containers/podman-tui/podman-tui-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,9 +21,6 @@ LICENSE="Apache-2.0"
 LICENSE+=" BSD-2 BSD MIT MPL-2.0"
 SLOT="0"
 RESTRICT="test"
-RDEPEND="
-   >=app-containers/podman-4.0.2
-"
 
 src_compile() {
# parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2023-12-15 Thread Yixun Lan
commit: bc7f04b72c859c88782327f8566289b09f03f890
Author: Rahil Bhimjiani  rahil  website>
AuthorDate: Fri Dec  1 20:19:24 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 15 22:54:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7f04b7

app-containers/podman-tui: add 0.14.0

zero changes

Closes: https://github.com/gentoo/gentoo/pull/34085
Signed-off-by: Rahil Bhimjiani  rahil.website>
Signed-off-by: Yixun Lan  gentoo.org>

 app-containers/podman-tui/Manifest |  1 +
 app-containers/podman-tui/podman-tui-0.14.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 78ce51b6a1e3..25a47fbe9998 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1,2 +1,3 @@
 DIST podman-tui-0.11.0.tar.gz 13317542 BLAKE2B 
0492799b7e61eaa75344392d824be6f41bac0b61510587cca936ec2e5f516e2513e709d739e66cd86a658fa916f61a02dbf0802a3761bab2ccb11705c3d514f3
 SHA512 
1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2
 DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 
2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed
 SHA512 
753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74
+DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B 
c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62
 SHA512 
d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a

diff --git a/app-containers/podman-tui/podman-tui-0.14.0.ebuild 
b/app-containers/podman-tui/podman-tui-0.14.0.ebuild
new file mode 100644
index ..2effb9e6c06b
--- /dev/null
+++ b/app-containers/podman-tui/podman-tui-0.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+DESCRIPTION="Terminal UI frontend for Podman"
+HOMEPAGE="https://github.com/containers/podman-tui;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
+else
+   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+# main pkg
+LICENSE="Apache-2.0"
+# deps
+LICENSE+=" BSD-2 BSD MIT MPL-2.0"
+SLOT="0"
+RESTRICT="test"
+RDEPEND="
+   >=app-containers/podman-4.0.2
+"
+
+src_compile() {
+   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
+   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
+   ego build -tags "${BUILDTAGS}"
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2023-11-13 Thread Yixun Lan
commit: e7664c77a7cf883ee474afeb91c5f6d8965064ff
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Mon Nov 13 12:47:16 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 14 02:25:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7664c77

app-containers/podman-tui: add 0.12.0

1) split LICENSE

Closes: https://github.com/gentoo/gentoo/pull/33786
Signed-off-by: Rahil Bhimjiani  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-containers/podman-tui/Manifest | 1 +
 .../{podman-tui-.ebuild => podman-tui-0.12.0.ebuild}   | 7 +--
 app-containers/podman-tui/podman-tui-.ebuild   | 7 +--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
index 165d9ec746e2..78ce51b6a1e3 100644
--- a/app-containers/podman-tui/Manifest
+++ b/app-containers/podman-tui/Manifest
@@ -1 +1,2 @@
 DIST podman-tui-0.11.0.tar.gz 13317542 BLAKE2B 
0492799b7e61eaa75344392d824be6f41bac0b61510587cca936ec2e5f516e2513e709d739e66cd86a658fa916f61a02dbf0802a3761bab2ccb11705c3d514f3
 SHA512 
1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2
+DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 
2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed
 SHA512 
753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74

diff --git a/app-containers/podman-tui/podman-tui-.ebuild 
b/app-containers/podman-tui/podman-tui-0.12.0.ebuild
similarity index 88%
copy from app-containers/podman-tui/podman-tui-.ebuild
copy to app-containers/podman-tui/podman-tui-0.12.0.ebuild
index 58c2601964d0..2effb9e6c06b 100644
--- a/app-containers/podman-tui/podman-tui-.ebuild
+++ b/app-containers/podman-tui/podman-tui-0.12.0.ebuild
@@ -7,7 +7,7 @@ inherit go-module
 DESCRIPTION="Terminal UI frontend for Podman"
 HOMEPAGE="https://github.com/containers/podman-tui;
 
-if [[ ${PV} == ** ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
 else
@@ -15,7 +15,10 @@ else
KEYWORDS="~amd64"
 fi
 
-LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
+# main pkg
+LICENSE="Apache-2.0"
+# deps
+LICENSE+=" BSD-2 BSD MIT MPL-2.0"
 SLOT="0"
 RESTRICT="test"
 RDEPEND="

diff --git a/app-containers/podman-tui/podman-tui-.ebuild 
b/app-containers/podman-tui/podman-tui-.ebuild
index 58c2601964d0..2effb9e6c06b 100644
--- a/app-containers/podman-tui/podman-tui-.ebuild
+++ b/app-containers/podman-tui/podman-tui-.ebuild
@@ -7,7 +7,7 @@ inherit go-module
 DESCRIPTION="Terminal UI frontend for Podman"
 HOMEPAGE="https://github.com/containers/podman-tui;
 
-if [[ ${PV} == ** ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
 else
@@ -15,7 +15,10 @@ else
KEYWORDS="~amd64"
 fi
 
-LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
+# main pkg
+LICENSE="Apache-2.0"
+# deps
+LICENSE+=" BSD-2 BSD MIT MPL-2.0"
 SLOT="0"
 RESTRICT="test"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman-tui/

2023-10-18 Thread Florian Schmaus
commit: 87b67cf8a5d413bd44564f5fb8107a2573d86047
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Fri Sep 29 09:16:40 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Oct 18 18:48:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b67cf8

app-containers/podman-tui: add 0.11.0 and live

Terminal UI frontend for Podman

Signed-off-by: Rahil Bhimjiani  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33116
Signed-off-by: Florian Schmaus  gentoo.org>

 app-containers/podman-tui/Manifest |  1 +
 app-containers/podman-tui/metadata.xml | 17 +++
 app-containers/podman-tui/podman-tui-0.11.0.ebuild | 34 ++
 app-containers/podman-tui/podman-tui-.ebuild   | 34 ++
 4 files changed, 86 insertions(+)

diff --git a/app-containers/podman-tui/Manifest 
b/app-containers/podman-tui/Manifest
new file mode 100644
index ..165d9ec746e2
--- /dev/null
+++ b/app-containers/podman-tui/Manifest
@@ -0,0 +1 @@
+DIST podman-tui-0.11.0.tar.gz 13317542 BLAKE2B 
0492799b7e61eaa75344392d824be6f41bac0b61510587cca936ec2e5f516e2513e709d739e66cd86a658fa916f61a02dbf0802a3761bab2ccb11705c3d514f3
 SHA512 
1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2

diff --git a/app-containers/podman-tui/metadata.xml 
b/app-containers/podman-tui/metadata.xml
new file mode 100644
index ..a42c7454a3f3
--- /dev/null
+++ b/app-containers/podman-tui/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rahil3...@gmail.com
+   Rahil Bhimjiani
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   containers/podman-tui
+   
https://github.com/containers/podman-tui/issues
+   
https://github.com/containers/podman-tui/blob/main/README.md
+   
+

diff --git a/app-containers/podman-tui/podman-tui-0.11.0.ebuild 
b/app-containers/podman-tui/podman-tui-0.11.0.ebuild
new file mode 100644
index ..58c2601964d0
--- /dev/null
+++ b/app-containers/podman-tui/podman-tui-0.11.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+DESCRIPTION="Terminal UI frontend for Podman"
+HOMEPAGE="https://github.com/containers/podman-tui;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
+else
+   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
+SLOT="0"
+RESTRICT="test"
+RDEPEND="
+   >=app-containers/podman-4.0.2
+"
+
+src_compile() {
+   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
+   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
+   ego build -tags "${BUILDTAGS}"
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+}

diff --git a/app-containers/podman-tui/podman-tui-.ebuild 
b/app-containers/podman-tui/podman-tui-.ebuild
new file mode 100644
index ..58c2601964d0
--- /dev/null
+++ b/app-containers/podman-tui/podman-tui-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+DESCRIPTION="Terminal UI frontend for Podman"
+HOMEPAGE="https://github.com/containers/podman-tui;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/containers/podman-tui.git;
+else
+   SRC_URI="https://github.com/containers/podman-tui/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
+SLOT="0"
+RESTRICT="test"
+RDEPEND="
+   >=app-containers/podman-4.0.2
+"
+
+src_compile() {
+   # parse tags from Makefile & make them comma-seperated as 
space-seperated list is deprecated
+   local BUILDTAGS=$(grep 'BUILDTAGS :=' Makefile | awk -F\" '{ print $2; 
}' | sed -e 's| |,|g;')
+   ego build -tags "${BUILDTAGS}"
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+}