diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-15 10:37:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-15 10:37:39 +0200 |
commit | 0dad2a29627c2143a3e027e7c95be80c805ecc91 (patch) | |
tree | bd6f9aeaa5cbc051ae119f95b147bdbec56f5354 | |
parent | app-crypt/gnupg-pkcs11-scd: cleanup (diff) | |
download | gentoo-0dad2a29627c2143a3e027e7c95be80c805ecc91.tar.gz gentoo-0dad2a29627c2143a3e027e7c95be80c805ecc91.tar.bz2 gentoo-0dad2a29627c2143a3e027e7c95be80c805ecc91.zip |
app-emacs/php-mode: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | app-emacs/php-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/php-mode/php-mode-1.18.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/php-mode/Manifest b/app-emacs/php-mode/Manifest index 97b083cfa359..edbf9b748adf 100644 --- a/app-emacs/php-mode/Manifest +++ b/app-emacs/php-mode/Manifest @@ -1 +1,2 @@ +DIST php-mode-1.18.2.tar.gz 81772 SHA256 16b26a5584139db2dbc05414a686f54173d7505d7aa041ca12238188c23ea90c SHA512 39c00216c6a1801ae0be016eadc95bf9574ab285dd6125a343cf4c3a5c3ef5b8e579877513c94843a836b97a969402fa0a3714a8cf2f68f7007d629e86834bc3 WHIRLPOOL a1f49e40895b7c00969efe4b61616414d494e66cdd559c3c35e8c2918ab9ca34263d2d22b3fd431efde7025dbc137c295b452f7029ca0c9675b0c6decb0312f4 DIST php-mode-1.5.0.tar.gz 42687 SHA256 d8b179941141994d9cc9e77d244e91df3b4d845f4c6e1818eeefc59bc97bcead SHA512 e05cf9eeff3d17f6af29b03d08f279e4c04f79a2c018de5ddcf097adbf9e67978eeb9f0f9e67b9406c1f33c494597ab1bfa629bdab131d668de40b81d68e796f WHIRLPOOL fd5a92af5c006abc00d10803770a64452f49d803c16c3b57a77f3f87ebf984ad3db951304d6ece9fad395cd46ac4a0e7ec2d256e3dbe7c75d68b276bc178ab74 diff --git a/app-emacs/php-mode/php-mode-1.18.2.ebuild b/app-emacs/php-mode/php-mode-1.18.2.ebuild new file mode 100644 index 000000000000..8e4b4c1303c7 --- /dev/null +++ b/app-emacs/php-mode/php-mode-1.18.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md Changelog.md" |