net-misc/downloader-cli: add versions: 0.1.0 , 2019.11.15 and 9999

Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
XGQT 2020-03-21 18:57:13 +01:00
parent f7ef36f353
commit dc79fd3c1d
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
5 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST downloader-cli-0.1.0.tar.gz 142194 BLAKE2B 5965b3e14e1dfcc324860d823539362ee4bf2cb752c0823c8b9b412dc99a834fe836e6edd2174fdd6bcea1606f214fa1037f683871827e128086d1b17efb1688 SHA512 5c13eb63a3fb4f3f90dae1307277387ef7675b363f5c0bc3aa36b941292b1e049b525f37a1e42d36f888476a3b09a08162654bf78768d29f8aed912a759f37dd
DIST downloader-cli-2019.11.15.tar.gz 142213 BLAKE2B e76a7e67a6cc698fb0520ffaec7fbdd3088d93e6343439de4151daf09e290f2135f5d4997b29dc2eaf782a8f718320e835f62a1a70ab910ee884d0850b3dcde3 SHA512 0718492d4136f34720443ebb98405711079d36e83d187911e84e9922b335c93dd648c102e43bafaf2efc8df2f004b429876c925e2a49a52f720314c7e30fe131

View File

@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
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"
KEYWORDS=""
else
SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
>=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
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"
KEYWORDS=""
else
SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
>=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
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"
KEYWORDS=""
else
SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
>=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">deepjyoti30/downloader-cli</remote-id>
</upstream>
</pkgmetadata>