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

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

[elpa] externals/eev 9e6d5bc: * eev: Prepare for addition to GNU ELPA


From: Stefan Monnier
Subject: [elpa] externals/eev 9e6d5bc: * eev: Prepare for addition to GNU ELPA
Date: Sun, 7 Apr 2019 17:17:31 -0400 (EDT)

branch: externals/eev
commit 9e6d5bc8c7785b4030e477d06c65fb3d682c248e
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * eev: Prepare for addition to GNU ELPA
    
    * .gitignore: New file.
    * eev.el: New file.
    * eev-pkg.el: Delete file (auto-generated from eev.el).
    * *.el: Fix up copyright so it actually describes the file's license
---
 .gitignore         |  3 +++
 eejump.el          |  4 ++--
 eev-anchors.el     |  4 ++--
 eev-audiovideo.el  |  4 ++--
 eev-beginner.el    |  2 +-
 eev-blinks.el      | 10 ++++------
 eev-brxxx.el       |  4 ++--
 eev-channels.el    |  4 ++--
 eev-code.el        |  4 ++--
 eev-codings.el     |  4 ++--
 eev-edit.el        |  4 ++--
 eev-elinks.el      |  4 ++--
 eev-env.el         |  4 ++--
 eev-eval.el        |  4 ++--
 eev-flash.el       |  4 ++--
 eev-intro.el       |  5 ++---
 eev-load.el        |  2 +-
 eev-mode.el        |  4 ++--
 eev-multiwindow.el |  4 ++--
 eev-pdflike.el     |  4 ++--
 eev-pkg.el         | 15 ---------------
 eev-plinks.el      |  4 ++--
 eev-prepared.el    |  4 ++--
 eev-rcirc.el       |  4 ++--
 eev-readme.el      |  4 ++--
 eev-template0.el   |  2 +-
 eev-tlinks.el      |  7 +++----
 eev.el             | 33 +++++++++++++++++++++++++++++++++
 eev2-all.el        |  4 ++--
 29 files changed, 88 insertions(+), 71 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb89c5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+eev-autoloads.el
+eev-pkg.el
diff --git a/eejump.el b/eejump.el
index d5d7c85..3e91ca9 100644
--- a/eejump.el
+++ b/eejump.el
@@ -1,8 +1,8 @@
 ;;; eejump.el -- jump quickly to predefined places.
 
-;; Copyright (C) 2012,2016,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-anchors.el b/eev-anchors.el
index cd5d1ae..3828bc1 100644
--- a/eev-anchors.el
+++ b/eev-anchors.el
@@ -1,8 +1,8 @@
 ;;; eev-anchors.el -- hyperlinks to anchors.
 
-;; Copyright (C) 2012,2018 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-audiovideo.el b/eev-audiovideo.el
index b861540..72a5ca3 100644
--- a/eev-audiovideo.el
+++ b/eev-audiovideo.el
@@ -1,8 +1,8 @@
 ;;; eev-audiovideo.el -- elisp hyperlinks to audio and video files.
 
-;; Copyright (C) 2013,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-beginner.el b/eev-beginner.el
index 06a0381..fd2d32c 100644
--- a/eev-beginner.el
+++ b/eev-beginner.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-blinks.el b/eev-blinks.el
index f3bad84..968ecb8 100644
--- a/eev-blinks.el
+++ b/eev-blinks.el
@@ -1,12 +1,10 @@
 ;;; eev-blinks.el -- support for basic hyperlinks in Emacs.
-;;; The basic hyperlinks are the ones that do not depend on templates,
-;;; and that are not created by `code-c-d' and friends.
+;; The basic hyperlinks are the ones that do not depend on templates,
+;; and that are not created by `code-c-d' and friends.
 
-;; Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,
-;; 2009,2010,2011,2012,2013,2014,2016,2018,2019 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 1999-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-brxxx.el b/eev-brxxx.el
index 90fb9f9..628c338 100644
--- a/eev-brxxx.el
+++ b/eev-brxxx.el
@@ -1,8 +1,8 @@
 ;;; eev-brxxx.el -- define families of browse-url-like functions.
 
