From a92128169ab08e1a8d1da066cd6fe3f22037f5b1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 6 Sep 2020 18:53:06 -0400 Subject: Drop version header from most libraries I haven't decided how I want to deal with packaging, but in any case there's no point in having a version heading for each library. Keep the one in piem.el since there's no *-pkg.el file (at this point, at least). --- piem-b4.el | 1 - piem-elfeed.el | 1 - piem-eww.el | 1 - piem-gnus.el | 1 - piem-notmuch.el | 1 - 5 files changed, 5 deletions(-) diff --git a/piem-b4.el b/piem-b4.el index f5aa777..4d4ea08 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3") (transient "0.2.0")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-elfeed.el b/piem-elfeed.el index b1e112b..82bc825 100644 --- a/piem-elfeed.el +++ b/piem-elfeed.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-eww.el b/piem-eww.el index 62b7166..d028d37 100644 --- a/piem-eww.el +++ b/piem-eww.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-gnus.el b/piem-gnus.el index 244c389..9e8a0aa 100644 --- a/piem-gnus.el +++ b/piem-gnus.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify diff --git a/piem-notmuch.el b/piem-notmuch.el index 5bf5b09..7941736 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -4,7 +4,6 @@ ;; Author: Kyle Meyer ;; Keywords: vc, tools -;; Version: 0.0.0 ;; Package-Requires: ((emacs "26.3")) ;; This program is free software; you can redistribute it and/or modify -- cgit v1.2.3