diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-24 13:21:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-24 13:21:45 +0000 |
commit | 15dc3fa3206048040c755c851d7ea77f407892a5 (patch) | |
tree | b5d18a03d9bb1e735037ac323c975233695dc0dc /app-office/texmacs | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-15dc3fa3206048040c755c851d7ea77f407892a5.tar.gz gentoo-2-15dc3fa3206048040c755c851d7ea77f407892a5.tar.bz2 gentoo-2-15dc3fa3206048040c755c851d7ea77f407892a5.zip |
Slight whitespace.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.15.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index cf61fe283ef4..50135e82c84a 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.100 2012/03/19 08:47:38 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.101 2012/04/24 13:21:45 scarabeus Exp $ + + 24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> texmacs-1.0.7.15.ebuild: + Slight whitespace. *texmacs-1.0.7.15 (19 Mar 2012) diff --git a/app-office/texmacs/texmacs-1.0.7.15.ebuild b/app-office/texmacs/texmacs-1.0.7.15.ebuild index 9f6ad586d977..930d61324e19 100644 --- a/app-office/texmacs/texmacs-1.0.7.15.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.15.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2012 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.15.ebuild,v 1.1 2012/03/19 08:47:38 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.15.ebuild,v 1.2 2012/04/24 13:21:45 scarabeus Exp $ + EAPI=4 + inherit autotools + MY_P=${P/tex/TeX}-src DESCRIPTION="Wysiwyg text processor with high-quality maths" @@ -39,13 +42,13 @@ src_prepare() { } src_configure() { - econf $(use_with imlib imlib2) \ + econf \ + $(use_with imlib imlib2) \ --enable-optimize="${CXXFLAGS}" \ $(use_enable qt4 qt) } src_install() { - emake DESTDIR="${D}" install - dodoc TODO + default domenu "${FILESDIR}"/TeXmacs.desktop } |