-;; Copyright (C) 2012,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-channels.el b/eev-channels.el
index 7d842ad..0ebcd11 100644
--- a/eev-channels.el
+++ b/eev-channels.el
@@ -1,9 +1,9 @@
 ;;; eev-channels.el -- control external processes usign signals,
 ;;; temporary files, and Expect scripts.
 
-;; Copyright (C) 2012,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-code.el b/eev-code.el
index be2f727..dbacc35 100644
--- a/eev-code.el
+++ b/eev-code.el
@@ -1,8 +1,8 @@
 ;;; eev-code.el -- `code-c-d', that generates and evaluates Lisp defuns.
 
-;; Copyright (C) 2012,2018,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-codings.el b/eev-codings.el
index 245c20b..5561fd9 100644
--- a/eev-codings.el
+++ b/eev-codings.el
@@ -1,8 +1,8 @@
 ;;; eev-codings.el -- tricks to support both the UTF8 coding system and unibyte
 
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-edit.el b/eev-edit.el
index 4f0dc62..9b81436 100644
--- a/eev-edit.el
+++ b/eev-edit.el
@@ -1,8 +1,8 @@
 ;;; eev-edit.el -- tools for editing (mainly refining) elisp hyperlinks.
 
-;; Copyright (C) 2012,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-elinks.el b/eev-elinks.el
index 9ba2af3..3fdca83 100644
--- a/eev-elinks.el
+++ b/eev-elinks.el
@@ -1,8 +1,8 @@
 ;;; eev-elinks.el --- `find-efunction-links' and other `find-e*-links'
 
-;; Copyright (C) 2012,2013,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-env.el b/eev-env.el
index 7da01ff..edc42fd 100644
--- a/eev-env.el
+++ b/eev-env.el
@@ -1,8 +1,8 @@
 ;;; eev-env.el -- set some environment variables.
 
-;; Copyright (C) 2012,2016 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-eval.el b/eev-eval.el
index 80d0ab2..482bb07 100644
--- a/eev-eval.el
+++ b/eev-eval.el
@@ -1,8 +1,8 @@
 ;;; eev-eval.el -- variants of eval-last-sexp.
 
-;; Copyright (C) 2012,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-flash.el b/eev-flash.el
index eb8d568..3f6f1e2 100644
--- a/eev-flash.el
+++ b/eev-flash.el
@@ -1,8 +1,8 @@
 ;;; eev-flash.el -- functions to highlight a range of text temporarily.
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-intro.el b/eev-intro.el
index f5a92ca..f11fd4c 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -1,9 +1,8 @@
 ;;; eev-intro.el --- sandboxed tutorials for eev, like (find-eev-quick-intro)
 
-;; Copyright (C) 2013,2014,2016,2017,2018,2019 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-load.el b/eev-load.el
index 9f8bc4c..4275783 100644
--- a/eev-load.el
+++ b/eev-load.el
@@ -3,7 +3,7 @@
 
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-mode.el b/eev-mode.el
index a3f7ad4..0756d5e 100644
--- a/eev-mode.el
+++ b/eev-mode.el
@@ -1,8 +1,8 @@
 ;;; eev-mode.el -- a minor mode with keybindings for using eev conveniently.
 
-;; Copyright (C) 2012,2013,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-multiwindow.el b/eev-multiwindow.el
index 3f283de..8ed0bbd 100644
--- a/eev-multiwindow.el
+++ b/eev-multiwindow.el
@@ -1,8 +1,8 @@
 ;; eev-multiwindow.el - functions to create multi-window setups
 
-;; Copyright (C) 2012,2013,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-pdflike.el b/eev-pdflike.el
index 380bf49..5927c5b 100644
--- a/eev-pdflike.el
+++ b/eev-pdflike.el
@@ -1,8 +1,8 @@
 ;;; eev-pdflike.el -- hyperlinks to documents made of pages.
 
