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 3F853138334 for ; Sun, 20 Oct 2019 10:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 268AAE0932; Sun, 20 Oct 2019 10:14:46 +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 F13B4E0932 for ; Sun, 20 Oct 2019 10:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4824C34C0B1 for ; Sun, 20 Oct 2019 10:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB5C896 for ; Sun, 20 Oct 2019 10:14:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1571566472.5f0b094419e9c9bdeac7631063b791eb118a1e03.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-desktop-icons/Manifest gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.3.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-desktop-icons/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5f0b094419e9c9bdeac7631063b791eb118a1e03 X-VCS-Branch: master Date: Sun, 20 Oct 2019 10:14:40 +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: 6ac83d0b-e761-4fa0-a77f-5a4e557a9721 X-Archives-Hash: abd57bdba73069a1f45a07296c62ec59 commit: 5f0b094419e9c9bdeac7631063b791eb118a1e03 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 20 09:28:36 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 20 10:14:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0b0944 gnome-extra/gnome-shell-extension-desktop-icons: Drop old Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-desktop-icons/Manifest | 1 - ...me-shell-extension-desktop-icons-19.01.3.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/Manifest b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest index 25d3df6e1de..47548706887 100644 --- a/gnome-extra/gnome-shell-extension-desktop-icons/Manifest +++ b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest @@ -1,2 +1 @@ -DIST desktop-icons-19.01.3.tar.xz 45528 BLAKE2B d556669b521f6d86623c97d89c6b89cba4e9dea4ec512205eee8032dfdccfe39fd2e315367cc2b256b836b48b4ae1ecffa7d6b46a4b016226c485cc3db8d6a53 SHA512 cc8c086672a4537d4ae730b4a139a7148b509dfc148fefb450531c6f2291f02b7a4962df05a07f2b94949d2f68bf72c07fec497a32d0928498bbd345769021c5 DIST desktop-icons-19.01.4.tar.xz 46712 BLAKE2B 6991d45bf7e8e0373fa42985d5e6a416a3cdbe90abe539dcfc474bbae58763843ec73fb379f4ed69637c31916b1a11ee3e08f4166b691e76691a03d77be33d08 SHA512 db840b2a5a5848c1bf151b59c3c35dba163f23026cc0d0a859cab5746ed15569153c70357dcc9d38637ef1af27a2df0d2e942a97521e4f750265ae4bc6bc1666 diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.3.ebuild b/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.3.ebuild deleted file mode 100644 index cbdff8d7584..00000000000 --- a/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome2-utils meson - -MY_PN="${PN/gnome-shell-extension-/}" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="A GNOME Shell extension for providing desktop icons" -HOMEPAGE="https://gitlab.gnome.org/World/ShellExtensions/desktop-icons" -SRC_URI="https://gitlab.gnome.org/World/ShellExtensions/${MY_PN}/uploads/5de9fa81ff4ef1d16edcd96041063f91/${MY_P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -COMMON_DEPEND="dev-libs/glib:2" -RDEPEND="${COMMON_DEPEND} - app-eselect/eselect-gnome-shell-extensions - >=gnome-base/gnome-shell-3.30.0 - >=gnome-base/nautilus-3.30.4 - sys-apps/xdg-desktop-portal -" -DEPEND="${COMMON_DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${MY_P}" - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_schemas_update - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? -} - -pkg_postrm() { - gnome2_schemas_update -}