Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/matlab: matlab-2.2.3.ebuild ChangeLog
Date: Sat, 27 Oct 2007 10:44:33
Message-Id: E1Ilj9T-0004bf-Vh@stork.gentoo.org
1 opfer 07/10/27 10:44:23
2
3 Modified: matlab-2.2.3.ebuild ChangeLog
4 Log:
5 updated HOMEPAGE, set SITEFILE to a more generic value, removed unnecessary dependency on virtual/emacs (provided by elisp.eclass already)
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.12 app-emacs/matlab/matlab-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild?r1=1.11&r2=1.12
14
15 Index: matlab-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- matlab-2.2.3.ebuild 26 Jan 2006 15:49:52 -0000 1.11
22 +++ matlab-2.2.3.ebuild 27 Oct 2007 10:44:23 -0000 1.12
23 @@ -1,21 +1,17 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.11 2006/01/26 15:49:52 mkennedy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.12 2007/10/27 10:44:23 opfer Exp $
29
30 inherit elisp
31
32 IUSE=""
33
34 DESCRIPTION="Major modes for MATLAB dot-m and dot-tlc files"
35 -HOMEPAGE="http://www.mathworks.com/products/matlab/"
36 -# the original home page
37 -# ftp://ftp.mathworks.com/pub/contrib/emacs_add_ons but this has since
38 -# moved to http://www.mathworks.com/access/pub/emacs_add_ons.zip
39 +HOMEPAGE="http://matlab-emacs.sourceforge.net/"
40 +
41 SRC_URI="mirror://gentoo/${P}.tar.bz2"
42 LICENSE="GPL-2"
43 SLOT="0"
44 KEYWORDS="~amd64 ~ppc sparc x86"
45
46 -DEPEND="virtual/emacs"
47 -
48 -SITEFILE=50matlab-gentoo.el
49 +SITEFILE=50${PN}-gentoo.el
50
51
52
53 1.12 app-emacs/matlab/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/ChangeLog?rev=1.12&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/ChangeLog?rev=1.12&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/matlab/ChangeLog?r1=1.11&r2=1.12
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v
62 retrieving revision 1.11
63 retrieving revision 1.12
64 diff -u -r1.11 -r1.12
65 --- ChangeLog 8 Mar 2007 07:23:44 -0000 1.11
66 +++ ChangeLog 27 Oct 2007 10:44:23 -0000 1.12
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-emacs/matlab
69 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.11 2007/03/08 07:23:44 opfer Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.12 2007/10/27 10:44:23 opfer Exp $
72 +
73 + 27 Oct 2007; Christian Faulhammer <opfer@g.o> matlab-2.2.3.ebuild:
74 + updated HOMEPAGE, set SITEFILE to a more generic value, removed unnecessary
75 + dependency on virtual/emacs (provided by elisp.eclass already)
76
77 08 Mar 2007; Christian Faulhammer <opfer@g.o>
78 files/50matlab-gentoo.el:
79
80
81
82 --
83 gentoo-commits@g.o mailing list