branch: elpa/git-commit commit bc5149c8de010e9d469e0b324a207b0e86297792 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Remove *-pkg.el --- Makefile | 2 +- lisp/git-commit-pkg.el | 8 -------- lisp/magit-pkg.el | 12 ------------ lisp/magit-section-pkg.el | 7 ------- 4 files changed, 1 insertion(+), 28 deletions(-) diff --git a/Makefile b/Makefile index 313fa36f93..a12b8e77f1 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ clean: clean-lisp clean-docs clean-archives @printf "Cleaning...\n" @$(RM) *.elc $(ELGS) # temporary cleanup kludge @$(RM) docs/*.texi~ docs/*.info-1 docs/*.info-2 - @$(RM) magit-pkg.el test/magit-tests.elc + @$(RM) test/magit-tests.elc clean-lisp: @$(MAKE) -C lisp clean diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el deleted file mode 100644 index d728138fc0..0000000000 --- a/lisp/git-commit-pkg.el +++ /dev/null @@ -1,8 +0,0 @@ -(define-package "git-commit" "4.0.0" - "Edit Git commit messages." - '((emacs "26.1") - (compat "30.0.0.0") - (transient "20240805") - (with-editor "20240806")) - :homepage "https://magit.vc" - :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el deleted file mode 100644 index 5d1ba89bfc..0000000000 --- a/lisp/magit-pkg.el +++ /dev/null @@ -1,12 +0,0 @@ -(define-package "magit" "4.0.0" - "A Git porcelain inside Emacs." - '((emacs "26.1") - (compat "30.0.0.0") - (dash "20240510") - (git-commit "20240808") - (magit-section "20240808") - (seq "2.24") - (transient "20240805") - (with-editor "20240806")) - :homepage "https://magit.vc" - :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el deleted file mode 100644 index 93ef8de28f..0000000000 --- a/lisp/magit-section-pkg.el +++ /dev/null @@ -1,7 +0,0 @@ -(define-package "magit-section" "4.0.0" - "Sections for read-only buffers." - '((emacs "26.1") - (compat "30.0.0.0") - (dash "20240510")) - :homepage "https://magit.vc" - :keywords '("tools"))