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 A54E0138334 for ; Fri, 23 Aug 2019 11:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A8F2E0788; Fri, 23 Aug 2019 11:42:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 81151E0788 for ; Fri, 23 Aug 2019 11:42:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A9B634A1F7 for ; Fri, 23 Aug 2019 11:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE07266 for ; Fri, 23 Aug 2019 11:42:54 +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: <1566560561.70ee9b23f58024e2f5513785ce224f37fe4c5d5a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/actionscript-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/actionscript-mode/Manifest app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild X-VCS-Directories: app-emacs/actionscript-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 70ee9b23f58024e2f5513785ce224f37fe4c5d5a X-VCS-Branch: master Date: Fri, 23 Aug 2019 11:42:54 +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: d01bcc64-9e3f-465a-8cb1-aa89cf83fbf2 X-Archives-Hash: ea6d0fc57a269f7aa533d14f770df493 commit: 70ee9b23f58024e2f5513785ce224f37fe4c5d5a Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 10:47:42 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 11:42:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ee9b23 app-emacs/actionscript-mode: Remove old. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/actionscript-mode/Manifest | 1 - .../actionscript-mode-7.2.2_p20120405.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/app-emacs/actionscript-mode/Manifest b/app-emacs/actionscript-mode/Manifest index a626292e444..f4a9e2dc2ed 100644 --- a/app-emacs/actionscript-mode/Manifest +++ b/app-emacs/actionscript-mode/Manifest @@ -1,2 +1 @@ -DIST actionscript-mode-7.2.2_p20120405.tar.gz 8226 BLAKE2B e8f33f3320b4b0891b244963fea282e16d50cb256fe4439a2f26bc2640607d5f530b537392248832f695d9f4ac5b89f6a8e0f17ae6941aa4ce58b0ba1c028e1b SHA512 79f59b5c6e53d8b7b5a765579629e956a90adadac65c8a46be883cb22813a15437cc63a0ec1a5c9b44e2034284f5d7c4405bbf3670861186f7a85af0a1e720fb DIST actionscript-mode-7.2.2_p20140605.tar.gz 8276 BLAKE2B 8fbe8147b1626f4e454753ae92baf14020424c0806aee4a9e050b789770e7bd1f19f45b0d493fd94af0d05ce541916c0dec1bad2327b285de77e8d27a7a1e675 SHA512 05a3a0a0bc185bdbc96bf292a220912e8649acd20eb3f55dbfde04cd956da3e4f71daa10957bb2ba6e150589f626ec1059908e3b294a643b4034a6c08e507fb8 diff --git a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild deleted file mode 100644 index bcfe47642bf..00000000000 --- a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -GITHUB_USER="austinhaas" -GITHUB_PROJECT="${PN}" -GITHUB_TAG="aa7e63d566a815152e7e652010becd46a406abb2" - -DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files" -HOMEPAGE="https://github.com/austinhaas/actionscript-mode" -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/${GITHUB_TAG} -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS="README.txt" -SITEFILE="50${PN}-gentoo.el" - -src_unpack() { - unpack ${A} - mv "${GITHUB_USER}-${GITHUB_PROJECT}"-* ${P} || die -}