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

bicatali    12/01/20 06:03:25

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

Revision  Changes    Path
1.24                 sci-libs/ccolamd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	19 Jan 2012 15:55:46 -0000	1.23
+++ ChangeLog	20 Jan 2012 06:03:25 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/ccolamd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.23 2012/01/19 15:55:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.24 2012/01/20 06:03:25 bicatali Exp $
+
+*ccolamd-2.7.4 (20 Jan 2012)
+
+  20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org>
+  files/ccolamd-2.7.1-autotools.patch, +ccolamd-2.7.4.ebuild:
+  Version bump
 
   19 Jan 2012; Justin Lecher <jlec@gentoo.org>
   files/ccolamd-2.7.1-autotools.patch, ccolamd-2.7.3.ebuild:



1.1                  sci-libs/ccolamd/ccolamd-2.7.4.ebuild

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

Index: ccolamd-2.7.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.4.ebuild,v 1.1 2012/01/20 06:03:25 bicatali Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils

MY_PN=CCOLAMD

DESCRIPTION="Constrained column approximate minimum degree ordering algorithm"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
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="static-libs"

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

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

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






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

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

aballier    12/05/30 13:39:45

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

Revision  Changes    Path
1.29                 sci-libs/ccolamd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	8 Mar 2012 23:09:03 -0000	1.28
+++ ChangeLog	30 May 2012 13:39:45 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/ccolamd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.28 2012/03/08 23:09:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.29 2012/05/30 13:39:45 aballier Exp $
+
+  30 May 2012; Alexis Ballier <aballier@gentoo.org> ccolamd-2.7.4.ebuild:
+  keyword ~amd64-fbsd
 
   08 Mar 2012; Brent Baude <ranger@gentoo.org> ccolamd-2.7.3.ebuild:
   Marking ccolamd-2.7.3 ppc64 for bug 393945



1.3                  sci-libs/ccolamd/ccolamd-2.7.4.ebuild

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

Index: ccolamd-2.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccolamd-2.7.4.ebuild	24 Jan 2012 19:20:43 -0000	1.2
+++ ccolamd-2.7.4.ebuild	30 May 2012 13:39:45 -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/ccolamd/ccolamd-2.7.4.ebuild,v 1.2 2012/01/24 19:20:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.4.ebuild,v 1.3 2012/05/30 13:39:45 aballier Exp $
 
 EAPI=4
 
@@ -16,7 +16,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="static-libs"
 
 DEPEND="sci-libs/ufconfig"






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

end of thread, other threads:[~2012-05-30 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 13:39 [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.4.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-20  6:03 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