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 0AECF13835A for ; Fri, 5 Mar 2021 20:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F7AE0822; Fri, 5 Mar 2021 20:27:59 +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 42A45E0822 for ; Fri, 5 Mar 2021 20:27:59 +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 3F1C9340D96 for ; Fri, 5 Mar 2021 20:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCDEE58C for ; Fri, 5 Mar 2021 20:27:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614976057.be13a33e1818c2ce532fb15d3927740174c70555.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/tilp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/tilp2/tilp2-1.18.ebuild X-VCS-Directories: sci-calculators/tilp2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be13a33e1818c2ce532fb15d3927740174c70555 X-VCS-Branch: master Date: Fri, 5 Mar 2021 20:27:55 +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: a160614e-2552-4315-8630-dd32f1f6193a X-Archives-Hash: 585f6af493be39f5d80c0c4089fac767 commit: be13a33e1818c2ce532fb15d3927740174c70555 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Mar 5 12:51:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 5 20:27:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be13a33e sci-calculators/tilp2: remove whitespace Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19781 Signed-off-by: Sam James gentoo.org> sci-calculators/tilp2/tilp2-1.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-calculators/tilp2/tilp2-1.18.ebuild b/sci-calculators/tilp2/tilp2-1.18.ebuild index 64ae7674b66..548d7c71f9b 100644 --- a/sci-calculators/tilp2/tilp2-1.18.ebuild +++ b/sci-calculators/tilp2/tilp2-1.18.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools xdg -DESCRIPTION="Communication program for Texas Instruments calculators " +DESCRIPTION="Communication program for Texas Instruments calculators" HOMEPAGE="http://lpg.ticalc.org/prj_tilp" SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"