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 271E813835A for ; Thu, 20 May 2021 12:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AB0E091D; Thu, 20 May 2021 12:37:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 21B9DE091D for ; Thu, 20 May 2021 12:37:24 +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 D8F18340D41 for ; Thu, 20 May 2021 12:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861DC79D for ; Thu, 20 May 2021 12:37:18 +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: <1621514228.314af88f7ba18470f303ac039632efbb2c8c0c21.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-desktop-icons-ng/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 314af88f7ba18470f303ac039632efbb2c8c0c21 X-VCS-Branch: master Date: Thu, 20 May 2021 12:37:18 +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: da8f4a9f-1618-4c02-b6f1-d3706e0f68a1 X-Archives-Hash: fb4069641bfaefddbbe874df288adec6 commit: 314af88f7ba18470f303ac039632efbb2c8c0c21 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 20 12:29:56 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 20 12:37:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314af88f gnome-extra/gnome-shell-extension-desktop-icons-ng: Shorter description Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild index 52b1feae7f4..5b85f95673b 100644 --- a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild +++ b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.17.0.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils meson MY_PN="ding" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A fork from the official desktop icons project, with several enhancements like Drag'n'Drop" +DESCRIPTION="Fork from the desktop-icons project, with several enhancements like Drag'n'Drop" HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng" SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/uploads/a434978b57ec46ad0e35352b27d525c6/${MY_P}.tar.xz"