app-emacs/actionscript-mode: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 10:47:42 +0000 (12:47 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 11:42:41 +0000 (13:42 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/actionscript-mode/Manifest
app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20120405.ebuild [deleted file]

index a626292e4445b3db40292a9019931ba07c06e93b..f4a9e2dc2ed3f88b914741ff63d8d5ae18c21558 100644 (file)
@@ -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 (file)
index bcfe476..0000000
+++ /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
-}