summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-08-12 17:01:05 +0800
committerYixun Lan <dlan@gentoo.org>2022-08-12 17:18:11 +0800
commit6a54475c2d9b3036dbd43cb6ce3f8a68efd1563f (patch)
treeb757f64dcec87f26f500a9e29c44f17a92762906 /net-misc
parentapp-editors/hexedit: drop 1.5 (diff)
downloadgentoo-6a54475c2d9b3036dbd43cb6ce3f8a68efd1563f.tar.gz
gentoo-6a54475c2d9b3036dbd43cb6ce3f8a68efd1563f.tar.bz2
gentoo-6a54475c2d9b3036dbd43cb6ce3f8a68efd1563f.zip
net-misc/you-get: drop 0.4.1555
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/you-get/Manifest1
-rw-r--r--net-misc/you-get/you-get-0.4.1555.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest
index 6735baa237f7..264d7fe1feaa 100644
--- a/net-misc/you-get/Manifest
+++ b/net-misc/you-get/Manifest
@@ -1,3 +1,2 @@
-DIST you-get-0.4.1555.tar.gz 165932 BLAKE2B 3342441f653703899396cd7a5255bd4498125b332566a149f4528cdab9981caefbf79f12171f031efea93e4b6859ab0cb7c72a0e28b6fd89308fd7747f0f8668 SHA512 8c5a485334c813ec31bf3e72f7df322503cca900272d9c13f6f10f19576bf0b77fcf595d4a5d97a56c8f69b91ccd5a54c2a44a0ac46cc24ec59bf9af196bf8f0
DIST you-get-0.4.1602.tar.gz 151182 BLAKE2B 343465ac823f92a862ac16e85e9a01918d41d1a68a4a0469e44cc202f82352dac31a42b97699627f29cb656475e75abe3b59a53f6a3cc3d1e304fe33dac302db SHA512 8ca41e0d5499d8150bf782e7fd93ab7baf86ba40599ca120e9afa51b8f2696526cdab9f5b29b7c173fd9830c9cfbf8463d8840ad13cbaa4b34729e1809415760
DIST you-get-0.4.1620.tar.gz 151401 BLAKE2B d986deb09f353d108bcdc54aa7a53a511c4767491abc55dad8cdf34aaed598859a66bf4efbdbbadddc112ba95df847101354c8c7d670e14fbcca8cef0a3b45a3 SHA512 235e0f0106b00de0382853837be62489ff1d564fad73ebef2b2a5466612f7aae604243e305b9b2c21d4933d3709be14d054c67c7d4bb271efd934e107447a772
diff --git a/net-misc/you-get/you-get-0.4.1555.ebuild b/net-misc/you-get/you-get-0.4.1555.ebuild
deleted file mode 100644
index b5695c31eaa0..000000000000
--- a/net-misc/you-get/you-get-0.4.1555.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Utility to download media contents from the web"
-HOMEPAGE="https://you-get.org"
-SRC_URI="https://github.com/soimort/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RESTRICT="test"
-PROPERTIES="test_network"
-
-RDEPEND="
- media-video/ffmpeg
-"
-
-distutils_enable_tests unittest