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