~/Temp/melpa[evil-org] % make recipes/evil-org-mode
• Building recipe evil-org-mode ...
rm -vf ./packages/evil-org-mode-*
./packages/evil-org-mode-20120618.1413.el
emacs --no-site-file --batch -l package-build.el --eval "(package-build-archive 'evil-org-mode)"
Loading /Users/hub/Temp/melpa/json-fix.el (source)...
Recipe 'evil-org-mode~' contains mismatched package name 'evil-leader'
;;; evil-org-mode
Fetcher: github
Source: behaghel/evil-org-mode
Cloning git://github.com/behaghel/evil-org-mode.git to /Users/hub/Temp/melpa/working/evil-org-mode/
Removing archive: (evil-org-mode . [(20120618 1413) nil No description available. [source: github] single])
Loading vc-git...
Saving file /Users/hub/Temp/melpa/packages/evil-org-mode-20130505.1433.el...
Wrote /Users/hub/Temp/melpa/packages/evil-org-mode-20130505.1433.el
Wrote /Users/hub/Temp/melpa/packages/archive-contents
Built in 0.430s, finished at Sun May 5 14:39:38 2013
✓ Wrote 8 -rw-r--r-- 1 hub staff 2.7K May 5 14:39 ./packages/evil-org-mode-20130505.1433.el
The resulting package successfully installed with this output:
Compiling file /Users/hub/.emacs.d/elpa/evil-org-mode-20130505.1433/evil-org-mode-pkg.el at Sun May 5 14:57:02 2013
Entering directory `/Users/hub/.emacs.d/elpa/evil-org-mode-20130505.1433/'
Compiling file /Users/hub/.emacs.d/elpa/evil-org-mode-20130505.1433/evil-org-mode.el at Sun May 5 14:57:02 2013
evil-org-mode.el:69:2:Warning: `mapcar' called for effect; use `mapc' or
`dolist' instead
If that helps, I am happy to request a pull with the right recipe into melpa when this is merged.
The purpose here is to prepare for easy distribution via package.el (melpa, marmalade...). The format is described here: http://marmalade-repo.org/doc-files/package.5.html
Totally arbitrarily, I decided it wasn't version 9999 anymore but 0.1.0.
I commented out the
(require 'evil-leader)
as this doesn't seem necessary anymore.This request being merged, this will enable the creation of a recipe in the melpa repository
File to create
recipes/evil-org-mode
:I have successfully tested locally with my fork of melpa and evil-org-mode witht this recipe:
This compiled successfully with this output:
The resulting package successfully installed with this output:
If that helps, I am happy to request a pull with the right recipe into melpa when this is merged.