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 1E24F13835A for ; Thu, 4 Mar 2021 23:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40946E0893; Thu, 4 Mar 2021 23:22:08 +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 2715EE0893 for ; Thu, 4 Mar 2021 23:22:08 +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 6F7DE340EF8 for ; Thu, 4 Mar 2021 23:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE9CE583 for ; Thu, 4 Mar 2021 23:22:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1614899838.7f93c4f343fe977ccd3cafba67a8839bde1e7b61.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/litecoind/litecoind-0.10.4.0.ebuild X-VCS-Directories: net-p2p/litecoind/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7f93c4f343fe977ccd3cafba67a8839bde1e7b61 X-VCS-Branch: master Date: Thu, 4 Mar 2021 23:22:04 +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: ffae6273-1093-45cc-9ff8-ff016c108680 X-Archives-Hash: cdf2ea07f45427278cc846cb5699229a commit: 7f93c4f343fe977ccd3cafba67a8839bde1e7b61 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 4 23:17:18 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 4 23:17:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f93c4f3 net-p2p/litecoind: update DESCRIPTION Closes: https://bugs.gentoo.org/607846 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> net-p2p/litecoind/litecoind-0.10.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild index 343fe5987cf..7fce85154fd 100644 --- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild +++ b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MyPV="${PV/_/-}" MyPN="litecoin" MyP="${MyPN}-${MyPV}" -DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine" +DESCRIPTION="The offical daemon to run your own (full) Litecoin node" HOMEPAGE="https://litecoin.org/" SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz"