branch: externals/ebdb
commit b990fdffeb6651956c22ded0dc302591a85ee0cc
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
File header changes preparatory to breaking off separate libraries
* company-ebdb.el:
* counsel-ebdb.el:
* helm-ebdb.el: These three completion libraries will become separate
single-file packages.
* ebdb-chn.el: This country-specific library will become a separate
package, and be renamed to ebdb-i18n-chn.el, which will be the
naming convention for future internationalization libraries.
* ebdb.el: Include Emacs version number dependency.
---
company-ebdb.el | 3 +++
counsel-ebdb.el | 2 ++
ebdb-chn.el | 2 ++
ebdb.el | 2 +-
helm-ebdb.el | 2 ++
5 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/company-ebdb.el b/company-ebdb.el
index 0fc5234..c7791c5 100644
--- a/company-ebdb.el
+++ b/company-ebdb.el
@@ -3,6 +3,9 @@
;; Copyright (C) 2013-2014, 2016 Free Software Foundation, Inc.
;; Author: Jan Tatarik <[email protected]>
+;; Maintainer: Eric Abrahamsen <[email protected]>
+;; Version: 1
+;; Package-Requires: ((company "0.9.4") (ebdb "0.2"))
;; This file is part of GNU Emacs.
diff --git a/counsel-ebdb.el b/counsel-ebdb.el
index 7e50ab7..38e39e5 100644
--- a/counsel-ebdb.el
+++ b/counsel-ebdb.el
@@ -3,6 +3,8 @@
;; Copyright (C) 2017 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
+;; Version: 1
+;; Package-Requires: ((ivy "0.8.0") (ebdb "0.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/ebdb-chn.el b/ebdb-chn.el
index 73f756b..3dcfe37 100644
--- a/ebdb-chn.el
+++ b/ebdb-chn.el
@@ -3,6 +3,8 @@
;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
+;; Version: 1
+;; Package-Requires: ((pyim "1.6.0") (ebdb "0.2))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/ebdb.el b/ebdb.el
index b48422e..8acba96 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
;; Version: 0.2
-;; Package-Requires: ((cl-lib "0.5") (seq "2.15"))
+;; Package-Requires: ((emacs "25.1") (cl-lib "0.5") (seq "2.15"))
;; Maintainer: Eric Abrahamsen <[email protected]>
diff --git a/helm-ebdb.el b/helm-ebdb.el
index 2a7e50b..ae1fbbc 100644
--- a/helm-ebdb.el
+++ b/helm-ebdb.el
@@ -4,6 +4,8 @@
;; Author: Eric Abrahamsen <[email protected]>
;; Keywords: mail, convenience
+;; Version: 1
+;; Package-Requires: ((helm "1.0") (ebdb "0.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by