From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9CA1158087 for ; Sun, 6 Feb 2022 15:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFE902BC01C; Sun, 6 Feb 2022 15:08:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52D222BC01C for ; Sun, 6 Feb 2022 15:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D8D0342C06 for ; Sun, 6 Feb 2022 15:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4DA1EF for ; Sun, 6 Feb 2022 15:08:34 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1644159995.4061c0826eadd30f1414b5b7d068d8eaf25d2f1d.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/you-get/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/you-get/Manifest net-misc/you-get/you-get-0.4.1545.ebuild X-VCS-Directories: net-misc/you-get/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4061c0826eadd30f1414b5b7d068d8eaf25d2f1d X-VCS-Branch: master Date: Sun, 6 Feb 2022 15:08:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6210b4d-acd2-43cf-80db-7b0c7cfb77f9 X-Archives-Hash: cf66f2a16cd746c8c4fe51eb5bf6d302 commit: 4061c0826eadd30f1414b5b7d068d8eaf25d2f1d Author: Yixun Lan gentoo org> AuthorDate: Sun Feb 6 15:06:19 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Feb 6 15:06:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4061c082 net-misc/you-get: drop old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> net-misc/you-get/Manifest | 1 - net-misc/you-get/you-get-0.4.1545.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest index 6848c38cc1cc..472b636527ea 100644 --- a/net-misc/you-get/Manifest +++ b/net-misc/you-get/Manifest @@ -1,2 +1 @@ -DIST you-get-0.4.1545.tar.gz 165835 BLAKE2B 171aa72dd7d6dc2b9cb1e88262571e92fdc7c253ab0662b9e0278cdf7a5cb3344fa0f8f3c83a2b000f06a796c54d8860327773f398d43eb2c38b26a2446bab39 SHA512 b8ca69737296cf6b1129f14fc1fa840b977ecec9dbe65b2f59c42fb003b5897806f649821326502917783262e7f59f9b77e6a28d218f40b1c32c4e0d7eaa746d DIST you-get-0.4.1555.tar.gz 165932 BLAKE2B 3342441f653703899396cd7a5255bd4498125b332566a149f4528cdab9981caefbf79f12171f031efea93e4b6859ab0cb7c72a0e28b6fd89308fd7747f0f8668 SHA512 8c5a485334c813ec31bf3e72f7df322503cca900272d9c13f6f10f19576bf0b77fcf595d4a5d97a56c8f69b91ccd5a54c2a44a0ac46cc24ec59bf9af196bf8f0 diff --git a/net-misc/you-get/you-get-0.4.1545.ebuild b/net-misc/you-get/you-get-0.4.1545.ebuild deleted file mode 100644 index 5b6c971dd42f..000000000000 --- a/net-misc/you-get/you-get-0.4.1545.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 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