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 57C1F138350 for ; Sun, 26 Apr 2020 22:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A16EE0ABA; Sun, 26 Apr 2020 22:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49F3EE0A89 for ; Sun, 26 Apr 2020 22:39:25 +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 4CC8834F74D for ; Sun, 26 Apr 2020 22:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 966A71F9 for ; Sun, 26 Apr 2020 22:39:20 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1587940751.1124877ecd73a5ed2d6a4377f8bd41a607fbd364.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/telegram-send/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/telegram-send/telegram-send-0.25-r1.ebuild app-misc/telegram-send/telegram-send-0.25.ebuild X-VCS-Directories: app-misc/telegram-send/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1124877ecd73a5ed2d6a4377f8bd41a607fbd364 X-VCS-Branch: dev Date: Sun, 26 Apr 2020 22:39:20 +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: 077ea921-48b6-409d-bb56-72c49b3aede0 X-Archives-Hash: 1f51601a22b7aa95ece0050cdf03e1e7 commit: 1124877ecd73a5ed2d6a4377f8bd41a607fbd364 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Apr 26 22:23:37 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Apr 26 22:39:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1124877e app-misc/telegram-send: remove rename Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> .../{telegram-send-0.25.ebuild => telegram-send-0.25-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/telegram-send/telegram-send-0.25.ebuild b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild similarity index 88% rename from app-misc/telegram-send/telegram-send-0.25.ebuild rename to app-misc/telegram-send/telegram-send-0.25-r1.ebuild index a8c29bf..5512276 100644 --- a/app-misc/telegram-send/telegram-send-0.25.ebuild +++ b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) - DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Send messages and files over Telegram from the command-line" HOMEPAGE="https://www.rahielkasim.com/telegram-send https://github.com/rahiel/telegram-send" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3"