summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/texmacs/ChangeLog8
-rw-r--r--app-office/texmacs/texmacs-1.0.7.12.ebuild (renamed from app-office/texmacs/texmacs-1.0.7.10-r1.ebuild)16
2 files changed, 10 insertions, 14 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index 3e588a02b8fb..fcb1c752c81c 100644
--- a/app-office/texmacs/ChangeLog
+++ b/app-office/texmacs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/texmacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.96 2011/09/07 12:57:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.97 2011/09/08 14:48:19 grozin Exp $
+
+*texmacs-1.0.7.12 (08 Sep 2011)
+
+ 08 Sep 2011; Andrey Grozin <grozin@gentoo.org> -texmacs-1.0.7.10-r1.ebuild,
+ +texmacs-1.0.7.12.ebuild:
+ Version bump
*texmacs-1.0.7.11 (07 Sep 2011)
diff --git a/app-office/texmacs/texmacs-1.0.7.10-r1.ebuild b/app-office/texmacs/texmacs-1.0.7.12.ebuild
index 892b06ad7170..36799fc7a513 100644
--- a/app-office/texmacs/texmacs-1.0.7.10-r1.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.10-r1.ebuild,v 1.1 2011/03/17 20:21:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.12.ebuild,v 1.1 2011/09/08 14:48:19 grozin Exp $
EAPI=2
inherit autotools
MY_P=${P/tex/TeX}-src
@@ -8,12 +8,12 @@ MY_P=${P/tex/TeX}-src
DESCRIPTION="Wysiwyg text processor with high-quality maths"
HOMEPAGE="http://www.texmacs.org/"
SRC_URI="
- ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
+ ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz
ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-IUSE="imlib jpeg netpbm -qt4 svg spell"
+IUSE="imlib jpeg netpbm qt4 svg spell"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
RDEPEND="dev-scheme/guile[deprecated]
@@ -33,17 +33,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
-pkg_setup() {
- if use qt4; then
- ewarn "Qt port is highly experimental"
- ewarn "If you want a stable TeXmacs, emerge with USE=-qt4"
- fi
-}
-
src_prepare() {
- # don't strip
- epatch "${FILESDIR}"/${PN}-strip.patch
-
# respect LDFLAGS, bug #338459
epatch "${FILESDIR}"/${PN}-ldflags.patch