diff options
author | 2013-05-01 05:08:23 +0000 | |
---|---|---|
committer | 2013-05-01 05:08:23 +0000 | |
commit | 46f84d881f2e77058d3696c19264723d4cdb6e89 (patch) | |
tree | a1a8ac87708e2014fe26d490aed93ec2a3a736e7 | |
parent | add automake-1.13 compatibility, due #468016 (diff) | |
download | gentoo-2-46f84d881f2e77058d3696c19264723d4cdb6e89.tar.gz gentoo-2-46f84d881f2e77058d3696c19264723d4cdb6e89.tar.bz2 gentoo-2-46f84d881f2e77058d3696c19264723d4cdb6e89.zip |
Downloading from ftp.texmacs.org works again
(Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
-rw-r--r-- | app-office/texmacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.19.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 62f7e839a062..0b7a39f3bff4 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.108 2013/03/28 13:41:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.109 2013/05/01 05:08:23 grozin Exp $ + + 01 May 2013; Andrey Grozin <grozin@gentoo.org> texmacs-1.0.7.19.ebuild: + Downloading from ftp.texmacs.org works again *texmacs-1.0.7.19 (28 Mar 2013) diff --git a/app-office/texmacs/texmacs-1.0.7.19.ebuild b/app-office/texmacs/texmacs-1.0.7.19.ebuild index 95cb1ab6e27c..9fa5a0bef9bf 100644 --- a/app-office/texmacs/texmacs-1.0.7.19.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=4 @@ -10,10 +10,7 @@ MY_P=${P/tex/TeX}-src DESCRIPTION="Wysiwyg text processor with high-quality maths" HOMEPAGE="http://www.texmacs.org/" -# Due to some changes at ftp.texmacs.org, files can no longer be fetched by wget, -# only by wget --no-passive-ftp -#SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~grozin/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" |