* [gentoo-commits] gentoo-x86 commit in app-office/texmacs: ChangeLog texmacs-1.0.7.5.ebuild
@ 2010-07-28 6:50 Andrey Grozin (grozin)
0 siblings, 0 replies; 2+ messages in thread
From: Andrey Grozin (grozin) @ 2010-07-28 6:50 UTC (permalink / raw
To: gentoo-commits
grozin 10/07/28 06:50:30
Modified: ChangeLog
Added: texmacs-1.0.7.5.ebuild
Log:
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.82 app-office/texmacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 13 Apr 2010 14:03:44 -0000 1.81
+++ ChangeLog 28 Jul 2010 06:50:30 -0000 1.82
@@ -1,6 +1,13 @@
# 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.81 2010/04/13 14:03:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.82 2010/07/28 06:50:30 grozin Exp $
+
+*texmacs-1.0.7.5 (28 Jul 2010)
+
+ 28 Jul 2010; Andrey Grozin <grozin@gentoo.org>
+ -files/texmacs-1.0.7.3-strip.patch, +texmacs-1.0.7.5.ebuild,
+ +files/texmacs-1.0.7.5-strip.patch:
+ Version bump
*texmacs-1.0.7.4 (13 Apr 2010)
1.1 app-office/texmacs/texmacs-1.0.7.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.0.7.5.ebuild?rev=1.1&content-type=text/plain
Index: texmacs-1.0.7.5.ebuild
===================================================================
# 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.5.ebuild,v 1.1 2010/07/28 06:50:30 grozin Exp $
EAPI=2
inherit autotools
MY_P=${P/tex/TeX}-src
DESCRIPTION="Wysiwyg text processor with high-quality maths"
SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/targz/${MY_P}.tar.gz
ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-600dpi-fonts.tar.gz"
HOMEPAGE="http://www.texmacs.org/"
LICENSE="GPL-3"
SLOT="0"
IUSE="imlib jpeg netpbm -qt4 svg spell"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
RDEPEND="dev-scheme/guile[deprecated]
virtual/latex-base
app-text/ghostscript-gpl
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 ) )
netpbm? ( media-libs/netpbm )
spell? ( || ( >=app-text/ispell-3.2 >=app-text/aspell-0.5 ) )"
DEPEND="${RDEPEND}
x11-proto/xproto"
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
eautoreconf
}
src_configure() {
econf $(use_with imlib imlib2) \
--enable-optimize="${CXXFLAGS}" \
$(use_enable qt4 qt)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc TODO || die "dodoc failed"
domenu "${FILESDIR}"/TeXmacs.desktop || die "domenu failed"
# now install the fonts
insinto /usr/share/texmf
doins -r "${WORKDIR}/fonts" || die "installing fonts failed"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/texmacs: ChangeLog texmacs-1.0.7.5.ebuild
@ 2010-10-31 5:18 Andrey Grozin (grozin)
0 siblings, 0 replies; 2+ messages in thread
From: Andrey Grozin (grozin) @ 2010-10-31 5:18 UTC (permalink / raw
To: gentoo-commits
grozin 10/10/31 05:18:41
Modified: ChangeLog
Removed: texmacs-1.0.7.5.ebuild
Log:
Cleaning old version
(Portage version: 2.2.0_alpha2/cvs/Linux i686)
Revision Changes Path
1.85 app-office/texmacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 31 Oct 2010 05:15:44 -0000 1.84
+++ ChangeLog 31 Oct 2010 05:18:40 -0000 1.85
@@ -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.84 2010/10/31 05:15:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.85 2010/10/31 05:18:40 grozin Exp $
+
+ 31 Oct 2010; Andrey Grozin <grozin@gentoo.org> -texmacs-1.0.7.5.ebuild:
+ Cleaning old version
*texmacs-1.0.7.7 (31 Oct 2010)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-31 5:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-31 5:18 [gentoo-commits] gentoo-x86 commit in app-office/texmacs: ChangeLog texmacs-1.0.7.5.ebuild Andrey Grozin (grozin)
-- strict thread matches above, loose matches on Subject: below --
2010-07-28 6:50 Andrey Grozin (grozin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox