summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-23 12:47:42 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-23 13:42:41 +0200
commit70ee9b23f58024e2f5513785ce224f37fe4c5d5a (patch)
treecf1efb85be70e2ea43a0a8e97da08b7e6f021b4c /app-emacs/actionscript-mode
parentnet-dns/bind-tools: make ssl no-op (diff)
downloadgentoo-70ee9b23f58024e2f5513785ce224f37fe4c5d5a.tar.gz
gentoo-70ee9b23f58024e2f5513785ce224f37fe4c5d5a.tar.bz2
gentoo-70ee9b23f58024e2f5513785ce224f37fe4c5d5a.zip
app-emacs/actionscript-mode: Remove old.
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/actionscript-mode')
-rw-r--r--app-emacs/actionscript-mode/Manifest1
-rw-r--r--app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-emacs/actionscript-mode/Manifest b/app-emacs/actionscript-mode/Manifest
index a626292e4445..f4a9e2dc2ed3 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 bcfe47642bf7..000000000000
--- 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
-}