commit:     9668c225f7ec121a9cfbd1300300531c4bb9b802
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Fri Jun 11 16:47:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 03:55:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9668c225

gnome-extra/nemo: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/nemo/Manifest             |  1 -
 gnome-extra/nemo/nemo-4.6.5-r1.ebuild | 83 -----------------------------------
 2 files changed, 84 deletions(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index fa71cac1fcf..c68d852d7d7 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,3 +1,2 @@
-DIST nemo-4.6.5.tar.gz 1468701 BLAKE2B 
42b47300782745e4ae98db164ca547b0794caf8f0883db4241f2f0ed2e375e5c8564cff6d878142b55744ce41f49c60aad3f24930398ff68444e32c572d7e9bd
 SHA512 
3c8c95e75e8bc499b56d1fd133f5ccc86ad18dae2219772b732586fd684a4a7a36e51fa61e6b734ad182ffd96636bdf276b8645d049e5ca68795fac274236eb6
 DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 
10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63
 SHA512 
b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
 DIST nemo-5.0.0.tar.gz 1482253 BLAKE2B 
98727151af7ee8d5047f181308a8a06ba967a0e78438793fd006fa813110a91f8a50a5e1742749ce25ad5674793b67523c5af4e66cdfb6635d93df82fb8bb1e0
 SHA512 
59b9fb4e32ec8ebfcad632b06b57ea9d79152a36274deaf885bfcaaae6cafee0de0e05c4b9f917c8cc8462e46bdcac27e81b4b3c1fa3f9eb1b6682a31397b13e

diff --git a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild 
b/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
deleted file mode 100644
index e6404bafd16..00000000000
--- a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit meson gnome2-utils python-single-r1 virtualx xdg
-
-DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/";
-SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc exif +nls selinux tracker xmp"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT=test
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       >=dev-libs/glib-2.37.3:2[dbus]
-       >=dev-libs/gobject-introspection-0.6.4:=
-       >=gnome-extra/cinnamon-desktop-4.4:0=
-       >=x11-libs/pango-1.28.3
-       >=x11-libs/gtk+-3.9.10:3[introspection]
-       >=dev-libs/libxml2-2.7.8:2
-
-       gnome-base/dconf:0=
-       >=x11-libs/libnotify-0.7:=
-       x11-libs/libX11
-       >=x11-libs/xapps-1.8.0
-
-       exif? ( >=media-libs/libexif-0.6.20:= )
-       tracker? ( >=app-misc/tracker-2.0:0= )
-       xmp? ( >=media-libs/exempi-2.2.0:= )
-       selinux? ( sys-libs/libselinux )
-"
-RDEPEND="${COMMON_DEPEND}
-       x11-themes/adwaita-icon-theme
-       nls? ( >=gnome-extra/cinnamon-translations-4.4 )
-       $(python_gen_cond_dep '
-               dev-python/polib[${PYTHON_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_USEDEP}]
-       ')
-"
-PDEPEND=">=gnome-base/gvfs-0.1.2"
-DEPEND="${COMMON_DEPEND}
-       x11-base/xorg-proto
-"
-BDEPEND="
-       >=dev-util/gdbus-codegen-2.31.0
-       >=dev-util/intltool-0.40.1
-       sys-devel/gettext
-       virtual/pkgconfig
-       doc? ( dev-util/gtk-doc )
-"
-
-src_prepare() {
-       default
-       python_fix_shebang files/usr/share/nemo/actions install-scripts
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use exif)
-               $(meson_use tracker)
-               $(meson_use xmp)
-               $(meson_use selinux)
-               $(meson_use doc gtk_doc)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to