-;; Copyright (C) 2012,2013,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-pkg.el b/eev-pkg.el
deleted file mode 100644
index 1d6c2e8..0000000
--- a/eev-pkg.el
+++ /dev/null
@@ -1,15 +0,0 @@
-(define-package "eev" "20190401" "Support for e-scripts (eepitch blocks, elisp 
hyperlinks, etc)"
-  '((emacs "24.3"))
-  :keywords
-  '("lisp" "e-scripts")
-  :authors
-  '(("Eduardo Ochs" . "address@hidden"))
-  :maintainer
-  '(("Eduardo Ochs" . "address@hidden"))
-  :url
-  "http://angg.twu.net/#eev";
-  )
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
diff --git a/eev-plinks.el b/eev-plinks.el
index cb92f4c..3488456 100644
--- a/eev-plinks.el
+++ b/eev-plinks.el
@@ -1,8 +1,8 @@
 ;;; eev-plinks.el -- elisp hyperlinks to invoke external processes.
 
-;; Copyright (C) 2012,2018 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-prepared.el b/eev-prepared.el
index bdf77f4..2649ba0 100644
--- a/eev-prepared.el
+++ b/eev-prepared.el
@@ -1,8 +1,8 @@
 ;;; eev-prepared.el -- eev modules that use temporary dirs and prepared shells.
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-rcirc.el b/eev-rcirc.el
index cc376cf..7df7fde 100644
--- a/eev-rcirc.el
+++ b/eev-rcirc.el
@@ -1,8 +1,8 @@
 ;;; eev-rcirc.el -- rcirc-related elisp hyperlinks.
 
-;; Copyright (C) 2012,2013,2018 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-readme.el b/eev-readme.el
index 1570578..68b553c 100644
--- a/eev-readme.el
+++ b/eev-readme.el
@@ -1,8 +1,8 @@
 ;; eev-readme.el -- load all modules of eev and activate eev-mode.
 
-;; Copyright (C) 2012,2014,2018,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-template0.el b/eev-template0.el
index 52339e2..491cfca 100644
--- a/eev-template0.el
+++ b/eev-template0.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev-tlinks.el b/eev-tlinks.el
index 178b512..c99282c 100644
--- a/eev-tlinks.el
+++ b/eev-tlinks.el
@@ -1,9 +1,8 @@
 ;;; eev-tlinks.el --- hyperlinks to temporary buffers generated by templates
 
-;; Copyright (C) 2013,2014,2016,2017,2018,2019 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -423,7 +422,7 @@ Hello
 
 ;; Copyright (C) 2012 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev 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/eev.el b/eev.el
new file mode 100644
index 0000000..36d1bb0
--- /dev/null
+++ b/eev.el
@@ -0,0 +1,33 @@
+;;; eev.el --- Support for e-scripts (eepitch blocks, elisp hyperlinks, etc)  
-*- lexical-binding: t; -*-
+
+;; Copyright (C) 2019 Free Software Foundation, Inc.
+
+;; Author: Eduardo Ochs <address@hidden>
+;; Package-Requires: ((emacs "24.3"))
+;; Keywords: lisp e-scripts
+;; URL: http://angg.twu.net/#eev
+;; Version: 20190401
+
+;; 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
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;
+
+;;; Code:
+
+
+
+(provide 'eev)
+;;; eev.el ends here
diff --git a/eev2-all.el b/eev2-all.el
index 13ccb34..97888c6 100644
--- a/eev2-all.el
+++ b/eev2-all.el
@@ -1,9 +1,9 @@
 ;;; eev2-all.el -- load all the modules of the rewrite of eev (-> 0.96).
 ;;; This can also be used as an index to the (new) source files.
 
-;; Copyright (C) 2012,2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
-;; This file is (not yet?) part of GNU eev.
+;; This file is part of GNU eev.
 ;;
 ;; GNU eev is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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