Steve Purcell
8be7c714c7
Simplify the functions dealing with source/dest file paths (see #97 )
...
This commit introduces pb/expand-file-specs, which expands a :files
list into a list of (SOURCE . DEST) pairs -- SOURCE is the relative
path of a source file or directory, and DEST is the relative path to
which it should be copied. By mapcar'ing this list, it's then easy to
get lists of the source and destination files, and copying files
becomes as easy as copying each SOURCE to its corresponding DEST.
2012-05-06 09:48:13 +01:00
Steve Purcell
c9220870ed
Normalise the file-list functions so they can be assessed for similarities
2012-05-06 09:48:13 +01:00
Sarah Iovan
bd6ce27c31
added emacs24-inkpot color theme
...
Closes #102
Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-05-05 13:45:29 -05:00
Steve Purcell
db3166b9fb
Merge pull request #107 from sindikat/master
...
python-magic
2012-05-05 06:31:10 -07:00
sindikat
f4540078c5
python-magic
2012-05-05 19:25:18 +06:00
Steve Purcell
ae65398402
Merge pull request #106 from sindikat/master
...
outline-magic from EmacsWiki
2012-05-05 06:06:22 -07:00
sindikat
096c549c16
added outline-magic.el
2012-05-05 18:54:43 +06:00
Steve Purcell
707696fbec
Merge pull request #104 from maio/helm-git
...
Add recipe for helm-git
2012-05-05 04:47:23 -07:00
Marian Schubert
5dafae1ef1
Add recipe for helm-git
2012-05-05 12:07:44 +02:00
Steve Purcell
c269f0ef82
Remove some duplication by introducing pb/expand-source-file-list
2012-05-05 08:48:17 +01:00
Steve Purcell
d23d831e30
Stop recipes dir-locals from breaking dired ( fixes #103 )
2012-05-05 08:32:24 +01:00
Steve Purcell
8e8696fa14
Use idiomatic "not" in place of "(zerop (length lst))"
2012-05-04 20:34:28 +01:00
Steve Purcell
f17809801c
Fix compilation warnings about references to free variables
2012-05-04 20:33:25 +01:00
Donald Curtis
5292ee7ff8
Adding zf-mode recipe.
...
Closes #86
2012-05-03 21:51:16 -05:00
Donald Curtis
dbfefe681b
add tango-2-theme recipe
2012-05-03 21:39:23 -05:00
Donald Curtis
000bffabf6
On error return nil
2012-05-03 21:04:06 -05:00
Donald Curtis
203315d8cd
Clean out debugging code. Add others.
2012-05-03 21:03:10 -05:00
Donald Curtis
e54824d6c3
Dump error backtrace to stderr while ignoring errors.
2012-05-03 20:46:16 -05:00
Donald Curtis
2f7bfdd9d0
use ;;;
to denote package name
2012-05-03 20:46:16 -05:00
Donald Curtis
65aaef511a
use "source" and "target" consistently
2012-05-03 20:46:16 -05:00
Donald Curtis
e6f81bf99a
README changes for new recipe format
2012-05-03 20:46:16 -05:00
Donald Curtis
ca7bf43ef8
Update recipes based on new style
2012-05-03 20:46:16 -05:00
Donald Curtis
a6e1dbe977
New style :files directive in recipes.
2012-05-03 20:25:49 -05:00
Steve Purcell
d13e2386e4
pretty-mode should be a wiki recipe
2012-05-03 11:19:09 +01:00
Donald Curtis
49fec624df
Add pony-mode.
2012-05-02 15:54:23 -05:00
Donald Curtis
743322efcf
Fix builds where the *-pkg.el file is in a subdirectory (prefix)
2012-05-02 15:53:27 -05:00
Steve Purcell
877b5a3e61
Add Brian Carlson's "jade-mode", "stylus-mode" and "sws-mode" (see #82 )
2012-05-01 17:02:58 +01:00
Steve Purcell
2bdf9d0a87
Don't interpret PREFIX as a regexp in pb/remove-prefix
2012-05-01 14:24:14 +01:00
Steve Purcell
c5f641f8fb
Rename pathpfx variable for clarity
2012-05-01 14:24:14 +01:00
Steve Purcell
afb0db688d
Eliminate side effects in pb/remove-prefix, and note that the prefix is a regexp
2012-05-01 14:24:14 +01:00
Steve Purcell
fa271f3c9a
Fix all checkdoc warnings
2012-05-01 14:24:14 +01:00
Donald Curtis
7dc07903da
Minor README update.
2012-05-01 08:16:02 -05:00
Donald Curtis
198dbe1a9f
Remove path prefix before tar creation.
...
Closes #97
2012-05-01 07:32:08 -05:00
Donald Curtis
41fdeb80d3
Fix expansion problem of bzr repos.
2012-04-30 17:24:48 -05:00
Donald Curtis
c7f03d86b4
Major update to README include TOC
2012-04-30 17:13:46 -05:00
Donald Curtis
e34e399bf1
minor update to index to hopefully make it look cleaner.
2012-04-30 16:54:04 -05:00
Donald Curtis
310ca31c8d
Expand bzr repos to canonical path.
2012-04-30 16:03:22 -05:00
Donald Curtis
2bebebbcd6
Add function to parse line from run-process.
...
It is very common to find a regex match after running a process, so
make a function for this.
2012-04-30 15:59:33 -05:00
Donald Curtis
34c09152d3
Add recipe for erlang (see #96 )
2012-04-30 15:32:43 -05:00
Donald Curtis
abbe137e38
Copy files for multi-file packages as individuals, rather than duplicating the repository.
2012-04-30 15:29:49 -05:00
Steve Purcell
a1c97870c2
Merge pull request #100 from dotemacs/egg-package
...
Added the recipe for egg mode
2012-04-30 03:52:15 -07:00
Aleksandar Simic
2bd4f0e0dd
Added the recipe for egg mode
2012-04-30 10:35:33 +00:00
Donald Curtis
0bded518d1
fix vimgolf recipe
2012-04-29 20:05:39 -05:00
Donald Curtis
dcf97c7df6
Delete package staging directory before building.
2012-04-29 20:01:04 -05:00
Donald Curtis
cc929e15d5
fix indentation
2012-04-29 19:54:35 -05:00
Donald Curtis
54d80f1f0b
Throw an error if no files are found within the package.
2012-04-29 19:52:23 -05:00
Steve Purcell
bcd788336b
Revert "Add recipe for erlang" (see #96 )
...
This reverts commit b1913f9fdd
.
2012-04-29 18:53:17 +01:00
Steve Purcell
c59b9e0a73
Merge pull request #96 from shosti/master
...
Add recipe for erlang
2012-04-29 10:37:41 -07:00
Emanuel Evans
b1913f9fdd
Add recipe for erlang
2012-04-29 12:27:13 -04:00
Steve Purcell
2253142c4c
Merge pull request #95 from benma/master
...
Add recipe pyregexp
2012-04-27 02:50:48 -07:00