public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/nestedsums: nestedsums-1.4.12-r1.ebuild ChangeLog nestedsums-1.4.12.ebuild
@ 2011-02-25 14:51 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2011-02-25 14:51 UTC (permalink / raw
  To: gentoo-commits

grozin      11/02/25 14:51:30

  Modified:             ChangeLog
  Added:                nestedsums-1.4.12-r1.ebuild
  Removed:              nestedsums-1.4.12.ebuild
  Log:
  Added doc USE flag
  
  (Portage version: 2.2.0_alpha25/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-mathematics/nestedsums/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Jan 2011 14:57:48 -0000	1.2
+++ ChangeLog	25 Feb 2011 14:51:29 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/nestedsums
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.2 2011/01/17 14:57:48 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.3 2011/02/25 14:51:29 grozin Exp $
+
+*nestedsums-1.4.12-r1 (25 Feb 2011)
+
+  25 Feb 2011; Andrey Grozin <grozin@gentoo.org> -nestedsums-1.4.12.ebuild,
+  +nestedsums-1.4.12-r1.ebuild:
+  Added doc USE flag
 
   17 Jan 2011; Andrey Grozin <grozin@gentoo.org> nestedsums-1.4.12.ebuild:
   Downgrade to EAPI 3



1.1                  sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild?rev=1.1&content-type=text/plain

Index: nestedsums-1.4.12-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild,v 1.1 2011/02/25 14:51:29 grozin Exp $
EAPI="3"
DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions"
HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/"
IUSE="doc"
SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
RDEPEND=">=sci-mathematics/ginac-1.5"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_compile() {
	emake || die "emake failed"

	if use doc; then
		doxygen Doxyfile || die "generating documentation failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install
	rm -f "${D}"usr/lib/*.la
	dodoc AUTHORS ChangeLog

	if use doc; then
		dohtml reference/html/* || die "installing documentation failed"
	fi
}






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

only message in thread, other threads:[~2011-02-25 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 14:51 [gentoo-commits] gentoo-x86 commit in sci-mathematics/nestedsums: nestedsums-1.4.12-r1.ebuild ChangeLog nestedsums-1.4.12.ebuild Andrey Grozin (grozin)

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