diff options
author | 2011-04-10 16:47:10 +0000 | |
---|---|---|
committer | 2011-04-10 16:47:10 +0000 | |
commit | afbf25568a35150a8f7785d143e09d3fc6b72453 (patch) | |
tree | 88218d5cc7569fe2800268e9ac54c9f1816cbdb3 /app-emacs/calfw/files | |
parent | Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static arc... (diff) | |
download | gentoo-2-afbf25568a35150a8f7785d143e09d3fc6b72453.tar.gz gentoo-2-afbf25568a35150a8f7785d143e09d3fc6b72453.tar.bz2 gentoo-2-afbf25568a35150a8f7785d143e09d3fc6b72453.zip |
New ebuild for calfw.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/calfw/files')
-rw-r--r-- | app-emacs/calfw/files/calfw-0.1-cl.patch | 13 | ||||
-rw-r--r-- | app-emacs/calfw/files/calfw-0.1-howm-menu.patch | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-emacs/calfw/files/calfw-0.1-cl.patch b/app-emacs/calfw/files/calfw-0.1-cl.patch new file mode 100644 index 000000000000..373f0be664cb --- /dev/null +++ b/app-emacs/calfw/files/calfw-0.1-cl.patch @@ -0,0 +1,13 @@ +diff --git a/calfw-ical.el b/calfw-ical.el +index d95db06..6eba94a 100644 +--- a/calfw-ical.el ++++ b/calfw-ical.el +@@ -39,6 +39,8 @@ + (require 'icalendar) + (require 'url) + ++(eval-when-compile (require 'cl)) ++ + (defun cfw:decode-to-calendar (dec) + (cfw:date + (nth 4 dec) (nth 3 dec) (nth 5 dec))) diff --git a/app-emacs/calfw/files/calfw-0.1-howm-menu.patch b/app-emacs/calfw/files/calfw-0.1-howm-menu.patch new file mode 100644 index 000000000000..486d60564aef --- /dev/null +++ b/app-emacs/calfw/files/calfw-0.1-howm-menu.patch @@ -0,0 +1,13 @@ +diff --git a/calfw-howm.el b/calfw-howm.el +index 9624baa..d34aea8 100644 +--- a/calfw-howm.el ++++ b/calfw-howm.el +@@ -34,7 +34,7 @@ + + ;;; Code: + +-(require 'howm-menu) ++(require 'howm) + (require 'calfw) + + (defvar cfw:howm-schedule-cache nil "howmのスケジュールデータのキャッシュ") |