Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/
Date: Sat, 12 Jun 2021 03:55:41
Message-Id: 1623470118.9668c225f7ec121a9cfbd1300300531c4bb9b802.sam@gentoo
1 commit: 9668c225f7ec121a9cfbd1300300531c4bb9b802
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Fri Jun 11 16:47:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 03:55:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9668c225
7
8 gnome-extra/nemo: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 gnome-extra/nemo/Manifest | 1 -
15 gnome-extra/nemo/nemo-4.6.5-r1.ebuild | 83 -----------------------------------
16 2 files changed, 84 deletions(-)
17
18 diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
19 index fa71cac1fcf..c68d852d7d7 100644
20 --- a/gnome-extra/nemo/Manifest
21 +++ b/gnome-extra/nemo/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST nemo-4.6.5.tar.gz 1468701 BLAKE2B 42b47300782745e4ae98db164ca547b0794caf8f0883db4241f2f0ed2e375e5c8564cff6d878142b55744ce41f49c60aad3f24930398ff68444e32c572d7e9bd SHA512 3c8c95e75e8bc499b56d1fd133f5ccc86ad18dae2219772b732586fd684a4a7a36e51fa61e6b734ad182ffd96636bdf276b8645d049e5ca68795fac274236eb6
24 DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63 SHA512 b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
25 DIST nemo-5.0.0.tar.gz 1482253 BLAKE2B 98727151af7ee8d5047f181308a8a06ba967a0e78438793fd006fa813110a91f8a50a5e1742749ce25ad5674793b67523c5af4e66cdfb6635d93df82fb8bb1e0 SHA512 59b9fb4e32ec8ebfcad632b06b57ea9d79152a36274deaf885bfcaaae6cafee0de0e05c4b9f917c8cc8462e46bdcac27e81b4b3c1fa3f9eb1b6682a31397b13e
26
27 diff --git a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild b/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
28 deleted file mode 100644
29 index e6404bafd16..00000000000
30 --- a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
31 +++ /dev/null
32 @@ -1,83 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7,8} )
38 -
39 -inherit meson gnome2-utils python-single-r1 virtualx xdg
40 -
41 -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
42 -HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
43 -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE="doc exif +nls selinux tracker xmp"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -RESTRICT=test
51 -
52 -COMMON_DEPEND="
53 - ${PYTHON_DEPS}
54 - >=dev-libs/glib-2.37.3:2[dbus]
55 - >=dev-libs/gobject-introspection-0.6.4:=
56 - >=gnome-extra/cinnamon-desktop-4.4:0=
57 - >=x11-libs/pango-1.28.3
58 - >=x11-libs/gtk+-3.9.10:3[introspection]
59 - >=dev-libs/libxml2-2.7.8:2
60 -
61 - gnome-base/dconf:0=
62 - >=x11-libs/libnotify-0.7:=
63 - x11-libs/libX11
64 - >=x11-libs/xapps-1.8.0
65 -
66 - exif? ( >=media-libs/libexif-0.6.20:= )
67 - tracker? ( >=app-misc/tracker-2.0:0= )
68 - xmp? ( >=media-libs/exempi-2.2.0:= )
69 - selinux? ( sys-libs/libselinux )
70 -"
71 -RDEPEND="${COMMON_DEPEND}
72 - x11-themes/adwaita-icon-theme
73 - nls? ( >=gnome-extra/cinnamon-translations-4.4 )
74 - $(python_gen_cond_dep '
75 - dev-python/polib[${PYTHON_USEDEP}]
76 - dev-python/pygobject:3[${PYTHON_USEDEP}]
77 - ')
78 -"
79 -PDEPEND=">=gnome-base/gvfs-0.1.2"
80 -DEPEND="${COMMON_DEPEND}
81 - x11-base/xorg-proto
82 -"
83 -BDEPEND="
84 - >=dev-util/gdbus-codegen-2.31.0
85 - >=dev-util/intltool-0.40.1
86 - sys-devel/gettext
87 - virtual/pkgconfig
88 - doc? ( dev-util/gtk-doc )
89 -"
90 -
91 -src_prepare() {
92 - default
93 - python_fix_shebang files/usr/share/nemo/actions install-scripts
94 -}
95 -
96 -src_configure() {
97 - local emesonargs=(
98 - $(meson_use exif)
99 - $(meson_use tracker)
100 - $(meson_use xmp)
101 - $(meson_use selinux)
102 - $(meson_use doc gtk_doc)
103 - )
104 - meson_src_configure
105 -}
106 -
107 -pkg_postinst() {
108 - xdg_pkg_postinst
109 - gnome2_schemas_update
110 -}
111 -
112 -pkg_postrm() {
113 - xdg_pkg_postrm
114 - gnome2_schemas_update
115 -}