public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adam Feldman" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-admin/
Date: Mon,  6 Apr 2020 17:49:14 +0000 (UTC)	[thread overview]
Message-ID: <1586195338.84791cc609a07abc799ab451e68450e395dc7781.np-hardass@gentoo> (raw)

commit:     84791cc609a07abc799ab451e68450e395dc7781
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 04:55:11 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 17:48:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84791cc6

mate-extra/caja-admin: Add new package, caja-extension

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-extra/caja-admin/Manifest                     |  3 ++
 mate-extra/caja-admin/caja-admin-0.0.1.ebuild      | 40 ++++++++++++++++++
 mate-extra/caja-admin/caja-admin-0.0.2.ebuild      | 47 ++++++++++++++++++++++
 .../caja-admin/caja-admin-0.0.2_p20200328.ebuild   | 46 +++++++++++++++++++++
 mate-extra/caja-admin/caja-admin-9999.ebuild       | 46 +++++++++++++++++++++
 mate-extra/caja-admin/metadata.xml                 | 14 +++++++
 6 files changed, 196 insertions(+)

diff --git a/mate-extra/caja-admin/Manifest b/mate-extra/caja-admin/Manifest
new file mode 100644
index 00000000000..58fdbbd4862
--- /dev/null
+++ b/mate-extra/caja-admin/Manifest
@@ -0,0 +1,3 @@
+DIST 0.0.1.tar.gz 26920 BLAKE2B 29aa35ef185cd588fd9242ea2b019cb64c4a4965b77523937b8b36c3a3437f7171dac3a000b85d9c4183a962a9dc6be787589408c7804f696aeac3576b7fee50 SHA512 12f54aad32ac11d34ee8344d564d31f29a53324308923e54426ac3837702e71701cf139b150ec3ff210fb0739eb9c46b05c6380d8596031f71b71899800b767d
+DIST 0.0.2.tar.gz 27564 BLAKE2B 975bbba48508ed6a997190ea6d5432330710ee312fe6f1e130b47894331a35c32071a40691cf69f617d268ab85dca62bb8bb4577d49bdb3c75c65ce05b4b9220 SHA512 919a92e258585e4b6275d346c82a1f9fc90462aa0cdedafb78867b80496f44bbd3459ce5a67429c5dda499bff2928a014779e81c781278ac0603f6cbebd3ff9e
+DIST caja-admin-0.0.2_p20200328.tar.gz 27087 BLAKE2B 1d8ce82026249cff4dc3360cedffb79079e6608414a7718f265a19fce1a579d7f1fc4dadf3b05dd5ef19dbd12a92a61f90c04736cc9196d2dd5d4230c8c31784 SHA512 6a134e1d53bbdbf1a617582de67f7ddba7c7e0193a714246993092dd1c96c2ccc05afdb2da5cd2dfd974f7ab95e0aeedab244f2fa1335fd157ce45b4404a1f90

diff --git a/mate-extra/caja-admin/caja-admin-0.0.1.ebuild b/mate-extra/caja-admin/caja-admin-0.0.1.ebuild
new file mode 100644
index 00000000000..60be2b970af
--- /dev/null
+++ b/mate-extra/caja-admin/caja-admin-0.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019-2020 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"
+elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
+	SHA="0af109ac79df76fbcc406d577d79f1c64d1a1fca"
+	SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${SHA}"
+else
+	SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+CMAKE_MIN_VERSION="2.6"
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit cmake-utils 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}
+	dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
+	sys-auth/polkit
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+BDEPEND=""

diff --git a/mate-extra/caja-admin/caja-admin-0.0.2.ebuild b/mate-extra/caja-admin/caja-admin-0.0.2.ebuild
new file mode 100644
index 00000000000..2e831ad327a
--- /dev/null
+++ b/mate-extra/caja-admin/caja-admin-0.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2020 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"
+elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
+	SHA="0af109ac79df76fbcc406d577d79f1c64d1a1fca"
+	SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${SHA}"
+else
+	SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+CMAKE_MIN_VERSION="2.6"
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+
+inherit cmake-utils 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() {
+	cmake-utils_src_install
+	python_optimize "${D}/usr/share/caja-python/extensions"
+}

diff --git a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
new file mode 100644
index 00000000000..c28a2709c4a
--- /dev/null
+++ b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2020 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"
+elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
+	SHA="b20de2dd2e1ef74db66705965fd7480e2bf98153"
+	SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${SHA}"
+else
+	SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+
+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"
+}

diff --git a/mate-extra/caja-admin/caja-admin-9999.ebuild b/mate-extra/caja-admin/caja-admin-9999.ebuild
new file mode 100644
index 00000000000..c28a2709c4a
--- /dev/null
+++ b/mate-extra/caja-admin/caja-admin-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2020 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"
+elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
+	SHA="b20de2dd2e1ef74db66705965fd7480e2bf98153"
+	SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${SHA}"
+else
+	SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+
+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"
+}

diff --git a/mate-extra/caja-admin/metadata.xml b/mate-extra/caja-admin/metadata.xml
new file mode 100644
index 00000000000..682f6e8d2bd
--- /dev/null
+++ b/mate-extra/caja-admin/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+	<longdescription lang="en">
+			An extension for Caja that allows administrator access
+	</longdescription>
+	<upstream>
+		<remote-id type="github">infirit/caja-admin</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-04-06 17:49 UTC|newest]

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

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=1586195338.84791cc609a07abc799ab451e68450e395dc7781.np-hardass@gentoo \
    --to=np-hardass@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