From 36f1e7b20b7054a555dbbb2b0a1941540f1ee560 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 6 Jan 2012 05:44:32 +0000 Subject: [PATCH] Version bump. Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- app-text/ansifilter/ChangeLog | 9 +++- app-text/ansifilter/ansifilter-1.7.ebuild | 50 ++++++++++++++++++ app-text/highlight/ChangeLog | 9 +++- app-text/highlight/highlight-3.7.ebuild | 63 +++++++++++++++++++++++ 4 files changed, 127 insertions(+), 4 deletions(-) create mode 100644 app-text/ansifilter/ansifilter-1.7.ebuild create mode 100644 app-text/highlight/highlight-3.7.ebuild diff --git a/app-text/ansifilter/ChangeLog b/app-text/ansifilter/ChangeLog index d2a414a6a4a7..e5a09cf0193c 100644 --- a/app-text/ansifilter/ChangeLog +++ b/app-text/ansifilter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/ansifilter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ChangeLog,v 1.2 2011/07/05 10:36:41 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ChangeLog,v 1.3 2012/01/06 05:44:32 radhermit Exp $ + +*ansifilter-1.7 (06 Jan 2012) + + 06 Jan 2012; Tim Harder +ansifilter-1.7.ebuild: + Version bump. 05 Jul 2011; Tim Harder ansifilter-1.6.ebuild: Fix whitespace. diff --git a/app-text/ansifilter/ansifilter-1.7.ebuild b/app-text/ansifilter/ansifilter-1.7.ebuild new file mode 100644 index 000000000000..bfc307415828 --- /dev/null +++ b/app-text/ansifilter/ansifilter-1.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ansifilter/ansifilter-1.7.ebuild,v 1.1 2012/01/06 05:44:32 radhermit Exp $ + +EAPI=4 + +inherit toolchain-funcs qt4-r2 + +DESCRIPTION="Handles text files containing ANSI terminal escape codes" +HOMEPAGE="http://www.andre-simon.de/" +SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="qt4" + +RDEPEND=" + qt4? ( + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN} + +pkg_setup() { + myopts=( + "CC=$(tc-getCXX)" + "CFLAGS=${CFLAGS} -c" + "LDFLAGS=${LDFLAGS}" + "DESTDIR=${ED}" + "PREFIX=${EPREFIX}/usr" + "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" + ) +} + +src_compile() { + emake -f makefile "${myopts[@]}" + if use qt4 ; then + cd src/qt-gui + eqmake4 + emake + fi +} + +src_install() { + emake -f makefile "${myopts[@]}" install + use qt4 && emake -f makefile "${myopts[@]}" install-gui +} diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index be6f324bb144..b0a98d60f25c 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/highlight -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.45 2011/10/12 02:06:40 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.46 2012/01/06 05:42:50 radhermit Exp $ + +*highlight-3.7 (06 Jan 2012) + + 06 Jan 2012; Tim Harder +highlight-3.7.ebuild: + Version bump. *highlight-3.6 (12 Oct 2011) diff --git a/app-text/highlight/highlight-3.7.ebuild b/app-text/highlight/highlight-3.7.ebuild new file mode 100644 index 000000000000..92c6fe372786 --- /dev/null +++ b/app-text/highlight/highlight-3.7.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.7.ebuild,v 1.1 2012/01/06 05:42:50 radhermit Exp $ + +EAPI=4 + +inherit toolchain-funcs qt4-r2 + +DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" +HOMEPAGE="http://www.andre-simon.de/" +SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="examples qt4" + +DEPEND="dev-lang/lua + dev-libs/boost + qt4? ( x11-libs/qt-gui:4 + x11-libs/qt-core:4 )" +RDEPEND="${DEPEND}" + +pkg_setup() { + myhlopts=( + "CXX=$(tc-getCXX)" + "AR=$(tc-getAR)" + "LDFLAGS=${LDFLAGS}" + "CFLAGS=${CXXFLAGS}" + "DESTDIR=${D}" + "PREFIX=${EPREFIX}/usr" + "LUA_CFLAGS=" + "HL_CONFIG_DIR=${EPREFIX}/etc/highlight/" + "HL_DATA_DIR=${EPREFIX}/usr/share/highlight/" + "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" + "conf_dir=${EPREFIX}/etc/highlight/" + ) +} + +src_prepare() { + sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ + src/core/datadir.cpp || die +} + +src_compile() { + emake -f makefile "${myhlopts[@]}" + if use qt4 ; then + cd src/gui-qt + eqmake4 'DEFINES+=DATA_DIR=\\\"'"${EPREFIX}"'/usr/share/${PN}/\\\" CONFIG_DIR=\\\"'"${EPREFIX}"'/etc/${PN}/\\\" DOC_DIR=\\\"'"${EPREFIX}"'/usr/share/doc/${PF}/\\\"' + emake + fi +} + +src_install() { + emake -f makefile "${myhlopts[@]}" install + use qt4 && emake -f makefile "${myhlopts[@]}" install-gui + + if use examples ; then + docompress -x /usr/share/doc/${PF}/examples + else + rm -rf "${ED}"/usr/share/doc/${PF}/examples + fi +} -- 2.26.2