diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-04 18:13:42 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-04 18:13:42 +0000 |
commit | 3ecc1e6ad6af68f9e415ec06930033c66a43886f (patch) | |
tree | 3a0dbf4933d9022148355718dd46686ce90a1bc2 /app-office/texmacs | |
parent | Version bump, #303455 (diff) | |
download | gentoo-2-3ecc1e6ad6af68f9e415ec06930033c66a43886f.tar.gz gentoo-2-3ecc1e6ad6af68f9e415ec06930033c66a43886f.tar.bz2 gentoo-2-3ecc1e6ad6af68f9e415ec06930033c66a43886f.zip |
Disable patch - does not apply
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 4f19ec5f0613..4c4fccb69e24 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.79 2010/01/15 03:06:45 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.80 2010/02/04 18:13:42 abcd Exp $ + + 04 Feb 2010; Jonathan Callen <abcd@gentoo.org> texmacs-1.0.7.3.ebuild: + Disable patch - does not apply 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> +files/texmacs-1.0.6.14-interix.patch, texmacs-1.0.7.3.ebuild: diff --git a/app-office/texmacs/texmacs-1.0.7.3.ebuild b/app-office/texmacs/texmacs-1.0.7.3.ebuild index f39585c9aca6..afcdce8e1e69 100644 --- a/app-office/texmacs/texmacs-1.0.7.3.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.3.ebuild,v 1.3 2010/01/15 03:06:45 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.3.ebuild,v 1.4 2010/02/04 18:13:42 abcd Exp $ EAPI=2 inherit autotools MY_P=${P/tex/TeX}-src @@ -44,7 +44,8 @@ src_prepare() { # don't strip epatch "${FILESDIR}"/${P}-strip.patch - epatch "${FILESDIR}"/${PN}-1.0.6.14-interix.patch + # Patch does not apply - disable for now + #epatch "${FILESDIR}"/${PN}-1.0.6.14-interix.patch eautoreconf } |