Remove obsolete :module property from wanderlust & dependencies

This property was a holdover from when these recipes were CVS-based.
It should have been removed when they were switched over to git-based
recipes.
This commit is contained in:
Ryan C. Thompson 2012-05-27 12:42:56 -07:00
parent 571f809077
commit 02f3795239
4 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@
:website "http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/"
:description "APEL (A Portable Emacs Library) is a library to support to write portable Emacs Lisp programs."
:type github
:module "apel"
:pkgname "wanderlust/apel"
:build
(mapcar
@ -13,4 +12,3 @@
"prefix" "site-lisp" "site-lisp"))
'("compile-apel" "install-apel"))
:load-path ("site-lisp/apel" "site-lisp/emu"))

View File

@ -3,7 +3,6 @@
:depends apel
:type github
:branch "flim-1_14-wl"
:module "flim"
:pkgname "wanderlust/flim"
:build
(mapcar
@ -18,4 +17,3 @@
"prefix" "site-lisp" "site-lisp"))
'("compile-flim" "install-flim"))
:load-path ("site-lisp/flim"))

View File

@ -3,7 +3,6 @@
:depends flim
:type github
:branch "semi-1_14-wl"
:module "semi"
:pkgname "wanderlust/semi"
:build
(mapcar
@ -19,4 +18,3 @@
'("compile-semi" "install-semi"))
:load-path ("site-lisp/semi/")
)

View File

@ -2,7 +2,6 @@
:description "Wanderlust bootstrap."
:depends semi
:type github
:module "wanderlust"
:pkgname "wanderlust/wanderlust"
:build (mapcar
(lambda (target-and-dirs)