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

2024-02-23 Thread Joonas Niilola
commit: 4b4ba23921db9ceaf475d879df63e7b6523362ef
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Fri Jan  5 07:02:59 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb 23 12:53:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4ba239

app-containers/catatonit: drop 0.1.7

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/catatonit/Manifest  |  2 --
 app-containers/catatonit/catatonit-0.1.7-r1.ebuild | 31 --
 app-containers/catatonit/catatonit-0.1.7.ebuild| 29 
 3 files changed, 62 deletions(-)

diff --git a/app-containers/catatonit/Manifest 
b/app-containers/catatonit/Manifest
index 9d0f4c29aa55..2d8bb7fdb1a3 100644
--- a/app-containers/catatonit/Manifest
+++ b/app-containers/catatonit/Manifest
@@ -1,3 +1 @@
-DIST catatonit-0.1.7-automake.patch 965 BLAKE2B 
fd42082321b75210653657cadd09751aa70a1eabeea4abc0cbc06aa91c510cff70d4261759407426a198f1aa3a1826d9f3a255d18e0e22e2dad53eca6b76ee87
 SHA512 
62cb75e8dcff7348eb5fe9dfb57627659bb755ffdd6a29b6d4e486e2b4c92945fa7420410941523585102ac11b14c2a1700fb6fd3fd663e7f38c10863f82fa87
-DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
 DIST catatonit-0.2.0.tar.gz 16608 BLAKE2B 
27b6ed1148aaef963140c42e2cb6a7a8c9c25f01eef62cf519c3b1c230c8f30838f5b9cb54bf0b37b1194084f3f0c750e20316738a330d6a01c830b71b45623c
 SHA512 
115e72002e35bb2a03919f9422a9cb2d9a0e4f087862d4ffd20e9508af6d67efc359a577ec059574f2f6c98966a1f080b65dffc8dfb83b3c2ed48e63e2aeac3b

diff --git a/app-containers/catatonit/catatonit-0.1.7-r1.ebuild 
b/app-containers/catatonit/catatonit-0.1.7-r1.ebuild
deleted file mode 100644
index ed448c4f8b05..
--- a/app-containers/catatonit/catatonit-0.1.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A container init that is so simple it's effectively brain-dead"
-HOMEPAGE="https://github.com/openSUSE/catatonit;
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
-else
-   SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-src_prepare() {
-   default
-   sed -i -e 's|^AM_INIT_AUTOMAKE$||;' configure.ac || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodir /usr/libexec/podman
-   dosym -r /usr/bin/"${PN}" /usr/libexec/podman/"${PN}"
-}

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
deleted file mode 100644
index 376e881e4ac9..
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A container init that is so simple it's effectively brain-dead"
-HOMEPAGE="https://github.com/openSUSE/catatonit;
-SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://github.com/openSUSE/catatonit/pull/19.patch -> 
${P}-automake.patch"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-PATCHES=( "${DISTDIR}/${P}-automake.patch" )
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodir /usr/libexec/podman
-   ln "${ED}/usr/"{bin,libexec/podman}/catatonit || die
-}



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

2023-12-15 Thread Arthur Zamarin
commit: 76bb1267f46d2ee4a36b4774964b28fb05a379cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 17:33:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 17:33:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bb1267

app-containers/catatonit: Stabilize 0.2.0 arm64, #920024

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-containers/catatonit/catatonit-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/catatonit/catatonit-0.2.0.ebuild 
b/app-containers/catatonit/catatonit-0.2.0.ebuild
index fe9f57b4d930..d456e8839984 100644
--- a/app-containers/catatonit/catatonit-0.2.0.ebuild
+++ b/app-containers/catatonit/catatonit-0.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
 else
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 fi
 
 LICENSE="GPL-2+"



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

2023-12-15 Thread Arthur Zamarin
commit: dd917c93159889ace3e73636af2e360dc2f1c43f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 15 17:13:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 15 17:13:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd917c93

app-containers/catatonit: Stabilize 0.2.0 amd64, #920024

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-containers/catatonit/catatonit-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/catatonit/catatonit-0.2.0.ebuild 
b/app-containers/catatonit/catatonit-0.2.0.ebuild
index 74469d9d4d19..fe9f57b4d930 100644
--- a/app-containers/catatonit/catatonit-0.2.0.ebuild
+++ b/app-containers/catatonit/catatonit-0.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
 else
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
 fi
 
 LICENSE="GPL-2+"



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

