diff options
author | 2004-07-17 18:33:21 +0000 | |
---|---|---|
committer | 2004-07-17 18:33:21 +0000 | |
commit | d673260130ab471ddb5d25bc91cd60df79c6b0e8 (patch) | |
tree | d6dacbece877624a9c40e33568b0b647aaf34730 /app-emacs/apache-mode/files | |
parent | Removed old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-d673260130ab471ddb5d25bc91cd60df79c6b0e8.tar.gz gentoo-2-d673260130ab471ddb5d25bc91cd60df79c6b0e8.tar.bz2 gentoo-2-d673260130ab471ddb5d25bc91cd60df79c6b0e8.zip |
Version bumped. Sources are taken from Debian. This closes bug #57098
Diffstat (limited to 'app-emacs/apache-mode/files')
-rw-r--r-- | app-emacs/apache-mode/files/50apache-mode-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/apache-mode/files/digest-apache-mode-1.1 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/apache-mode/files/50apache-mode-gentoo.el b/app-emacs/apache-mode/files/50apache-mode-gentoo.el index 463f57751b41..bad6ed7480a1 100644 --- a/app-emacs/apache-mode/files/50apache-mode-gentoo.el +++ b/app-emacs/apache-mode/files/50apache-mode-gentoo.el @@ -8,3 +8,5 @@ (add-to-list 'auto-mode-alist '("httpd\\.conf$" . apache-mode)) (add-to-list 'auto-mode-alist '("srm\\.conf$" . apache-mode)) (add-to-list 'auto-mode-alist '("access\\.conf$" . apache-mode)) +(add-to-list 'auto-mode-alist '("apache[12]\?\\.conf$" . apache-mode)) +(add-to-list 'auto-mode-alist '("commonapache[12]\?\\.conf$" . apache-mode)) diff --git a/app-emacs/apache-mode/files/digest-apache-mode-1.1 b/app-emacs/apache-mode/files/digest-apache-mode-1.1 new file mode 100644 index 000000000000..b330688b6fd6 --- /dev/null +++ b/app-emacs/apache-mode/files/digest-apache-mode-1.1 @@ -0,0 +1 @@ +MD5 f8613e7ed35c61eccc6dc8c4d0aa5872 apache-mode-1.1.el.gz 3468 |