Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-admin/
Date: Tue, 21 Sep 2021 08:20:14
Message-Id: 1632211374.023cdaaff19099759166a8b22e857b0bdb473c65.mgorny@gentoo
1 commit: 023cdaaff19099759166a8b22e857b0bdb473c65
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 08:02:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 08:02:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023cdaaf
7
8 mate-extra/caja-admin: Remove old version with QA violations
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 mate-extra/caja-admin/Manifest | 1 -
13 .../caja-admin/caja-admin-0.0.2_p20200328.ebuild | 46 ----------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/mate-extra/caja-admin/Manifest b/mate-extra/caja-admin/Manifest
17 index 5569651b0b3..4d0b5273504 100644
18 --- a/mate-extra/caja-admin/Manifest
19 +++ b/mate-extra/caja-admin/Manifest
20 @@ -1,2 +1 @@
21 -DIST caja-admin-0.0.2_p20200328.tar.gz 27087 BLAKE2B 1d8ce82026249cff4dc3360cedffb79079e6608414a7718f265a19fce1a579d7f1fc4dadf3b05dd5ef19dbd12a92a61f90c04736cc9196d2dd5d4230c8c31784 SHA512 6a134e1d53bbdbf1a617582de67f7ddba7c7e0193a714246993092dd1c96c2ccc05afdb2da5cd2dfd974f7ab95e0aeedab244f2fa1335fd157ce45b4404a1f90
22 DIST caja-admin-0.0.4.tar.gz 28095 BLAKE2B 1f3d89e2c7f9815eb088694105eb6eba2b3da2f2ceabde8e468b5baec4a351cc7602ecb85b241c664bee9ff394aa9155a8dcfd569f9ec888cf5cacf4ae167f85 SHA512 2aaa9c745e0532e2d1727382c89bfd679d5ae61e1aba78a41694f3c5c804d9f88424b60a2c412bb940b4df9a056bb73b195fc59dfc48827763dc7fb3678a0ac1
23
24 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
25 deleted file mode 100644
26 index fe11a584be5..00000000000
27 --- a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
28 +++ /dev/null
29 @@ -1,46 +0,0 @@
30 -# Copyright 2019-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -if [[ ${PV} == "9999" ]]; then
36 - inherit git-r3
37 - EGIT_REPO_URI="https://github.com/infirit/caja-admin"
38 -elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
39 - SHA="b20de2dd2e1ef74db66705965fd7480e2bf98153"
40 - SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64 ~x86"
42 - S="${WORKDIR}/${PN}-${SHA}"
43 -else
44 - SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64 x86"
46 -fi
47 -
48 -PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
49 -
50 -inherit meson python-single-r1
51 -
52 -DESCRIPTION="Caja Admin Extension"
53 -HOMEPAGE="https://github.com/infirit/caja-admin"
54 -
55 -LICENSE="GPL-3+"
56 -SLOT="0"
57 -IUSE=""
58 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59 -
60 -COMMON_DEPEND="${PYTHON_DEPS}"
61 -RDEPEND="${COMMON_DEPEND}
62 - app-editors/pluma
63 - dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
64 - sys-auth/polkit
65 - x11-terms/mate-terminal
66 -"
67 -DEPEND="${COMMON_DEPEND}
68 - sys-devel/gettext
69 -"
70 -BDEPEND=""
71 -
72 -src_install() {
73 - meson_src_install
74 - python_optimize "${D}/usr/share/caja-python/extensions"
75 -}