diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-09-07 11:19:08 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-09-07 11:19:08 +0000 |
commit | 980d85804fdaef869e0a8f23fb84e7ff69cd8f42 (patch) | |
tree | 5273ab80ea0cb6665877355d4684e89e072b7c3a /app-office/texmacs/texmacs-1.0.7.2.ebuild | |
parent | Enable indi useflag now when we have libindi up-to-date in main tree. (diff) | |
download | historical-980d85804fdaef869e0a8f23fb84e7ff69cd8f42.tar.gz historical-980d85804fdaef869e0a8f23fb84e7ff69cd8f42.tar.bz2 historical-980d85804fdaef869e0a8f23fb84e7ff69cd8f42.zip |
texmacs-1.0.7.2 now does not contain the USE flag qt4, and should be stabilized soon; texmacs-1.0.7.2-r1 does contain this flag, and should remain ~arch
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-office/texmacs/texmacs-1.0.7.2.ebuild')
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.2.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/app-office/texmacs/texmacs-1.0.7.2.ebuild b/app-office/texmacs/texmacs-1.0.7.2.ebuild index e97f63e4105b..0eaee1a22489 100644 --- a/app-office/texmacs/texmacs-1.0.7.2.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2.ebuild,v 1.1 2009/04/19 13:19:20 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.2.ebuild,v 1.2 2009/09/07 11:19:08 grozin Exp $ EAPI=2 inherit autotools MY_P=${P/tex/TeX}-src @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz HOMEPAGE="http://www.texmacs.org/" LICENSE="GPL-3" SLOT="0" -IUSE="imlib jpeg netpbm -qt4 svg spell" +IUSE="imlib jpeg netpbm svg spell" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" RDEPEND="dev-scheme/guile[deprecated] @@ -21,7 +21,6 @@ RDEPEND="dev-scheme/guile[deprecated] media-libs/freetype x11-libs/libXext x11-apps/xmodmap - qt4? ( x11-libs/qt-gui:4 ) imlib? ( media-libs/imlib2 ) jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) svg? ( || ( media-gfx/inkscape gnome-base/librsvg ) ) @@ -33,13 +32,6 @@ 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}"/${P}-strip.patch @@ -49,8 +41,7 @@ src_prepare() { src_configure() { econf $(use_with imlib imlib2) \ - --enable-optimize="${CXXFLAGS}" \ - $(use_enable qt4 qt) + --enable-optimize="${CXXFLAGS}" } src_install() { |