public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-admin/
Date: Sat,  3 Dec 2022 01:04:24 +0000 (UTC)	[thread overview]
Message-ID: <1670029455.2854aa270d0e8ffb07e6ca15b6be49bee0648d49.sam@gentoo> (raw)

commit:     2854aa270d0e8ffb07e6ca15b6be49bee0648d49
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Dec  2 09:42:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 01:04:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2854aa27

mate-extra/caja-admin: new package, add 0.0.5

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

 mate-extra/caja-admin/Manifest                     |  2 +-
 ...-admin-0.0.4.ebuild => caja-admin-0.0.5.ebuild} |  7 ++--
 mate-extra/caja-admin/caja-admin-9999.ebuild       | 41 ----------------------
 3 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/mate-extra/caja-admin/Manifest b/mate-extra/caja-admin/Manifest
index 4d0b52735048..b3997666207b 100644
--- a/mate-extra/caja-admin/Manifest
+++ b/mate-extra/caja-admin/Manifest
@@ -1 +1 @@
-DIST caja-admin-0.0.4.tar.gz 28095 BLAKE2B 1f3d89e2c7f9815eb088694105eb6eba2b3da2f2ceabde8e468b5baec4a351cc7602ecb85b241c664bee9ff394aa9155a8dcfd569f9ec888cf5cacf4ae167f85 SHA512 2aaa9c745e0532e2d1727382c89bfd679d5ae61e1aba78a41694f3c5c804d9f88424b60a2c412bb940b4df9a056bb73b195fc59dfc48827763dc7fb3678a0ac1
+DIST caja-admin-0.0.5.tar.gz 28512 BLAKE2B aac8f25783d0e56ccd18a07a9b62fcbb228aea36f887fcff5ffda243c20c7b5cb3a9855625a8b1adc98b2b72206aaf02dbbb6992b33b06b8aeb6a77584e6c08f SHA512 494b88c9cbf1ec56d14e6b2463817f606c3362c9b84ef4d75ff60189bc5498c76d712cd68fa6cf188a1e4c708dd3cb9b49eb08ea12c624fee3a6955669837a19

diff --git a/mate-extra/caja-admin/caja-admin-0.0.4.ebuild b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild
similarity index 86%
rename from mate-extra/caja-admin/caja-admin-0.0.4.ebuild
rename to mate-extra/caja-admin/caja-admin-0.0.5.ebuild
index b4284dbdb57c..631edfddfcdd 100644
--- a/mate-extra/caja-admin/caja-admin-0.0.4.ebuild
+++ b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10,3_11} )
 
 inherit meson python-single-r1
 
@@ -30,10 +30,9 @@ RDEPEND="${COMMON_DEPEND}
 	sys-auth/polkit
 	x11-terms/mate-terminal
 "
-DEPEND="${COMMON_DEPEND}
+BDEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
 "
-BDEPEND=""
 
 src_install() {
 	meson_src_install

diff --git a/mate-extra/caja-admin/caja-admin-9999.ebuild b/mate-extra/caja-admin/caja-admin-9999.ebuild
deleted file mode 100644
index b4284dbdb57c..000000000000
--- a/mate-extra/caja-admin/caja-admin-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "9999" ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/infirit/caja-admin"
-else
-	SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
-
-inherit meson python-single-r1
-
-DESCRIPTION="Caja Admin Extension"
-HOMEPAGE="https://github.com/infirit/caja-admin"
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}"
-RDEPEND="${COMMON_DEPEND}
-	app-editors/pluma
-	dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
-	sys-auth/polkit
-	x11-terms/mate-terminal
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-"
-BDEPEND=""
-
-src_install() {
-	meson_src_install
-	python_optimize "${D}/usr/share/caja-python/extensions"
-}


             reply	other threads:[~2022-12-03  1:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  1:04 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29 10:42 [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-admin/ Pacho Ramos
2021-09-21  8:10 Michał Górny
2021-08-02  1:40 Adam Feldman
2021-08-02  1:40 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-05-07 15:08 Michał Górny
2020-04-07 18:31 Adam Feldman
2020-04-06 17:49 Adam Feldman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1670029455.2854aa270d0e8ffb07e6ca15b6be49bee0648d49.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox