public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.2.3.ebuild ChangeLog
@ 2012-01-20  5:51 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-01-20  5:51 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/01/20 05:51:11

  Modified:             ChangeLog
  Added:                amd-2.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 sci-libs/amd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	21 Jun 2011 15:43:02 -0000	1.28
+++ ChangeLog	20 Jan 2012 05:51:11 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/amd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.28 2011/06/21 15:43:02 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.29 2012/01/20 05:51:11 bicatali Exp $
+
+*amd-2.2.3 (20 Jan 2012)
+
+  20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> +amd-2.2.3.ebuild:
+  Version bump
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> amd-2.2.0.ebuild,
   amd-2.2.1.ebuild, amd-2.2.2.ebuild:



1.1                  sci-libs/amd/amd-2.2.3.ebuild

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

Index: amd-2.2.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.1 2012/01/20 05:51:11 bicatali Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils fortran-2

MY_PN=AMD

DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc static-libs"

RDEPEND="virtual/fortran
	sci-libs/ufconfig"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_PN}"

PATCHES=( "${FILESDIR}"/${PN}-2.2.0-autotools.patch )
DOCS=( README.txt Doc/ChangeLog )

src_install() {
	autotools-utils_src_install
	use doc && doins Doc/AMD_UserGuide.pdf
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.2.3.ebuild ChangeLog
@ 2012-01-22 15:41 Andrey Grozin (grozin)
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin (grozin) @ 2012-01-22 15:41 UTC (permalink / raw
  To: gentoo-commits

grozin      12/01/22 15:41:44

  Modified:             amd-2.2.3.ebuild ChangeLog
  Log:
  Dont install AMD_UserGuide.pdf to /
  
  (Portage version: 2.2.0_alpha84/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-libs/amd/amd-2.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild?r1=1.1&r2=1.2

Index: amd-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amd-2.2.3.ebuild	20 Jan 2012 05:51:11 -0000	1.1
+++ amd-2.2.3.ebuild	22 Jan 2012 15:41:44 -0000	1.2
@@ -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/amd/amd-2.2.3.ebuild,v 1.1 2012/01/20 05:51:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.2 2012/01/22 15:41:44 grozin Exp $
 
 EAPI=4
 
@@ -29,5 +29,8 @@
 
 src_install() {
 	autotools-utils_src_install
-	use doc && doins Doc/AMD_UserGuide.pdf
+	if use doc; then
+		insinto /usr/share/doc/${PF}
+		doins Doc/AMD_UserGuide.pdf
+	fi
 }



1.30                 sci-libs/amd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	20 Jan 2012 05:51:11 -0000	1.29
+++ ChangeLog	22 Jan 2012 15:41:44 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/amd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.29 2012/01/20 05:51:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.30 2012/01/22 15:41:44 grozin Exp $
+
+  22 Jan 2012; Andrey Grozin <grozin@gentoo.org> amd-2.2.3.ebuild:
+  Dont install AMD_UserGuide.pdf to /
 
 *amd-2.2.3 (20 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.2.3.ebuild ChangeLog
@ 2012-05-30 13:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-30 13:29 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/30 13:29:35

  Modified:             amd-2.2.3.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/amd/amd-2.2.3.ebuild

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

Index: amd-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amd-2.2.3.ebuild	22 Jan 2012 15:41:44 -0000	1.2
+++ amd-2.2.3.ebuild	30 May 2012 13:29:35 -0000	1.3
@@ -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/amd/amd-2.2.3.ebuild,v 1.2 2012/01/22 15:41:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.3 2012/05/30 13:29:35 aballier Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc static-libs"
 
 RDEPEND="virtual/fortran



1.31                 sci-libs/amd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	22 Jan 2012 15:41:44 -0000	1.30
+++ ChangeLog	30 May 2012 13:29:35 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/amd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.30 2012/01/22 15:41:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.31 2012/05/30 13:29:35 aballier Exp $
+
+  30 May 2012; Alexis Ballier <aballier@gentoo.org> amd-2.2.3.ebuild:
+  keyword ~amd64-fbsd
 
   22 Jan 2012; Andrey Grozin <grozin@gentoo.org> amd-2.2.3.ebuild:
   Dont install AMD_UserGuide.pdf to /






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.2.3.ebuild ChangeLog
@ 2012-10-15 22:05 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2012-10-15 22:05 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/15 22:05:03

  Modified:             amd-2.2.3.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/amd/amd-2.2.3.ebuild

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

Index: amd-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amd-2.2.3.ebuild	30 May 2012 13:29:35 -0000	1.3
+++ amd-2.2.3.ebuild	15 Oct 2012 22:05:03 -0000	1.4
@@ -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/amd/amd-2.2.3.ebuild,v 1.3 2012/05/30 13:29:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.3.ebuild,v 1.4 2012/10/15 22:05:03 naota Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc static-libs"
 
 RDEPEND="virtual/fortran



1.32                 sci-libs/amd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	30 May 2012 13:29:35 -0000	1.31
+++ ChangeLog	15 Oct 2012 22:05:03 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/amd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.31 2012/05/30 13:29:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.32 2012/10/15 22:05:03 naota Exp $
+
+  15 Oct 2012;  <naota@gentoo.org> amd-2.2.3.ebuild:
+  Add ~x86-fbsd.
 
   30 May 2012; Alexis Ballier <aballier@gentoo.org> amd-2.2.3.ebuild:
   keyword ~amd64-fbsd
@@ -117,4 +120,3 @@
   19 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
   +files/amd-2.0.4-autotools.patch, +metadata.xml, +amd-2.0.4.ebuild:
   Initial import, with autotoolization.
-





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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 13:29 [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.2.3.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-15 22:05 Naohiro Aota (naota)
2012-01-22 15:41 Andrey Grozin (grozin)
2012-01-20  5:51 Sebastien Fabbro (bicatali)

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