summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-05-10 17:56:33 +0200
committerUlrich Müller <ulm@gentoo.org>2020-05-10 17:57:12 +0200
commit04678ecbf79b137bce0ac87428b28bdf486ff685 (patch)
tree6cd308b9a61d2a498cc6bb4034f3500ab97d5619 /app-emacs/php-mode/php-mode-1.23.0.ebuild
parentprofiles: Mask allegro USE flag on ia64 and sparc (diff)
downloadgentoo-04678ecbf79b137bce0ac87428b28bdf486ff685.tar.gz
gentoo-04678ecbf79b137bce0ac87428b28bdf486ff685.tar.bz2
gentoo-04678ecbf79b137bce0ac87428b28bdf486ff685.zip
app-emacs/php-mode: Version bump to 1.23.0.
Closes: https://bugs.gentoo.org/722088 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/php-mode/php-mode-1.23.0.ebuild')
-rw-r--r--app-emacs/php-mode/php-mode-1.23.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/php-mode/php-mode-1.23.0.ebuild b/app-emacs/php-mode/php-mode-1.23.0.ebuild
new file mode 100644
index 000000000000..3a75d798770b
--- /dev/null
+++ b/app-emacs/php-mode/php-mode-1.23.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs major mode for editing PHP code"
+HOMEPAGE="https://github.com/ejmr/php-mode"
+SRC_URI="https://github.com/ejmr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README*.md CHANGELOG.md CONTRIBUTING.md"