aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-04-27 00:23:37 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-04-27 00:39:11 +0200
commit1124877ecd73a5ed2d6a4377f8bd41a607fbd364 (patch)
tree596ca3a2cd6c2f6f47a9de7daa52ac6c2221dc6b /app-misc/telegram-send/telegram-send-0.25.ebuild
parentapp-portage/pacvis: remove longdescription (diff)
downloadguru-1124877ecd73a5ed2d6a4377f8bd41a607fbd364.tar.gz
guru-1124877ecd73a5ed2d6a4377f8bd41a607fbd364.tar.bz2
guru-1124877ecd73a5ed2d6a4377f8bd41a607fbd364.zip
app-misc/telegram-send: remove rename
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'app-misc/telegram-send/telegram-send-0.25.ebuild')
-rw-r--r--app-misc/telegram-send/telegram-send-0.25.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/telegram-send/telegram-send-0.25.ebuild b/app-misc/telegram-send/telegram-send-0.25.ebuild
deleted file mode 100644
index a8c29bf389..0000000000
--- a/app-misc/telegram-send/telegram-send-0.25.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/python-telegram-bot[${PYTHON_USEDEP}]
-"