diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-04-10 16:47:10 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-04-10 16:47:10 +0000 |
commit | 30c788997ab1a2efc07dc5df18ad06976bea5174 (patch) | |
tree | 4dd7f5f2a59da3e905a82c5a6b5690efbed5ceb2 /app-emacs/calfw/files | |
parent | Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static arc... (diff) | |
download | historical-30c788997ab1a2efc07dc5df18ad06976bea5174.tar.gz historical-30c788997ab1a2efc07dc5df18ad06976bea5174.tar.bz2 historical-30c788997ab1a2efc07dc5df18ad06976bea5174.zip |
New ebuild for calfw.
Package-Manager: portage-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のスケジュールデータのキャッシュ") |