diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-09-16 10:20:24 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-09-16 10:20:24 +0000 |
commit | f035c09bf05df7771bf8e8e57822cef3d1cda2c1 (patch) | |
tree | 2d13412a098a1e727989794a5791212a933a4860 /app-office | |
parent | version bump (diff) | |
download | gentoo-2-f035c09bf05df7771bf8e8e57822cef3d1cda2c1.tar.gz gentoo-2-f035c09bf05df7771bf8e8e57822cef3d1cda2c1.tar.bz2 gentoo-2-f035c09bf05df7771bf8e8e57822cef3d1cda2c1.zip |
Version bump, cleaning old versions
(Portage version: 2.2_rc82/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmacs/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/texmacs/files/texmacs-1.0.7.6-strip.patch (renamed from app-office/texmacs/files/texmacs-1.0.7.4-strip.patch) | 0 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.4.ebuild | 64 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.7.6.ebuild (renamed from app-office/texmacs/texmacs-1.0.7.3.ebuild) | 2 |
4 files changed, 9 insertions, 66 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 3d21f943bd69..2a21f0a6eaee 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -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.82 2010/07/28 06:50:30 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.83 2010/09/16 10:20:24 grozin Exp $ + +*texmacs-1.0.7.6 (16 Sep 2010) + + 16 Sep 2010; Andrey Grozin <grozin@gentoo.org> -texmacs-1.0.7.3.ebuild, + -texmacs-1.0.7.4.ebuild, -files/texmacs-1.0.7.4-strip.patch, + +texmacs-1.0.7.6.ebuild, +files/texmacs-1.0.7.6-strip.patch: + Version bump, cleaning old versions *texmacs-1.0.7.5 (28 Jul 2010) diff --git a/app-office/texmacs/files/texmacs-1.0.7.4-strip.patch b/app-office/texmacs/files/texmacs-1.0.7.6-strip.patch index b6e660eac900..b6e660eac900 100644 --- a/app-office/texmacs/files/texmacs-1.0.7.4-strip.patch +++ b/app-office/texmacs/files/texmacs-1.0.7.6-strip.patch diff --git a/app-office/texmacs/texmacs-1.0.7.4.ebuild b/app-office/texmacs/texmacs-1.0.7.4.ebuild deleted file mode 100644 index 0c07b9bfb1ee..000000000000 --- a/app-office/texmacs/texmacs-1.0.7.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.4.ebuild,v 1.1 2010/04/13 14:03:44 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" -} diff --git a/app-office/texmacs/texmacs-1.0.7.3.ebuild b/app-office/texmacs/texmacs-1.0.7.6.ebuild index 69e1620c1b35..917dedb0f7c6 100644 --- a/app-office/texmacs/texmacs-1.0.7.3.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.6.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.5 2010/04/13 14:03:44 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.6.ebuild,v 1.1 2010/09/16 10:20:24 grozin Exp $ EAPI=2 inherit autotools MY_P=${P/tex/TeX}-src |