[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit bd0d22975c 4/6: make: Fix and tweak set_package
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit bd0d22975c 4/6: make: Fix and tweak set_package_requires_melpa |
Date: |
Sat, 4 Feb 2023 06:59:06 -0500 (EST) |
branch: elpa/git-commit
commit bd0d22975c8b5f2f04c6da51bc08a5276b511725
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
make: Fix and tweak set_package_requires_melpa
---
Makefile | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/Makefile b/Makefile
index 9154a62159..0e634bc725 100644
--- a/Makefile
+++ b/Makefile
@@ -231,13 +231,12 @@ define set_package_requires_melpa
(insert (format
"(define-package \"git-commit\" \"$(GIT_COMMIT_VERSION)$(DEV_SUFFIX)\"
\"Edit Git commit messages.\"
- '((emacs %S)
- (transient %S)
+ '((emacs %S)
+ (transient %S)
(with-editor %S))
:homepage \"https://magit.vc\"
:keywords '(\"git\" \"tools\" \"vc\"))
" emacs-version
- dash-version
transient-version
with-editor-version)))
@@ -245,12 +244,12 @@ define set_package_requires_melpa
(insert (format
"(define-package \"magit\" \"$(MAGIT_VERSION)$(DEV_SUFFIX)\"
\"A Git porcelain inside Emacs.\"
- '((emacs %S)
- (dash %S)
- (git-commit %S)
+ '((emacs %S)
+ (dash %S)
+ (git-commit %S)
(magit-section %S)
- (transient %S)
- (with-editor %S))
+ (transient %S)
+ (with-editor %S))
:homepage \"https://magit.vc\"
:keywords '(\"git\" \"tools\" \"vc\"))
" emacs-version
@@ -263,10 +262,10 @@ define set_package_requires_melpa
(with-temp-file "lisp/magit-libgit-pkg.el"
(insert (format
"(define-package \"magit-libgit\" \"$(MAGIT_LIBGIT_VERSION)$(DEV_SUFFIX)\"
- \".\"
- '((emacs %S)
+ \"(POC) Teach Magit to use Libgit2.\"
+ '((emacs %S)
(libgit %S)
- (magit %S))
+ (magit %S))
:homepage \"https://magit.vc\"
:keywords '(\"git\" \"tools\" \"vc\"))
" emacs-version
@@ -276,9 +275,9 @@ define set_package_requires_melpa
(with-temp-file "lisp/magit-section-pkg.el"
(insert (format
"(define-package \"magit-section\" \"$(MAGIT_SECTION_VERSION)$(DEV_SUFFIX)\"
- \"Sections for read-only buffers\"
+ \"Sections for read-only buffers.\"
'((emacs %S)
- (dash %S))
+ (dash %S))
:homepage \"https://magit.vc\"
:keywords '(\"tools\"))
" emacs-version
- [nongnu] elpa/git-commit updated (48d38df20c -> bc00937dd7), ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit d5d8d6c087 1/6: magit-section.el: Format Package-Requires as in other libraries, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit bd0d22975c 4/6: make: Fix and tweak set_package_requires_melpa,
ELPA Syncer <=
- [nongnu] elpa/git-commit bc00937dd7 6/6: Bump dependencies, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit a9604e0eb0 5/6: make: Add Compat dependency and remove Dash were appropriate, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit 269bb6ff41 2/6: make: Use ".50-git" as suffix of unreleased versions, ELPA Syncer, 2023/02/04
- [nongnu] elpa/git-commit 35245a6010 3/6: make: Fix set_package_requires_nongnu, ELPA Syncer, 2023/02/04