public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2022-10-24 13:52 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-24 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     951d754961c629d8e0a506a1b8348ed81bb2da90
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Oct 14 17:48:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 13:50:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951d7549

mate-extra/caja-actions: new package, add 1.26.0

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mate-extra/caja-actions/Manifest                   |  1 +
 mate-extra/caja-actions/caja-actions-1.26.0.ebuild | 37 ++++++++++++++++++++++
 mate-extra/caja-actions/metadata.xml               | 11 +++++++
 3 files changed, 49 insertions(+)

diff --git a/mate-extra/caja-actions/Manifest b/mate-extra/caja-actions/Manifest
new file mode 100644
index 000000000000..58f9ece93e7e
--- /dev/null
+++ b/mate-extra/caja-actions/Manifest
@@ -0,0 +1 @@
+DIST caja-actions-1.26.0.tar.xz 11177892 BLAKE2B dd7d36995051f3640569557498dcf26aa2c65aa30dcfed4cead10804a253ab923ea5bddc3b0063f873e0ddde9c4c0d0d0a2b08c0c48b6676d4eed130406b55a1 SHA512 1387fdcfd960ff616f478972f59fa141278cc0b0896c2702ca65be29874af8f2b1a6b6bddd8f6ffd2f8a0d2603af0f1393925d5144b16b836fd5de6ab90a3504

diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
new file mode 100644
index 000000000000..e2cc3e458fd9
--- /dev/null
+++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT=yes
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Caja Actions"
+HOMEPAGE="https://github.com/infirit/caja-admin"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=x11-libs/gtk+-3.22:3
+	>=gnome-base/libgtop-2.23.1:2=
+	dev-libs/libxml2
+	>=mate-base/caja-1.17
+	x11-libs/libSM
+	virtual/libintl
+	"
+
+RDEPEND="${COMMON_DEPEND}"
+
+BEPEND="${COMMON_DEPEND}
+	>=sys-devel/gettext-0.19.8
+	>=sys-devel/autoconf-2.53:*
+	>=sys-devel/libtool-2.2.6:2
+	virtual/pkgconfig
+	"

diff --git a/mate-extra/caja-actions/metadata.xml b/mate-extra/caja-actions/metadata.xml
new file mode 100644
index 000000000000..4148eaae6382
--- /dev/null
+++ b/mate-extra/caja-actions/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>mate@gentoo.org</email>
+		<name>Gentoo MATE Desktop</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mate-desktop/caja-actions</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2022-10-24 13:52 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-24 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8ec14688c88916014198689a1fa4887a8ceb8ecb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 13:51:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 13:51:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec14688

mate-extra/caja-actions: fix typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.26.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
index e2cc3e458fd9..1dcf22d08048 100644
--- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
@@ -25,13 +25,11 @@ COMMON_DEPEND="
 	>=mate-base/caja-1.17
 	x11-libs/libSM
 	virtual/libintl
-	"
-
+"
 RDEPEND="${COMMON_DEPEND}"
-
-BEPEND="${COMMON_DEPEND}
+BDEPEND="${COMMON_DEPEND}
 	>=sys-devel/gettext-0.19.8
 	>=sys-devel/autoconf-2.53:*
 	>=sys-devel/libtool-2.2.6:2
 	virtual/pkgconfig
-	"
+"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2023-10-19 14:53 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2023-10-19 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8315a670592f168409765e586cac4944a874ca4e
Author:     dhirsbrunner <53242025+dhirsbrunner <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Jul 17 05:35:54 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 14:52:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8315a670

mate-extra/caja-actions: change homepage to be caja-actions instead of caja-admin

Signed-off-by: dhirsbrunner <53242025+dhirsbrunner <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/31920
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
index 1dcf22d08048..c2a5dca16244 100644
--- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} != 9999 ]]; then
 fi
 
 DESCRIPTION="Caja Actions"
-HOMEPAGE="https://github.com/infirit/caja-admin"
+HOMEPAGE="https://github.com/mate-desktop/caja-actions"
 
 LICENSE="GPL-2+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2023-10-19 14:53 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2023-10-19 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     304235d65814f579093782136c26f963331600d8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 13:37:28 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 14:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304235d6

