app-emacs/actionscript-mode: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Fri, 6 Sep 2019 10:16:03 +0000 (12:16 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 6 Sep 2019 10:16:03 +0000 (12:16 +0200)
Package-Manager: Portage-2.3.75, 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_p20140605.ebuild [deleted file]

index 944355bc458fd7730f6f3eeb6bab5f88022a3390..28ccafe9d2124bc5a6cac66b205f4e1f9e6e89de 100644 (file)
@@ -1,2 +1 @@
-DIST actionscript-mode-7.2.2_p20140605.tar.gz 8276 BLAKE2B 8fbe8147b1626f4e454753ae92baf14020424c0806aee4a9e050b789770e7bd1f19f45b0d493fd94af0d05ce541916c0dec1bad2327b285de77e8d27a7a1e675 SHA512 05a3a0a0bc185bdbc96bf292a220912e8649acd20eb3f55dbfde04cd956da3e4f71daa10957bb2ba6e150589f626ec1059908e3b294a643b4034a6c08e507fb8
 DIST actionscript-mode-7.2.2_p20180527.tar.gz 8446 BLAKE2B 4ce386be79ee4059e99cfef523036733a7c16a4bf24950dc77bd66ab03f9e07476507589fbc1a337f1f54cd4bf75234d2307ea630d642ee3306f2390e16fa0e1 SHA512 251877acec4ea79c03a67b3de441633080b421b5e84ef04d072e02916eb3e1c7b89beb18a897fe8165a0b39247da5a01c8d2b6980887dbf15ab3c5d38c39f279
diff --git a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20140605.ebuild b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20140605.ebuild
deleted file mode 100644 (file)
index a9168a4..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-GITHUB_USER="austinhaas"
-GITHUB_PROJECT="${PN}"
-GITHUB_TAG="6822d0bfd5d7ff2c0b246ca90ef9480d3c528b97"
-
-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
-}