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 08E7F138334 for ; Tue, 1 Oct 2019 15:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DC7E0931; Tue, 1 Oct 2019 15:27:12 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 0FABBE0931 for ; Tue, 1 Oct 2019 15:27:12 +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 060A134B744 for ; Tue, 1 Oct 2019 15:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A362476A for ; Tue, 1 Oct 2019 15:27:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1569943621.77c4bf55492313f32eef75f2682a03b8d32fb12e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/python-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/python-mode/Manifest app-emacs/python-mode/python-mode-6.2.0.ebuild X-VCS-Directories: app-emacs/python-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 77c4bf55492313f32eef75f2682a03b8d32fb12e X-VCS-Branch: master Date: Tue, 1 Oct 2019 15:27:07 +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: a8e075bd-1dd1-4239-ab00-b0946ea25272 X-Archives-Hash: 76186b4ad340b278d5d41de532c1018f commit: 77c4bf55492313f32eef75f2682a03b8d32fb12e Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 1 15:26:31 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 1 15:27:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c4bf55 app-emacs/python-mode: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/python-mode/Manifest | 1 - app-emacs/python-mode/python-mode-6.2.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index 0ed74879e3d..3ad69105776 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,3 +1,2 @@ DIST python-mode.el-6.1.2.tar.gz 330107 BLAKE2B f04df366ee3e47921f5635472ac22412066d3d97e0f4d2627993b1b6173321687a575abc8700907a9c63829704792505681196e0786e7dc39b9ecbab7562ef9e SHA512 967ad7fdb3503c2dc37df79ba9f45ed7627a5b8e287cae9e8963a259a6568282c16d509e873c7d8b97e4acaafbd71dcec00e5ac71ed695b20ecddca5da20ba96 -DIST python-mode.el-6.2.0.tar.gz 393046 BLAKE2B bc1327324a0b4d2e35cdb4ee593ca6ae5ef203dcea3312e3f24690ce90780c50f4a60e17d9ff32730e5a0dcef9cb04af2150211fc23fe620a4e265d335115616 SHA512 0280649fa646e071a756a657be91dc3b4ab0a227105eeba7601b98fbac1916af0607add20c58c74434eb2fa139a996736e963783b1500ca6f3656a90deaa427e DIST python-mode.el-6.2.3.tar.gz 314461 BLAKE2B 3bd71b47de1284d59db61f829e3419f2fb10e226900392d903256f31ad90f47317b7bde4cde1cf7d86518f9c706d9c844b208a9e2469a41037252a63f7bc1ba6 SHA512 4aeb33d4054d582cd2a3f4834472c7d0cb3fe5e12e10f5117dcbcd90ec2ca490964c774918c83697f283c68e57766c3c67d3853ddbaa3408777fdafc7f2674f2 diff --git a/app-emacs/python-mode/python-mode-6.2.0.ebuild b/app-emacs/python-mode/python-mode-6.2.0.ebuild deleted file mode 100644 index 089fa115e86..00000000000 --- a/app-emacs/python-mode/python-mode-6.2.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp - -MY_P="${PN}.el-${PV}" -DESCRIPTION="An Emacs major mode for editing Python source" -HOMEPAGE="https://launchpad.net/python-mode" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -S="${WORKDIR}/${MY_P}" -SITEFILE="50${PN}-gentoo.el" -DOCS="NEWS README" -DOC_CONTENTS="Note that doctest and pymacs are in their own packages, - app-emacs/doctest-mode and app-emacs/pymacs, respectively."