Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/you-get/
Date: Tue, 26 Apr 2022 10:17:29
Message-Id: 1650968171.6e42afc31a1f0a03b1a8ecb32ab67312433de685.dlan@gentoo
1 commit: 6e42afc31a1f0a03b1a8ecb32ab67312433de685
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 10:15:33 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 10:16:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e42afc3
7
8 net-misc/you-get: add 0.4.1602
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 net-misc/you-get/Manifest | 1 +
13 net-misc/you-get/you-get-0.4.1602.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest
17 index 472b636527ea..4f3ce8ee2b38 100644
18 --- a/net-misc/you-get/Manifest
19 +++ b/net-misc/you-get/Manifest
20 @@ -1 +1,2 @@
21 DIST you-get-0.4.1555.tar.gz 165932 BLAKE2B 3342441f653703899396cd7a5255bd4498125b332566a149f4528cdab9981caefbf79f12171f031efea93e4b6859ab0cb7c72a0e28b6fd89308fd7747f0f8668 SHA512 8c5a485334c813ec31bf3e72f7df322503cca900272d9c13f6f10f19576bf0b77fcf595d4a5d97a56c8f69b91ccd5a54c2a44a0ac46cc24ec59bf9af196bf8f0
22 +DIST you-get-0.4.1602.tar.gz 151182 BLAKE2B 343465ac823f92a862ac16e85e9a01918d41d1a68a4a0469e44cc202f82352dac31a42b97699627f29cb656475e75abe3b59a53f6a3cc3d1e304fe33dac302db SHA512 8ca41e0d5499d8150bf782e7fd93ab7baf86ba40599ca120e9afa51b8f2696526cdab9f5b29b7c173fd9830c9cfbf8463d8840ad13cbaa4b34729e1809415760
23
24 diff --git a/net-misc/you-get/you-get-0.4.1602.ebuild b/net-misc/you-get/you-get-0.4.1602.ebuild
25 new file mode 100644
26 index 000000000000..224c8b53367e
27 --- /dev/null
28 +++ b/net-misc/you-get/you-get-0.4.1602.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Utility to download media contents from the web"
39 +HOMEPAGE="https://you-get.org"
40 +SRC_URI="https://github.com/soimort/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RESTRICT="test"
47 +PROPERTIES="test_network"
48 +
49 +RDEPEND="
50 + media-video/ffmpeg
51 +"
52 +
53 +distutils_enable_tests unittest