public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/qd: ChangeLog qd-2.3.13.ebuild
@ 2012-04-18 23:20 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-04-18 23:20 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/04/18 23:20:28

  Modified:             ChangeLog
  Added:                qd-2.3.13.ebuild
  Log:
  Version bump. Big autotools patch seems to have been applied upstream
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-libs/qd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	13 Jan 2012 04:33:03 -0000	1.10
+++ ChangeLog	18 Apr 2012 23:20:28 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/qd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.10 2012/01/13 04:33:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.11 2012/04/18 23:20:28 bicatali Exp $
+
+*qd-2.3.13 (18 Apr 2012)
+
+  18 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> +qd-2.3.13.ebuild:
+  Version bump. Big autotools patch seems to have been applied upstream
 
   13 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org>
   files/qd-2.3.12-autotools.patch:



1.1                  sci-libs/qd/qd-2.3.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.1&content-type=text/plain

Index: qd-2.3.13.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.1 2012/04/18 23:20:28 bicatali Exp $

EAPI=4

inherit eutils fortran-2

DESCRIPTION="Quad-double and double-double float arithmetics"
HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/"
SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
IUSE="doc fortran static-libs"

DEPEND="fortran? ( virtual/fortran )"
RDEPEND="${DEPEND}"

pkg_setup() {
	use fortran && fortran-2_pkg_setup
}

src_configure() {
	econf \
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
		--enable-shared \
		$(use_enable static-libs static) \
		$(use_enable fortran enable_fortran)
}

src_install() {
	default
	use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
	dosym qd_real.h /usr/include/qd/qd.h
	dosym dd_real.h /usr/include/qd/dd.h
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/qd: ChangeLog qd-2.3.13.ebuild
@ 2012-10-16 20:05 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-16 20:05 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/16 20:05:11

  Modified:             ChangeLog qd-2.3.13.ebuild
  Log:
  sci-libs/qd: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.15                 sci-libs/qd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	14 Oct 2012 19:29:06 -0000	1.14
+++ ChangeLog	16 Oct 2012 20:05:11 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/qd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.14 2012/10/14 19:29:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.15 2012/10/16 20:05:11 jlec Exp $
+
+  16 Oct 2012; Justin Lecher <jlec@gentoo.org> qd-2.3.13.ebuild:
+  Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+  updated fortran-2.eclass
 
   14 Oct 2012; Justin Lecher <jlec@gentoo.org> qd-2.3.13.ebuild:
   Prepare for fortran2.eclass update



1.5                  sci-libs/qd/qd-2.3.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild?r1=1.4&r2=1.5

Index: qd-2.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qd-2.3.13.ebuild	14 Oct 2012 19:29:06 -0000	1.4
+++ qd-2.3.13.ebuild	16 Oct 2012 20:05:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.4 2012/10/14 19:29:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.13.ebuild,v 1.5 2012/10/16 20:05:11 jlec Exp $
 
 EAPI=4
 
@@ -19,13 +19,6 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc fortran static-libs"
 
-DEPEND="fortran? ( virtual/fortran )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	use fortran && fortran-2_pkg_setup
-}
-
 PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
 
 src_configure() {





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-16 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 23:20 [gentoo-commits] gentoo-x86 commit in sci-libs/qd: ChangeLog qd-2.3.13.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-16 20:05 Justin Lecher (jlec)

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