2023-10-30 Thread Zac Medico
commit: b2ec41bf5a4a905ef926b40d9c2ef70ed1095f49
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Tue Oct 31 02:50:51 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Oct 31 03:38:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ec41bf

app-containers/catatonit: add 0.2.0, sync LICENSE changes and live

>From GPL3+ to GPL2+

Signed-off-by: Rahil Bhimjiani  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33602
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/catatonit/Manifest| 1 +
 .../catatonit/{catatonit-.ebuild => catatonit-0.2.0.ebuild}  | 5 +++--
 app-containers/catatonit/catatonit-.ebuild   | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-containers/catatonit/Manifest 
b/app-containers/catatonit/Manifest
index fa6878661536..9d0f4c29aa55 100644
--- a/app-containers/catatonit/Manifest
+++ b/app-containers/catatonit/Manifest
@@ -1,2 +1,3 @@
 DIST catatonit-0.1.7-automake.patch 965 BLAKE2B 
fd42082321b75210653657cadd09751aa70a1eabeea4abc0cbc06aa91c510cff70d4261759407426a198f1aa3a1826d9f3a255d18e0e22e2dad53eca6b76ee87
 SHA512 
62cb75e8dcff7348eb5fe9dfb57627659bb755ffdd6a29b6d4e486e2b4c92945fa7420410941523585102ac11b14c2a1700fb6fd3fd663e7f38c10863f82fa87
 DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
+DIST catatonit-0.2.0.tar.gz 16608 BLAKE2B 
27b6ed1148aaef963140c42e2cb6a7a8c9c25f01eef62cf519c3b1c230c8f30838f5b9cb54bf0b37b1194084f3f0c750e20316738a330d6a01c830b71b45623c
 SHA512 
115e72002e35bb2a03919f9422a9cb2d9a0e4f087862d4ffd20e9508af6d67efc359a577ec059574f2f6c98966a1f080b65dffc8dfb83b3c2ed48e63e2aeac3b

diff --git a/app-containers/catatonit/catatonit-.ebuild 
b/app-containers/catatonit/catatonit-0.2.0.ebuild
similarity index 92%
copy from app-containers/catatonit/catatonit-.ebuild
copy to app-containers/catatonit/catatonit-0.2.0.ebuild
index 1531acd41b04..74469d9d4d19 100644
--- a/app-containers/catatonit/catatonit-.ebuild
+++ b/app-containers/catatonit/catatonit-0.2.0.ebuild
@@ -7,7 +7,8 @@ inherit autotools
 
 DESCRIPTION="A container init that is so simple it's effectively brain-dead"
 HOMEPAGE="https://github.com/openSUSE/catatonit;
-if [[ ${PV} == ** ]]; then
+
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
 else
@@ -15,7 +16,7 @@ else
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
 fi
 
