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 96BB413933E for ; Thu, 8 Jul 2021 17:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D98A1E0B5D; Thu, 8 Jul 2021 17:35:15 +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 C304EE0B5D for ; Thu, 8 Jul 2021 17:35:15 +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 E62EC340BDA for ; Thu, 8 Jul 2021 17:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF35C7CE for ; Thu, 8 Jul 2021 17:35:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1625765704.ccbfa31a85bf0c3e6857195d5526ea61e77c4648.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ccbfa31a85bf0c3e6857195d5526ea61e77c4648 X-VCS-Branch: master Date: Thu, 8 Jul 2021 17:35:11 +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: a66ab33a-c39a-4f4e-b92c-46ccb5b5f762 X-Archives-Hash: 857bd12f5833fd5cc7c15cf516802113 commit: ccbfa31a85bf0c3e6857195d5526ea61e77c4648 Author: Jakub Ternka gmail com> AuthorDate: Thu Jun 24 00:30:13 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 8 17:35:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbfa31a gnome-extra/gnome-boxes: Remove GNOME version number from description Signed-off-by: Jakub Ternka gmail.com> Signed-off-by: Matt Turner gentoo.org> gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild | 2 +- gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild index 0915f9bd34f..efb4ea47f40 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild @@ -7,7 +7,7 @@ VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg -DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems" +DESCRIPTION="Simple GNOME application to access remote or virtual systems" HOMEPAGE="https://wiki.gnome.org/Apps/Boxes" LICENSE="LGPL-2+ CC-BY-2.0" diff --git a/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild index 2078408e917..5ce011c05b5 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild @@ -7,7 +7,7 @@ VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg -DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems" +DESCRIPTION="Simple GNOME application to access remote or virtual systems" HOMEPAGE="https://wiki.gnome.org/Apps/Boxes" LICENSE="LGPL-2+ CC-BY-2.0"