From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D6141382C5 for ; Sun, 27 Dec 2020 05:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A8D22BC022; Sun, 27 Dec 2020 05:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 313F52BC022 for ; Sun, 27 Dec 2020 05:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42892340D77 for ; Sun, 27 Dec 2020 05:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79BDA478 for ; Sun, 27 Dec 2020 05:06:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609045596.7ae448559a96554969b76096a6d22cbb29b11874.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/Manifest gnome-extra/nemo/nemo-4.4.2.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ae448559a96554969b76096a6d22cbb29b11874 X-VCS-Branch: master Date: Sun, 27 Dec 2020 05:06:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dc6bfd8-fd25-49d5-ac89-a444b399a446 X-Archives-Hash: 39a1b1c8e654aedc18689cf2b51c4bef commit: 7ae448559a96554969b76096a6d22cbb29b11874 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Thu Dec 24 07:03:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 05:06:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae44855 gnome-extra/nemo: Remove old Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Sam James gentoo.org> gnome-extra/nemo/Manifest | 1 - gnome-extra/nemo/nemo-4.4.2.ebuild | 82 -------------------------------------- 2 files changed, 83 deletions(-) diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest index bbffdebbe95..5b96c54a569 100644 --- a/gnome-extra/nemo/Manifest +++ b/gnome-extra/nemo/Manifest @@ -1,2 +1 @@ -DIST nemo-4.4.2.tar.gz 1462269 BLAKE2B 365cd98a05c0c4aa1c86a3e7a565904852bd02d92ace8593043ae8a58f5b9d3eda71e8b0d329a177ed59c0d8f1330ae61f5bcc6671110e82bbd9baad84faa9f0 SHA512 b951c401f93d04061a0ef0accc810ecc7f0487617f089960ab58886a6ca6ecd0af3a98c47e9a620a4d6f8f530a11af9cae20903d089177e69bfa12f9ca31ec5c DIST nemo-4.6.5.tar.gz 1468701 BLAKE2B 42b47300782745e4ae98db164ca547b0794caf8f0883db4241f2f0ed2e375e5c8564cff6d878142b55744ce41f49c60aad3f24930398ff68444e32c572d7e9bd SHA512 3c8c95e75e8bc499b56d1fd133f5ccc86ad18dae2219772b732586fd684a4a7a36e51fa61e6b734ad182ffd96636bdf276b8645d049e5ca68795fac274236eb6 diff --git a/gnome-extra/nemo/nemo-4.4.2.ebuild b/gnome-extra/nemo/nemo-4.4.2.ebuild deleted file mode 100644 index ae981c8d835..00000000000 --- a/gnome-extra/nemo/nemo-4.4.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,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 ~x86" -IUSE="doc exif +nls selinux 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.4.0 - - exif? ( >=media-libs/libexif-0.6.20:= ) - 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() { - xdg_environment_reset - default - python_fix_shebang files/usr/share/nemo/actions -} - -src_configure() { - local emesonargs=( - $(meson_use exif) - $(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 -}