-LICENSE="GPL-3+"
+LICENSE="GPL-2+"
 SLOT="0"
 
 src_prepare() {

diff --git a/app-containers/catatonit/catatonit-.ebuild 
b/app-containers/catatonit/catatonit-.ebuild
index 1531acd41b04..74469d9d4d19 100644
--- a/app-containers/catatonit/catatonit-.ebuild
+++ b/app-containers/catatonit/catatonit-.ebuild
@@ -7,7 +7,8 @@ inherit autotools
 
 DESCRIPTION="A container init that is so simple it's effectively brain-dead"
 HOMEPAGE="https://github.com/openSUSE/catatonit;
-if [[ ${PV} == ** ]]; then
+
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
 else
@@ -15,7 +16,7 @@ else
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
 fi
 
-LICENSE="GPL-3+"
+LICENSE="GPL-2+"
 SLOT="0"
 
 src_prepare() {



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

2023-09-26 Thread Zac Medico
commit: 8c6eab345ef49bc684e162612a3aa9281beba13c
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Tue Sep 26 19:43:09 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 27 05:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6eab34

app-containers/catatonit: add live & fix symlink

Closes: https://github.com/gentoo/gentoo/pull/33075
Signed-off-by: Rahil Bhimjiani  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/catatonit/catatonit-0.1.7-r1.ebuild | 31 ++
 app-containers/catatonit/catatonit-.ebuild | 30 +
 app-containers/catatonit/metadata.xml  | 10 +++
 3 files changed, 71 insertions(+)

diff --git a/app-containers/catatonit/catatonit-0.1.7-r1.ebuild 
b/app-containers/catatonit/catatonit-0.1.7-r1.ebuild
new file mode 100644
index ..ed448c4f8b05
--- /dev/null
+++ b/app-containers/catatonit/catatonit-0.1.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A container init that is so simple it's effectively brain-dead"
+HOMEPAGE="https://github.com/openSUSE/catatonit;
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
+else
+   SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+src_prepare() {
+   default
+   sed -i -e 's|^AM_INIT_AUTOMAKE$||;' configure.ac || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodir /usr/libexec/podman
+   dosym -r /usr/bin/"${PN}" /usr/libexec/podman/"${PN}"
+}

diff --git a/app-containers/catatonit/catatonit-.ebuild 
b/app-containers/catatonit/catatonit-.ebuild
new file mode 100644
index ..1531acd41b04
--- /dev/null
+++ b/app-containers/catatonit/catatonit-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A container init that is so simple it's effectively brain-dead"
+HOMEPAGE="https://github.com/openSUSE/catatonit;
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git;
+else
+   SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodir /usr/libexec/podman
+   dosym -r /usr/bin/"${PN}" /usr/libexec/podman/"${PN}"
+}

diff --git a/app-containers/catatonit/metadata.xml 
b/app-containers/catatonit/metadata.xml
index dd80ca2b54fb..e709b5447a7e 100644
--- a/app-containers/catatonit/metadata.xml
+++ b/app-containers/catatonit/metadata.xml
@@ -4,7 +4,17 @@

zmed...@gentoo.org

+   
+   rahil3...@gmail.com
+   Rahil Bhimjiani
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

openSUSE/catatonit
+   https://github.com/openSUSE/catatonit/issues
+   
https://github.com/openSUSE/catatonit/blob/main/README.md

 



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

2022-10-15 Thread Sam James
commit: 505868bf09a66239b2f2959a7b00c419855df02b
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 23:31:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 15 23:31:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505868bf

app-containers/catatonit: use autotools.eclass

Signed-off-by: Sam James  gentoo.org>

 app-containers/catatonit/catatonit-0.1.7.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index 0da65b484e47..376e881e4ac9 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="A container init that is so simple it's effectively brain-dead"
 HOMEPAGE="https://github.com/openSUSE/catatonit;
 SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
@@ -12,11 +14,12 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
-PATCHES=("${DISTDIR}/${P}-automake.patch")
+PATCHES=( "${DISTDIR}/${P}-automake.patch" )
 
-src_configure() {
-   ./autogen.sh || die
+src_prepare() {
default
+
+   eautoreconf
 }
 
 src_install() {



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

2022-04-09 Thread Arthur Zamarin
commit: dd9cffa0e728df8ff5c4e3724619d6d953b93ea9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  9 19:47:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  9 19:47:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9cffa0

app-containers/catatonit: Stabilize 0.1.7 arm64, #836675

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-containers/catatonit/catatonit-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index 5a73346af452..0da65b484e47 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 PATCHES=("${DISTDIR}/${P}-automake.patch")
 



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

2022-04-07 Thread Jakov Smolić
commit: 05590d35a9b86e787be59dc9fc33218b3cf764e2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr  7 20:55:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr  7 20:57:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05590d35

app-containers/catatonit: Stabilize 0.1.7 amd64, #836675

Signed-off-by: Jakov Smolić  gentoo.org>

 app-containers/catatonit/catatonit-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index bc3f9fc2be56..5a73346af452 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
 
 PATCHES=("${DISTDIR}/${P}-automake.patch")
 



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

2022-03-09 Thread Yixun Lan
commit: 9a5dd9349f71c94b41ce9089a7e8857a0913d15a
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar 10 02:54:39 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar 10 03:22:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5dd934

app-containers/catatonit: keyword ~riscv, #834852

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-containers/catatonit/catatonit-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index 0c6d3f063bc5..bc3f9fc2be56 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
 
 PATCHES=("${DISTDIR}/${P}-automake.patch")
 



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

2022-03-06 Thread Zac Medico
commit: ea7185cbbdaba7f500bec49bdfa5fcc247d88df5
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  6 19:17:11 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  6 19:17:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7185cb

app-containers/catatonit: Fix AM_INIT_AUTOMAKE error

Closes: https://bugs.gentoo.org/834638
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/catatonit/Manifest   | 1 +
 app-containers/catatonit/catatonit-0.1.7.ebuild | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-containers/catatonit/Manifest 
b/app-containers/catatonit/Manifest
index d4badead76bb..fa6878661536 100644
--- a/app-containers/catatonit/Manifest
+++ b/app-containers/catatonit/Manifest
@@ -1 +1,2 @@
+DIST catatonit-0.1.7-automake.patch 965 BLAKE2B 
fd42082321b75210653657cadd09751aa70a1eabeea4abc0cbc06aa91c510cff70d4261759407426a198f1aa3a1826d9f3a255d18e0e22e2dad53eca6b76ee87
 SHA512 
62cb75e8dcff7348eb5fe9dfb57627659bb755ffdd6a29b6d4e486e2b4c92945fa7420410941523585102ac11b14c2a1700fb6fd3fd663e7f38c10863f82fa87
 DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index 70dfa947de0f..0c6d3f063bc5 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -5,12 +5,15 @@ EAPI=7
 
 DESCRIPTION="A container init that is so simple it's effectively brain-dead"
 HOMEPAGE="https://github.com/openSUSE/catatonit;
-SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/openSUSE/catatonit/pull/19.patch -> 
${P}-automake.patch"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc64"
 
+PATCHES=("${DISTDIR}/${P}-automake.patch")
+
 src_configure() {
./autogen.sh || die
default



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

2022-03-05 Thread Zac Medico
commit: 33f3e466a9598aaea21fbf2bdf427d30b8f23c14
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  5 19:29:10 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  5 19:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f3e466

app-containers/catatonit: Fix BadFilename

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/catatonit/Manifest   | 2 +-
 app-containers/catatonit/catatonit-0.1.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-containers/catatonit/Manifest 
b/app-containers/catatonit/Manifest
index 32720de2595a..d4badead76bb 100644
--- a/app-containers/catatonit/Manifest
+++ b/app-containers/catatonit/Manifest
@@ -1 +1 @@
-DIST 0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
+DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
index 5beb81856a7e..70dfa947de0f 100644
--- a/app-containers/catatonit/catatonit-0.1.7.ebuild
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="A container init that is so simple it's effectively brain-dead"
 HOMEPAGE="https://github.com/openSUSE/catatonit;
-SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${PV}.tar.gz"
+SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2022-03-05 Thread Zac Medico
commit: 41c2fb7e1d93eb17a0d1de3f896be06656aceac7
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  5 18:44:04 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  5 18:48:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c2fb7e

app-containers/catatonit: Initial import

Bug: https://bugs.gentoo.org/834569
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/catatonit/Manifest   |  1 +
 app-containers/catatonit/catatonit-0.1.7.ebuild | 23 +++
 app-containers/catatonit/metadata.xml   | 10 ++
 3 files changed, 34 insertions(+)

diff --git a/app-containers/catatonit/Manifest 
b/app-containers/catatonit/Manifest
new file mode 100644
index ..32720de2595a
--- /dev/null
+++ b/app-containers/catatonit/Manifest
@@ -0,0 +1 @@
+DIST 0.1.7.tar.gz 21720 BLAKE2B 
ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24
 SHA512 
7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67

diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild 
b/app-containers/catatonit/catatonit-0.1.7.ebuild
new file mode 100644
index ..5beb81856a7e
--- /dev/null
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A container init that is so simple it's effectively brain-dead"
+HOMEPAGE="https://github.com/openSUSE/catatonit;
+SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> 
${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+src_configure() {
+   ./autogen.sh || die
+   default
+}
+
+src_install() {
+   default
+   dodir /usr/libexec/podman
+   ln "${ED}/usr/"{bin,libexec/podman}/catatonit || die
+}

diff --git a/app-containers/catatonit/metadata.xml 
b/app-containers/catatonit/metadata.xml
new file mode 100644
index ..dd80ca2b54fb
--- /dev/null
+++ b/app-containers/catatonit/metadata.xml
@@ -0,0 +1,10 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   openSUSE/catatonit
+   
+