From 8a504814275ba65ffb907f1c88f0cd5d3760fe71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 18 Jan 2021 12:01:10 +0100 Subject: [PATCH] net-misc/downloader-cli: drop old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć --- net-misc/downloader-cli/Manifest | 2 -- .../downloader-cli-0.1.0.ebuild | 27 ------------------- .../downloader-cli-0.2.0.ebuild | 27 ------------------- 3 files changed, 56 deletions(-) delete mode 100644 net-misc/downloader-cli/downloader-cli-0.1.0.ebuild delete mode 100644 net-misc/downloader-cli/downloader-cli-0.2.0.ebuild diff --git a/net-misc/downloader-cli/Manifest b/net-misc/downloader-cli/Manifest index 95e04bc..aab947c 100644 --- a/net-misc/downloader-cli/Manifest +++ b/net-misc/downloader-cli/Manifest @@ -1,3 +1 @@ -DIST downloader-cli-0.1.0.tar.gz 142194 BLAKE2B 5965b3e14e1dfcc324860d823539362ee4bf2cb752c0823c8b9b412dc99a834fe836e6edd2174fdd6bcea1606f214fa1037f683871827e128086d1b17efb1688 SHA512 5c13eb63a3fb4f3f90dae1307277387ef7675b363f5c0bc3aa36b941292b1e049b525f37a1e42d36f888476a3b09a08162654bf78768d29f8aed912a759f37dd -DIST downloader-cli-0.2.0.tar.gz 143866 BLAKE2B fb40acdf9d0f34be7aba04689313b5a9c638438b615f5cd99dfcfa73a17d9530a81090b3aa96387d45a1bda08fc71a69e8802b52adcca1447ed69c171f0a46b4 SHA512 d63e1847be7ddc4051a0630cbed0badaff500bf3682bf6c737e475450745226edb56ef08a67867adb1c6b2c6d7a6e011e269e8fa22f049dacdbd6223317e81d0 DIST downloader-cli-0.3.1.tar.gz 255507 BLAKE2B 554191f2662746712a8d7c1e2a3b65190553cf5ccd125c661559bbb2c196852d778a0805f791403889bcddad45bf37a809e32dc8a1f68218f8df4d90fd7e822d SHA512 e8c7b193e00db2fd4695df4d772d11ccd7b9d720101bcf728cec688476ac0a9a3f76206e60e99efdb8a1f4e087f0a3553637a3f926f3a8680384d93c273fcd6c diff --git a/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild b/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild deleted file mode 100644 index 8859e85..0000000 --- a/net-misc/downloader-cli/downloader-cli-0.1.0.ebuild +++ /dev/null @@ -1,27 +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,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="A simple downloader written in Python with an awesome progressbar" -HOMEPAGE="https://github.com/deepjyoti30/downloader-cli" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" -else - SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="mirror" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}] -" diff --git a/net-misc/downloader-cli/downloader-cli-0.2.0.ebuild b/net-misc/downloader-cli/downloader-cli-0.2.0.ebuild deleted file mode 100644 index 8859e85..0000000 --- a/net-misc/downloader-cli/downloader-cli-0.2.0.ebuild +++ /dev/null @@ -1,27 +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,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="A simple downloader written in Python with an awesome progressbar" -HOMEPAGE="https://github.com/deepjyoti30/downloader-cli" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git" -else - SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="mirror" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}] -"