Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/distel/files: 50distel-gentoo.el distel-4.03-fix-ebin-path.patch
Date: Tue, 25 Feb 2014 23:25:06
Message-Id: 20140225232501.35BD82004E@flycatcher.gentoo.org
1 ulm 14/02/25 23:25:01
2
3 Modified: 50distel-gentoo.el
4 Removed: distel-4.03-fix-ebin-path.patch
5 Log:
6 Version bump. Remove old; distel-4.03 fails to build with R15 and later.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.3 app-emacs/distel/files/50distel-gentoo.el
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/distel/files/50distel-gentoo.el?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/distel/files/50distel-gentoo.el?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/distel/files/50distel-gentoo.el?r1=1.2&r2=1.3
16
17 Index: 50distel-gentoo.el
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/distel/files/50distel-gentoo.el,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- 50distel-gentoo.el 20 Feb 2009 18:11:41 -0000 1.2
24 +++ 50distel-gentoo.el 25 Feb 2014 23:25:01 -0000 1.3
25 @@ -1,6 +1,3 @@
26 -
27 -;;; distel site-lisp configuration
28 -
29 (add-to-list 'load-path "@SITELISP@")
30 (autoload 'distel-erlang-mode-hook "distel" nil t)
31 (add-hook 'erlang-mode-hook 'distel-erlang-mode-hook)