public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: ChangeLog source-highlight-3.1.6.ebuild
@ 2012-05-26  7:54 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2012-05-26  7:54 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/05/26 07:54:45

  Modified:             ChangeLog
  Added:                source-highlight-3.1.6.ebuild
  Log:
  Version bump (bug #300540), solves bug #316083 (failing tests) and bug #352005 (broken test with boost-1.45) as well.
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 dev-util/source-highlight/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	10 Apr 2011 03:07:43 -0000	1.44
+++ ChangeLog	26 May 2012 07:54:45 -0000	1.45
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/source-highlight
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.44 2011/04/10 03:07:43 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.45 2012/05/26 07:54:45 dev-zero Exp $
+
+*source-highlight-3.1.6 (25 May 2012)
+
+  25 May 2012; Tiziano Müller <dev-zero@gentoo.org>
+  +source-highlight-3.1.6.ebuild:
+  Version bump (bug #300540), solves bug #316083 (failing tests) and bug
+  #352005 (broken test with boost-1.45) as well.
 
   10 Apr 2011; Jonathan Callen <abcd@gentoo.org> source-highlight-3.1.ebuild:
   Add prefix support, bump EAPI to 3, add prefix keywords



1.1                  dev-util/source-highlight/source-highlight-3.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.6.ebuild?rev=1.1&content-type=text/plain

Index: source-highlight-3.1.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.6.ebuild,v 1.1 2012/05/26 07:54:45 dev-zero Exp $

EAPI="4"

inherit bash-completion-r1 versionator

DESCRIPTION="Generate highlighted source code as an (x)html document"
HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
SLOT="0"
IUSE="bash-completion doc static-libs"

DEPEND=">=dev-libs/boost-1.49.0
	dev-util/ctags"
RDEPEND="${DEPEND}"

src_configure() {
	BOOST_PKG="$(best_version ">=dev-libs/boost-1.35.0-r5")"
	BOOST_VER="$(replace_all_version_separators _ $(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}"))"

	sed -i \
		-e "s|ac_boost_path_tmp/include|ac_boost_path_tmp/include/boost-${BOOST_VER}|" \
		configure || die "sed failed"

	econf \
		--with-boost-regex="boost_regex-mt-${BOOST_VER}" \
		--without-bash-completion \
		$(use_enable static-libs static)
}

src_install () {
	DOCS="AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt"
	default

	use static-libs || rm -rf "${D}"/usr/lib*/*.la

	use bash-completion && dobashcompletion completion/source-highlight

	# That's not how we want it
	rm -fr "${ED}/usr/share"/{aclocal,doc}
	use doc &&  dohtml -A java doc/*.{html,css,java}
}

src_test() {
	export LD_LIBRARY_PATH="${S}/lib/srchilite/.libs/"
	default
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-26  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26  7:54 [gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: ChangeLog source-highlight-3.1.6.ebuild Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox