app-emacs/actionscript-mode: New snapshot.
authorUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 11:02:06 +0000 (13:02 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 11:42:42 +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_p20180527.ebuild [new file with mode: 0644]

index f4a9e2dc2ed3f88b914741ff63d8d5ae18c21558..944355bc458fd7730f6f3eeb6bab5f88022a3390 100644 (file)
@@ -1 +1,2 @@
 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_p20180527.ebuild b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527.ebuild
new file mode 100644 (file)
index 0000000..76ae444
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+COMMIT="65abd58e198458a8e46748c5962c41d80d60c4ea"
+DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files"
+HOMEPAGE="https://github.com/austinhaas/actionscript-mode"
+SRC_URI="https://github.com/austinhaas/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"