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 395E51382C5 for ; Thu, 29 Apr 2021 08:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F101E084E; Thu, 29 Apr 2021 08:11:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3A4CDE084E for ; Thu, 29 Apr 2021 08:11:03 +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 C244C335DC0 for ; Thu, 29 Apr 2021 08:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE68CCC for ; Thu, 29 Apr 2021 08:10:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619683850.a12ea8f1ca7686d7629c69734f46d5295c7c2342.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wangle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wangle/wangle-2021.04.19.00.ebuild X-VCS-Directories: dev-cpp/wangle/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a12ea8f1ca7686d7629c69734f46d5295c7c2342 X-VCS-Branch: dev Date: Thu, 29 Apr 2021 08:10:58 +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: 12be65d0-3eab-4e2a-a5ad-e31285a6bf00 X-Archives-Hash: df26adeebaba1f809c18c46a8a5efea3 commit: a12ea8f1ca7686d7629c69734f46d5295c7c2342 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 29 08:10:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 29 08:10:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a12ea8f1 dev-cpp/wangle: shorten DESCRIPTION Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> dev-cpp/wangle/wangle-2021.04.19.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/wangle/wangle-2021.04.19.00.ebuild b/dev-cpp/wangle/wangle-2021.04.19.00.ebuild index 35ce9889b..a53168c76 100644 --- a/dev-cpp/wangle/wangle-2021.04.19.00.ebuild +++ b/dev-cpp/wangle/wangle-2021.04.19.00.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way" +DESCRIPTION="Framework providing common client/server abstractions" HOMEPAGE="https://github.com/facebook/wangle" SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> ${P}.tar.gz"