* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-3.12.ebuild
@ 2012-10-06 2:45 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-10-06 2:45 UTC (permalink / raw
To: gentoo-commits
radhermit 12/10/06 02:45:05
Modified: ChangeLog
Added: highlight-3.12.ebuild
Log:
Version bump. Fix build with >=boost-1.50.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Revision Changes Path
1.54 app-text/highlight/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 17 Sep 2012 14:59:28 -0000 1.53
+++ ChangeLog 6 Oct 2012 02:45:05 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for app-text/highlight
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.53 2012/09/17 14:59:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.54 2012/10/06 02:45:05 radhermit Exp $
+
+*highlight-3.12 (06 Oct 2012)
+
+ 06 Oct 2012; Tim Harder <radhermit@gentoo.org> +highlight-3.12.ebuild:
+ Version bump. Fix build with >=boost-1.50.
17 Sep 2012; Alexis Ballier <aballier@gentoo.org> highlight-3.9.ebuild:
keyword ~amd64-fbsd
1.1 app-text/highlight/highlight-3.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-3.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-3.12.ebuild?rev=1.1&content-type=text/plain
Index: highlight-3.12.ebuild
===================================================================
# 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.12.ebuild,v 1.1 2012/10/06 02:45:05 radhermit Exp $
EAPI=4
inherit toolchain-funcs qt4-r2 flag-o-matic boost-utils
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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="examples qt4"
RDEPEND="dev-lang/lua
qt4? (
x11-libs/qt-gui:4
x11-libs/qt-core:4
)"
DEPEND="${RDEPEND}
dev-libs/boost"
pkg_setup() {
myhlopts=(
"CXX=$(tc-getCXX)"
"AR=$(tc-getAR)"
"LDFLAGS=${LDFLAGS}"
"CFLAGS=${CXXFLAGS} -I$(boost-utils_get_includedir)"
"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
append-cxxflags -I$(boost-utils_get_includedir)
}
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-06 2:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 2:45 [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-3.12.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox