Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Mon, 03 Jan 2022 17:49:49
Message-Id: 1641232095.01c76851e45cb0040a13606741a38ac3a67da8f1.marecki@gentoo
1 commit: 01c76851e45cb0040a13606741a38ac3a67da8f1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 17:42:23 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 17:48:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c76851
7
8 net-misc/youtube-dl: do not inherit readme.gentoo-r1
9
10 Not used any more.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 net-misc/youtube-dl/youtube-dl-2021.06.06.ebuild | 4 ++--
15 net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild | 2 +-
16 net-misc/youtube-dl/youtube-dl-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/net-misc/youtube-dl/youtube-dl-2021.06.06.ebuild b/net-misc/youtube-dl/youtube-dl-2021.06.06.ebuild
20 index f22b67f5220c..c397d925fb6d 100644
21 --- a/net-misc/youtube-dl/youtube-dl-2021.06.06.ebuild
22 +++ b/net-misc/youtube-dl/youtube-dl-2021.06.06.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 PYTHON_COMPAT=( python3_{8..10} )
31 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
32 +inherit bash-completion-r1 distutils-r1
33
34 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
35 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
36
37 diff --git a/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild
38 index 110a9df0641e..140eed0ebc77 100644
39 --- a/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild
40 +++ b/net-misc/youtube-dl/youtube-dl-2021.12.17.ebuild
41 @@ -5,7 +5,7 @@ EAPI=8
42
43 PYTHON_COMPAT=( python3_{8..10} )
44
45 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
46 +inherit bash-completion-r1 distutils-r1
47
48 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
49 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
50
51 diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild
52 index 6ea8ff1593c3..14727bf79b6b 100644
53 --- a/net-misc/youtube-dl/youtube-dl-9999.ebuild
54 +++ b/net-misc/youtube-dl/youtube-dl-9999.ebuild
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61
62 PYTHON_COMPAT=( python3_{8..10} )
63 -inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1
64 +inherit bash-completion-r1 distutils-r1 git-r3
65
66 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
67 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"