branch: elpa/php-mode
commit f6e3a1c6fb4337c0f775e6a75fe8e78f4c75e9ae
Merge: c0ff815afa 31f44192e0
Author: USAMI Kenta <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #770 from emacs-php/remove/cask-and-keg
    
    Remove Keg and Cask metadata files for building
---
 CHANGELOG.md |  2 ++
 Cask         | 25 -------------------------
 Keg          | 10 ----------
 3 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b96f30ec8c..4d811d4181 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,11 +15,13 @@ All notable changes of the PHP Mode 1.19.1 release series 
are documented in this
 ### Removed
 
  * Removed Phan-specific features from `php-project` ([#754])
+ * Removed [Cask](https://cask.readthedocs.io/) and 
[Keg](https://github.com/conao3/keg.el) metadata files for building ([#770])
 
 [#754]: https://github.com/emacs-php/php-mode/pull/754
 [#764]: https://github.com/emacs-php/php-mode/issues/764
 [#766]: https://github.com/emacs-php/php-mode/pull/766
 [#767]: https://github.com/emacs-php/php-mode/pull/767
+[#770]: https://github.com/emacs-php/php-mode/pull/770
 
 ## [1.25.0] - 2023-07-24
 
diff --git a/Cask b/Cask
deleted file mode 100644
index 7b327b34b6..0000000000
--- a/Cask
+++ /dev/null
@@ -1,25 +0,0 @@
-(package "php-mode" "1.25.0" "Major mode for editing PHP code")
-(source melpa)
-(source gnu)
-
-(package-file "lisp/php-mode.el")
-
-(files
- "lisp/php.el"
- "lisp/php-complete.el"
- "lisp/php-defs.el"
- "lisp/php-face.el"
- "lisp/php-format.el"
- "lisp/php-project.el"
- "lisp/php-local-manual.el"
- "lisp/php-ide-phpactor.el"
- "lisp/php-ide.el"
- "lisp/php-mode-debug.el")
-
-(development
- ;;(depends-on "lsp-mode")
- (depends-on "phpactor")
- (depends-on "pkg-info")
- (depends-on "projectile")
- (depends-on "smart-jump")
- (depends-on "shut-up"))
diff --git a/Keg b/Keg
deleted file mode 100644
index f08e89ed22..0000000000
--- a/Keg
+++ /dev/null
@@ -1,10 +0,0 @@
-(source gnu melpa)
-
-(package
- (php-mode
-  (recipe . (php-mode :fetcher github :repo "emacs-php/php-mode.el"
-                      :files (:defaults "lisp/*.el")))))
-
-(dev-dependency pkg-info)
-(dev-dependency projectile)
-(dev-dependency shut-up)

Reply via email to