Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/actionscript-mode/
Date: Fri, 23 Aug 2019 11:42:58
Message-Id: 1566560561.70ee9b23f58024e2f5513785ce224f37fe4c5d5a.ulm@gentoo
1 commit: 70ee9b23f58024e2f5513785ce224f37fe4c5d5a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 10:47:42 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 11:42:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ee9b23
7
8 app-emacs/actionscript-mode: Remove old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/actionscript-mode/Manifest | 1 -
14 .../actionscript-mode-7.2.2_p20120405.ebuild | 26 ----------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-emacs/actionscript-mode/Manifest b/app-emacs/actionscript-mode/Manifest
18 index a626292e444..f4a9e2dc2ed 100644
19 --- a/app-emacs/actionscript-mode/Manifest
20 +++ b/app-emacs/actionscript-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST actionscript-mode-7.2.2_p20120405.tar.gz 8226 BLAKE2B e8f33f3320b4b0891b244963fea282e16d50cb256fe4439a2f26bc2640607d5f530b537392248832f695d9f4ac5b89f6a8e0f17ae6941aa4ce58b0ba1c028e1b SHA512 79f59b5c6e53d8b7b5a765579629e956a90adadac65c8a46be883cb22813a15437cc63a0ec1a5c9b44e2034284f5d7c4405bbf3670861186f7a85af0a1e720fb
23 DIST actionscript-mode-7.2.2_p20140605.tar.gz 8276 BLAKE2B 8fbe8147b1626f4e454753ae92baf14020424c0806aee4a9e050b789770e7bd1f19f45b0d493fd94af0d05ce541916c0dec1bad2327b285de77e8d27a7a1e675 SHA512 05a3a0a0bc185bdbc96bf292a220912e8649acd20eb3f55dbfde04cd956da3e4f71daa10957bb2ba6e150589f626ec1059908e3b294a643b4034a6c08e507fb8
24
25 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
26 deleted file mode 100644
27 index bcfe47642bf..00000000000
28 --- a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -GITHUB_USER="austinhaas"
39 -GITHUB_PROJECT="${PN}"
40 -GITHUB_TAG="aa7e63d566a815152e7e652010becd46a406abb2"
41 -
42 -DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files"
43 -HOMEPAGE="https://github.com/austinhaas/actionscript-mode"
44 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/${GITHUB_TAG} -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -DOCS="README.txt"
51 -SITEFILE="50${PN}-gentoo.el"
52 -
53 -src_unpack() {
54 - unpack ${A}
55 - mv "${GITHUB_USER}-${GITHUB_PROJECT}"-* ${P} || die
56 -}