diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-05-29 12:07:59 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-05-29 12:44:30 +0000 |
commit | bd204dccbc0f79da37d9bb96874f067274391115 (patch) | |
tree | 7162435edc8d1688aa7a7a0e8d6dda9788ec1f3d /net-misc | |
parent | dev-libs/libebml: Stabilize 1.4.5 arm64, #933069 (diff) | |
download | gentoo-bd204dccbc0f79da37d9bb96874f067274391115.tar.gz gentoo-bd204dccbc0f79da37d9bb96874f067274391115.tar.bz2 gentoo-bd204dccbc0f79da37d9bb96874f067274391115.zip |
net-misc/you-get: drop 0.4.1650
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/you-get/you-get-0.4.1650.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/you-get/you-get-0.4.1650.ebuild b/net-misc/you-get/you-get-0.4.1650.ebuild deleted file mode 100644 index 84d267e5085a..000000000000 --- a/net-misc/you-get/you-get-0.4.1650.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Utility to download media contents from the web" -HOMEPAGE="https://you-get.org" -SRC_URI="https://github.com/soimort/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RESTRICT="test" -PROPERTIES="test_network" - -RDEPEND=" - media-video/ffmpeg -" - -distutils_enable_tests unittest |