mate-extra/caja-actions: Update copyright year

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
index c2a5dca16244..be5c9c9223d1 100644
--- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2024-06-16  6:06 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-06-16  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5fa15d05a0fecb574d62d7113f04b2085b911f0c
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sat Jun 15 13:00:36 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 06:04:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa15d05

mate-extra/caja-actions: adjust dependency for 1.28

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
index 68ee4015cebd..78dee5dd4bb5 100644
--- a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
 	>=x11-libs/gtk+-3.22:3
 	>=gnome-base/libgtop-2.23.1:2=
 	dev-libs/libxml2
-	>=mate-base/caja-1.17
+	>=mate-base/caja-1.28.0
 	x11-libs/libSM
 	virtual/libintl
 "


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2024-08-30  5:57 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-30  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d2258dcb04443af80ca49d9e58f71a0eb8c41b1a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 05:56:43 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 05:56:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2258dcb

mate-extra/caja-actions: Stabilize 1.28.0 x86, #938707

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
index 78dee5dd4bb5..131813cc813f 100644
--- a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
@@ -9,7 +9,7 @@ inherit mate
 
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Caja Actions"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2024-08-30  5:57 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-30  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     39d70c68b915c99c7b7534690758094036172298
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 05:57:23 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 05:57:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d70c68

mate-extra/caja-actions: Stabilize 1.28.0 amd64, #938707

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mate-extra/caja-actions/caja-actions-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
index 131813cc813f..2707562c0dde 100644
--- a/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
+++ b/mate-extra/caja-actions/caja-actions-1.28.0.ebuild
@@ -9,7 +9,7 @@ inherit mate
 
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Caja Actions"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/
@ 2024-09-17 17:50 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-09-17 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e4b0ce3cef0f5f61da8c65450351fee9d0d64e7b
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 12:22:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b0ce3c

mate-extra/caja-actions: drop 1.26.0

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mate-extra/caja-actions/Manifest                   |  1 -
 mate-extra/caja-actions/caja-actions-1.26.0.ebuild | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/mate-extra/caja-actions/Manifest b/mate-extra/caja-actions/Manifest
index 7b7b25b2dc83..87b39929ee7a 100644
--- a/mate-extra/caja-actions/Manifest
+++ b/mate-extra/caja-actions/Manifest
@@ -1,2 +1 @@
-DIST caja-actions-1.26.0.tar.xz 11177892 BLAKE2B dd7d36995051f3640569557498dcf26aa2c65aa30dcfed4cead10804a253ab923ea5bddc3b0063f873e0ddde9c4c0d0d0a2b08c0c48b6676d4eed130406b55a1 SHA512 1387fdcfd960ff616f478972f59fa141278cc0b0896c2702ca65be29874af8f2b1a6b6bddd8f6ffd2f8a0d2603af0f1393925d5144b16b836fd5de6ab90a3504
 DIST caja-actions-1.28.0.tar.xz 11212708 BLAKE2B e1a1ed5a6cd6b011498f665b3a341d453acbd18243b1b4942d742fe0e74690632520852473782b3587f4ff32932da7696c4eb7366b6ac34ce0a2d27fde7a8efe SHA512 344676ca1aff038a037786c62e1249dcb33e5b0969d0c48f25ea713c87db02bf6629946b5e2b8a06be8da1820b275d082c8e0e41c8be7c6b12e235eb82c62d97

diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
deleted file mode 100644
index e967401e4635..000000000000
--- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT=yes
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Caja Actions"
-HOMEPAGE="https://github.com/mate-desktop/caja-actions"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.32:2
-	>=x11-libs/gtk+-3.22:3
-	>=gnome-base/libgtop-2.23.1:2=
-	dev-libs/libxml2
-	>=mate-base/caja-1.17
-	x11-libs/libSM
-	virtual/libintl
-"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="${COMMON_DEPEND}
-	>=sys-devel/gettext-0.19.8
-	>=dev-build/autoconf-2.53:*
-	>=dev-build/libtool-2.2.6:2
-	virtual/pkgconfig
-"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-17 17:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24 13:52 [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-actions/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 17:50 Andreas Sturmlechner
2024-08-30  5:57 Joonas Niilola
2024-08-30  5:57 Joonas Niilola
2024-06-16  6:06 Joonas Niilola
2023-10-19 14:53 Pacho Ramos
2023-10-19 14:53 Pacho Ramos
2022-10-24 13:52 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox