public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/tvmet: tvmet-1.7.2-r2.ebuild ChangeLog tvmet-1.7.2.ebuild
@ 2013-02-17 15:38 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2013-02-17 15:38 UTC (permalink / raw
  To: gentoo-commits

dev-zero    13/02/17 15:38:14

  Modified:             ChangeLog
  Added:                tvmet-1.7.2-r2.ebuild
  Removed:              tvmet-1.7.2.ebuild
  Log:
  Version bump: EAPI-5 usage, fix doc installation (wrong dir, fails with current doxygen), checked bugs #268367 and #282475 which cannot be reproduced with current LaTeX (which isn't required since -r1) and compiler. Drop old ebuild.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)

Revision  Changes    Path
1.4                  dev-libs/tvmet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tvmet/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tvmet/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tvmet/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tvmet/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Apr 2009 20:53:36 -0000	1.3
+++ ChangeLog	17 Feb 2013 15:38:13 -0000	1.4
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/tvmet
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvmet/ChangeLog,v 1.3 2009/04/19 20:53:36 halcy0n Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvmet/ChangeLog,v 1.4 2013/02/17 15:38:13 dev-zero Exp $
+
+*tvmet-1.7.2-r2 (17 Feb 2013)
+
+  17 Feb 2013; Tiziano Müller <dev-zero@gentoo.org> +tvmet-1.7.2-r2.ebuild,
+  -tvmet-1.7.2.ebuild:
+  Version bump: EAPI-5 usage, fix doc installation (wrong dir, fails with
+  current doxygen), checked bugs #268367 and #282475 which cannot be reproduced
+  with current LaTeX (which isn't required since -r1) and compiler. Drop old
+  ebuild.
 
 *tvmet-1.7.2-r1 (19 Apr 2009)
 
@@ -21,4 +30,3 @@
   +files/1.7.2-docs_missing_destdir.patch, +metadata.xml,
   +tvmet-1.7.2.ebuild:
   Initial commit, ebuild written by me.
-



1.1                  dev-libs/tvmet/tvmet-1.7.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: tvmet-1.7.2-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild,v 1.1 2013/02/17 15:38:13 dev-zero Exp $

EAPI="5"

inherit eutils

DESCRIPTION="Tiny Vector Matrix library using Expression Templates"
HOMEPAGE="http://tvmet.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc test"

DEPEND="doc? ( app-doc/doxygen )
	test? ( dev-util/cppunit )"
RDEPEND=""

src_prepare() {
	epatch "${FILESDIR}/${P}-respect-cxxflags.patch"

	sed -i \
		-e 's|^GENERATE_LATEX.*|GENERATE_LATEX = NO|' \
		doc/Doxyfile.in || die "sed failed"

	# Doc installation is broken with newer Doxygen and autoconf <=2.61
	# and we can't rerun autoconf without requiring cppunit unconditionally
	sed -i \
		-e '/^SUBDIRS/ s|doc ||' \
		Makefile.in || die "sed failed"
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable doc docs) \
		$(use_enable test cppunit)
}

src_compile() {
	default
	if use doc ; then
		cd doc
		/usr/bin/doxygen Doxyfile || die "doxygen failed"
	fi
}

src_install() {
	default
	use doc && dohtml -r doc/html/*
}





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

only message in thread, other threads:[~2013-02-17 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-17 15:38 [gentoo-commits] gentoo-x86 commit in dev-libs/tvmet: tvmet-1.7.2-r2.ebuild ChangeLog tvmet-1.7.2.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