* [gentoo-commits] gentoo-x86 commit in sci-libs/camd: ChangeLog camd-2.2.3.ebuild
@ 2012-01-20 5:48 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-01-20 5:48 UTC (permalink / raw
To: gentoo-commits
bicatali 12/01/20 05:48:09
Modified: ChangeLog
Added: camd-2.2.3.ebuild
Log:
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.21 sci-libs/camd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 28 Jul 2011 20:33:19 -0000 1.20
+++ ChangeLog 20 Jan 2012 05:48:09 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/camd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.20 2011/07/28 20:33:19 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.21 2012/01/20 05:48:09 bicatali Exp $
+
+*camd-2.2.3 (20 Jan 2012)
+
+ 20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org>
+ files/camd-2.2.0-autotools.patch, +camd-2.2.3.ebuild:
+ Version bump
28 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> camd-2.2.2.ebuild:
Fixed for wrong doc file (bug #376183) and added static-libs flag
1.1 sci-libs/camd/camd-2.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild?rev=1.1&content-type=text/plain
Index: camd-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/camd/camd-2.2.3.ebuild,v 1.1 2012/01/20 05:48:09 bicatali Exp $
EAPI=4
AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils
MY_PN=CAMD
DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/camd/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc static-libs"
DEPEND="sci-libs/ufconfig"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-2.2.0-autotools.patch )
DOCS=( README.txt Doc/ChangeLog )
S="${WORKDIR}/${MY_PN}"
src_install() {
autotools-utils_src_install
use doc && dodoc Doc/CAMD_UserGuide.pdf
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/camd: ChangeLog camd-2.2.3.ebuild
@ 2012-05-30 13:37 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-30 13:37 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/30 13:37:32
Modified: ChangeLog camd-2.2.3.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.22 sci-libs/camd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 20 Jan 2012 05:48:09 -0000 1.21
+++ ChangeLog 30 May 2012 13:37:31 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/camd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.21 2012/01/20 05:48:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.22 2012/05/30 13:37:31 aballier Exp $
+
+ 30 May 2012; Alexis Ballier <aballier@gentoo.org> camd-2.2.3.ebuild:
+ keyword ~amd64-fbsd
*camd-2.2.3 (20 Jan 2012)
1.2 sci-libs/camd/camd-2.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild?r1=1.1&r2=1.2
Index: camd-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- camd-2.2.3.ebuild 20 Jan 2012 05:48:09 -0000 1.1
+++ camd-2.2.3.ebuild 30 May 2012 13:37:31 -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/camd/camd-2.2.3.ebuild,v 1.1 2012/01/20 05:48:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.2.3.ebuild,v 1.2 2012/05/30 13:37:31 aballier Exp $
EAPI=4
@@ -15,7 +15,7 @@
LICENSE="LGPL-2"
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"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-30 13:38 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:37 [gentoo-commits] gentoo-x86 commit in sci-libs/camd: ChangeLog camd-2.2.3.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-01-20 5:48 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