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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 644DE13835A for ; Tue, 17 Nov 2020 13:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE16E0935; Tue, 17 Nov 2020 13:25:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CF33E0935 for ; Tue, 17 Nov 2020 13:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2BCC33F698 for ; Tue, 17 Nov 2020 13:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA8AB43B for ; Tue, 17 Nov 2020 13:25:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1605619535.4b8d5f7b4fe834fd309a6a37270a5f1993d884a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docutils-glep/docutils-glep-9999.ebuild X-VCS-Directories: dev-python/docutils-glep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b8d5f7b4fe834fd309a6a37270a5f1993d884a4 X-VCS-Branch: master Date: Tue, 17 Nov 2020 13:25:39 +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: 17ed9436-d6da-4927-9c56-343210df46c8 X-Archives-Hash: 1dc3086c191c9272d6cee5c14f444e0a commit: 4b8d5f7b4fe834fd309a6a37270a5f1993d884a4 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 17 11:19:39 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 17 13:25:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8d5f7b dev-python/docutils-glep: Remove the live ebuild Signed-off-by: Michał Górny gentoo.org> dev-python/docutils-glep/docutils-glep-9999.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/docutils-glep/docutils-glep-9999.ebuild b/dev-python/docutils-glep/docutils-glep-9999.ebuild deleted file mode 100644 index a7935a54f0a..00000000000 --- a/dev-python/docutils-glep/docutils-glep-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) -EGIT_REPO_URI="https://github.com/mgorny/docutils-glep.git" - -inherit distutils-r1 git-r3 - -DESCRIPTION="Gentoo GLEP support for docutils" -HOMEPAGE="https://github.com/mgorny/docutils-glep/" -SRC_URI="" - -LICENSE="public-domain" -SLOT="0" - -RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]"