Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs: ChangeLog texmacs-1.0.7.19.ebuild
Date: Wed, 01 May 2013 05:08:31
Message-Id: 20130501050824.0747E2171D@flycatcher.gentoo.org
1 grozin 13/05/01 05:08:23
2
3 Modified: ChangeLog texmacs-1.0.7.19.ebuild
4 Log:
5 Downloading from ftp.texmacs.org works again
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.109 app-office/texmacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 28 Mar 2013 13:41:15 -0000 1.108
23 +++ ChangeLog 1 May 2013 05:08:23 -0000 1.109
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-office/texmacs
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.108 2013/03/28 13:41:15 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.109 2013/05/01 05:08:23 grozin Exp $
29 +
30 + 01 May 2013; Andrey Grozin <grozin@g.o> texmacs-1.0.7.19.ebuild:
31 + Downloading from ftp.texmacs.org works again
32
33 *texmacs-1.0.7.19 (28 Mar 2013)
34
35
36
37
38 1.2 app-office/texmacs/texmacs-1.0.7.19.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild?r1=1.1&r2=1.2
43
44 Index: texmacs-1.0.7.19.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- texmacs-1.0.7.19.ebuild 28 Mar 2013 13:41:15 -0000 1.1
51 +++ texmacs-1.0.7.19.ebuild 1 May 2013 05:08:23 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.1 2013/03/28 13:41:15 grozin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.2 2013/05/01 05:08:23 grozin Exp $
57
58 EAPI=4
59
60 @@ -10,10 +10,7 @@
61
62 DESCRIPTION="Wysiwyg text processor with high-quality maths"
63 HOMEPAGE="http://www.texmacs.org/"
64 -# Due to some changes at ftp.texmacs.org, files can no longer be fetched by wget,
65 -# only by wget --no-passive-ftp
66 -#SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
67 -SRC_URI="http://dev.gentoo.org/~grozin/${MY_P}.tar.gz"
68 +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
69
70 LICENSE="GPL-3"
71 SLOT="0"