Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/php-mode/
Date: Fri, 07 Sep 2018 18:33:48
Message-Id: 1536345196.4f6b146d0bc9f0402609e0fb577b29175ba01fd6.ulm@gentoo
1 commit: 4f6b146d0bc9f0402609e0fb577b29175ba01fd6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 18:33:16 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 18:33:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6b146d
7
8 app-emacs/php-mode: Remove old.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-emacs/php-mode/Manifest | 2 --
13 app-emacs/php-mode/php-mode-1.18.2.ebuild | 18 ------------------
14 app-emacs/php-mode/php-mode-1.5.0.ebuild | 20 --------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/app-emacs/php-mode/Manifest b/app-emacs/php-mode/Manifest
18 index adfad44714f..0118ee35500 100644
19 --- a/app-emacs/php-mode/Manifest
20 +++ b/app-emacs/php-mode/Manifest
21 @@ -1,3 +1 @@
22 -DIST php-mode-1.18.2.tar.gz 81772 BLAKE2B fc27453c15fbc3da1cba8e61392501ba71da7979cd9b9770e147b562950a7a68ec1be19b28cfde1770e48a9edd86e4f7ddda1f280f0c5dc2b58428758ebaf585 SHA512 39c00216c6a1801ae0be016eadc95bf9574ab285dd6125a343cf4c3a5c3ef5b8e579877513c94843a836b97a969402fa0a3714a8cf2f68f7007d629e86834bc3
23 DIST php-mode-1.19.1.tar.gz 94857 BLAKE2B 65ecb228fd4cd2c09cf38836b7d04ac270051976dc97dd7a3124f5a86d4e95bf9a097c6885f55c0ea40599fc2d3f813204e7f28a5f75223cae9eb51e74136017 SHA512 ca4fd798690d5b855a8d4b0cf5b631c32a561466b7697c9498bd89ad1059b774616acab10e30877b3053ba613b63db5da74a479c0a09c57b9b7b2350f42e68dd
24 -DIST php-mode-1.5.0.tar.gz 42687 BLAKE2B 70ed666e5561bbd879ddd3d56d6cf602b873c2a3c68a2f1bab08bc44648c252ae23519bcefc9a215922a137d69b956ebd74c202d8e567ec21ba4db3c68e44a44 SHA512 e05cf9eeff3d17f6af29b03d08f279e4c04f79a2c018de5ddcf097adbf9e67978eeb9f0f9e67b9406c1f33c494597ab1bfa629bdab131d668de40b81d68e796f
25
26 diff --git a/app-emacs/php-mode/php-mode-1.18.2.ebuild b/app-emacs/php-mode/php-mode-1.18.2.ebuild
27 deleted file mode 100644
28 index 8e4b4c1303c..00000000000
29 --- a/app-emacs/php-mode/php-mode-1.18.2.ebuild
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -NEED_EMACS=24
37 -
38 -inherit elisp
39 -
40 -DESCRIPTION="GNU Emacs major mode for editing PHP code"
41 -HOMEPAGE="https://github.com/ejmr/php-mode"
42 -SRC_URI="https://github.com/ejmr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
47 -
48 -SITEFILE="50${PN}-gentoo.el"
49 -DOCS="README.md Changelog.md"
50
51 diff --git a/app-emacs/php-mode/php-mode-1.5.0.ebuild b/app-emacs/php-mode/php-mode-1.5.0.ebuild
52 deleted file mode 100644
53 index 0d9b72f3fee..00000000000
54 --- a/app-emacs/php-mode/php-mode-1.5.0.ebuild
55 +++ /dev/null
56 @@ -1,20 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=5
61 -
62 -inherit elisp
63 -
64 -DESCRIPTION="GNU Emacs major mode for editing PHP code"
65 -HOMEPAGE="http://php-mode.sourceforge.net"
66 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
67 -
68 -LICENSE="GPL-3+ FDL-1.2+"
69 -SLOT="0"
70 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
71 -
72 -DEPEND="sys-apps/texinfo"
73 -
74 -SITEFILE="50${PN}-gentoo.el"
75 -ELISP_TEXINFO="${PN}.texi"
76 -DOCS="ChangeLog"