emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre bdb11248c9 20/76: Move metadata into calibre.el


From: ELPA Syncer
Subject: [elpa] externals/calibre bdb11248c9 20/76: Move metadata into calibre.el
Date: Thu, 18 May 2023 09:57:42 -0400 (EDT)

branch: externals/calibre
commit bdb11248c95b713e5d40c7333bbb63f0f89f93ce
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Move metadata into calibre.el
    
    * calibre-pkg.el: Delete
    * calibre.el: Add metadata previously stored in calibre-pkg.el.
    Bump package version.
---
 calibre-pkg.el | 8 --------
 calibre.el     | 3 +++
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/calibre-pkg.el b/calibre-pkg.el
deleted file mode 100644
index 3b47ff4a38..0000000000
--- a/calibre-pkg.el
+++ /dev/null
@@ -1,8 +0,0 @@
-(define-package
-  "calibre"
-  "1.0.1"
-  "Interact with Calibre libraries from Emacs"
-  '((emacs "29.1.0"))
-  :authors '(("Kjartan Oli Agustsson" . "kjartanoli@disroot.org"))
-  :maintainer '("Kjartan Oli Agustsson" . "kjartanoli@disroot.org")
-  :url "https://git.disroot.org/kjartanoli/calibre.el";)
diff --git a/calibre.el b/calibre.el
index c338f1a732..f9e2a5abd5 100644
--- a/calibre.el
+++ b/calibre.el
@@ -4,6 +4,9 @@
 
 ;; Author: Kjartan Oli Agustsson <kjartanoli@disroot.org>
 ;; Maintainer: Kjartan Oli Agustsson <kjartanoli@disroot.org>
+;; Version: 1.0.2
+;; Package-Requires: ((emacs "29.1"))
+;; URL: https://git.disroot.org/kjartanoli/calibre.el
 
 ;; This file is part of calibre.el.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]