* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2011-02-23 19:50 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 9+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-02-23 19:50 UTC (permalink / raw
To: gentoo-commits
bicatali 11/02/23 19:50:06
Modified: ChangeLog
Added: ccolamd-2.7.3.ebuild
Log:
Bump
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Revision Changes Path
1.16 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 25 Dec 2010 18:49:18 -0000 1.15
+++ ChangeLog 23 Feb 2011 19:50:06 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/ccolamd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.15 2010/12/25 18:49:18 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.16 2011/02/23 19:50:06 bicatali Exp $
+
+*ccolamd-2.7.3 (23 Feb 2011)
+
+ 23 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> +ccolamd-2.7.3.ebuild:
+ Bump
25 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> ccolamd-2.7.1.ebuild:
Added static-libs flag
1.1 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.1&content-type=text/plain
Index: ccolamd-2.7.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.1 2011/02/23 19:50:06 bicatali Exp $
EAPI=2
inherit autotools eutils
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"
S="${WORKDIR}/${MY_PN}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.7.1-autotools.patch
eautoreconf
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README.txt Doc/ChangeLog || die "dodoc failed"
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2011-12-16 12:15 Justin Lecher (jlec)
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2011-12-16 12:15 UTC (permalink / raw
To: gentoo-commits
jlec 11/12/16 12:15:21
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
Moved to autotools-utils.eclass in order to handle .a/.la correctly
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.18 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 26 Jun 2011 13:17:19 -0000 1.17
+++ ChangeLog 16 Dec 2011 12:15:21 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/ccolamd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.17 2011/06/26 13:17:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.18 2011/12/16 12:15:21 jlec Exp $
+
+ 16 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild:
+ Moved to autotools-utils.eclass in order to handle .a/.la correctly
26 Jun 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.1.ebuild,
ccolamd-2.7.3.ebuild, metadata.xml:
1.3 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.2&r2=1.3
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccolamd-2.7.3.ebuild 26 Jun 2011 13:17:19 -0000 1.2
+++ ccolamd-2.7.3.ebuild 16 Dec 2011 12:15:21 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.2 2011/06/26 13:17:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.3 2011/12/16 12:15:21 jlec Exp $
EAPI=4
-inherit autotools eutils
+inherit autotools-utils
MY_PN=CCOLAMD
@@ -24,11 +24,13 @@
S="${WORKDIR}/${MY_PN}"
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.7.1-autotools.patch
+ )
+
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.7.1-autotools.patch
+ autotools-utils_src_prepare
eautoreconf
}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2011-12-17 13:22 Justin Lecher (jlec)
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2011-12-17 13:22 UTC (permalink / raw
To: gentoo-commits
jlec 11/12/17 13:22:05
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
DOCS needs to be an array, #395045
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.20 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 16 Dec 2011 12:46:06 -0000 1.19
+++ ChangeLog 17 Dec 2011 13:22:05 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/ccolamd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.19 2011/12/16 12:46:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.20 2011/12/17 13:22:05 jlec Exp $
+
+ 17 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild:
+ DOCS needs to be an array, #395045
16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ccolamd-2.7.3.ebuild:
Stable for AMD64, wrt bug #393945
1.5 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.4&r2=1.5
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccolamd-2.7.3.ebuild 16 Dec 2011 12:46:06 -0000 1.4
+++ ccolamd-2.7.3.ebuild 17 Dec 2011 13:22:05 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.4 2011/12/16 12:46:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.5 2011/12/17 13:22:05 jlec Exp $
EAPI=4
@@ -20,7 +20,7 @@
DEPEND="sci-libs/ufconfig"
RDEPEND="${DEPEND}"
-DOCS="README.txt Doc/ChangeLog"
+DOCS=( README.txt Doc/ChangeLog )
S="${WORKDIR}/${MY_PN}"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2011-12-21 8:53 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-21 8:53 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/21 08:53:43
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
x86 stable wrt bug #393945
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.21 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 17 Dec 2011 13:22:05 -0000 1.20
+++ ChangeLog 21 Dec 2011 08:53:43 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/ccolamd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.20 2011/12/17 13:22:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.21 2011/12/21 08:53:43 phajdan.jr Exp $
+
+ 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ccolamd-2.7.3.ebuild:
+ x86 stable wrt bug #393945
17 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild:
DOCS needs to be an array, #395045
1.6 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.5&r2=1.6
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ccolamd-2.7.3.ebuild 17 Dec 2011 13:22:05 -0000 1.5
+++ ccolamd-2.7.3.ebuild 21 Dec 2011 08:53:43 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.5 2011/12/17 13:22:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.6 2011/12/21 08:53:43 phajdan.jr Exp $
EAPI=4
@@ -14,7 +14,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-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2011-12-23 2:04 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-23 2:04 UTC (permalink / raw
To: gentoo-commits
jer 11/12/23 02:04:34
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
Stable for HPPA (bug #393945).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.22 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 21 Dec 2011 08:53:43 -0000 1.21
+++ ChangeLog 23 Dec 2011 02:04:34 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/ccolamd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.21 2011/12/21 08:53:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.22 2011/12/23 02:04:34 jer Exp $
+
+ 23 Dec 2011; Jeroen Roovers <jer@gentoo.org> ccolamd-2.7.3.ebuild:
+ Stable for HPPA (bug #393945).
21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ccolamd-2.7.3.ebuild:
x86 stable wrt bug #393945
1.7 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.6&r2=1.7
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ccolamd-2.7.3.ebuild 21 Dec 2011 08:53:43 -0000 1.6
+++ ccolamd-2.7.3.ebuild 23 Dec 2011 02:04:34 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.6 2011/12/21 08:53:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.7 2011/12/23 02:04:34 jer Exp $
EAPI=4
@@ -14,7 +14,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-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2012-01-19 15:55 Justin Lecher (jlec)
0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2012-01-19 15:55 UTC (permalink / raw
To: gentoo-commits
jlec 12/01/19 15:55:46
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
Don't run elibtoolize twice, #399299; build out off source fixed
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.23 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 23 Dec 2011 02:04:34 -0000 1.22
+++ ChangeLog 19 Jan 2012 15:55:46 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/ccolamd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.22 2011/12/23 02:04:34 jer Exp $
+# 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 $
+
+ 19 Jan 2012; Justin Lecher <jlec@gentoo.org>
+ files/ccolamd-2.7.1-autotools.patch, ccolamd-2.7.3.ebuild:
+ Don't run elibtoolize twice, #399299; build out off source fixed
23 Dec 2011; Jeroen Roovers <jer@gentoo.org> ccolamd-2.7.3.ebuild:
Stable for HPPA (bug #393945).
1.8 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.7&r2=1.8
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ccolamd-2.7.3.ebuild 23 Dec 2011 02:04:34 -0000 1.7
+++ ccolamd-2.7.3.ebuild 19 Jan 2012 15:55:46 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.3.ebuild,v 1.7 2011/12/23 02:04:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.8 2012/01/19 15:55:46 jlec Exp $
EAPI=4
@@ -24,13 +24,4 @@
S="${WORKDIR}/${MY_PN}"
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.7.1-autotools.patch
- )
-
-src_prepare() {
- autotools-utils_src_prepare
- eautoreconf
-}
+PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch )
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2012-02-05 17:45 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-05 17:45 UTC (permalink / raw
To: gentoo-commits
armin76 12/02/05 17:45:24
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
alpha/sparc stable wrt #393945
(Portage version: 2.1.10.44/cvs/Linux ia64)
Revision Changes Path
1.26 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 24 Jan 2012 19:20:43 -0000 1.25
+++ ChangeLog 5 Feb 2012 17:45:24 -0000 1.26
@@ -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.25 2012/01/24 19:20:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.26 2012/02/05 17:45:24 armin76 Exp $
+
+ 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> ccolamd-2.7.3.ebuild:
+ alpha/sparc stable wrt #393945
24 Jan 2012; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild,
ccolamd-2.7.4.ebuild:
1.10 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.9&r2=1.10
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ccolamd-2.7.3.ebuild 24 Jan 2012 19:20:43 -0000 1.9
+++ ccolamd-2.7.3.ebuild 5 Feb 2012 17:45:24 -0000 1.10
@@ -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.3.ebuild,v 1.9 2012/01/24 19:20:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.10 2012/02/05 17:45:24 armin76 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-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2012-03-01 19:46 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-01 19:46 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/01 19:46:00
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
Marking ccolamd-2.7.3 ppc for bug 393945
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.27 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 5 Feb 2012 17:45:24 -0000 1.26
+++ ChangeLog 1 Mar 2012 19:46:00 -0000 1.27
@@ -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.26 2012/02/05 17:45:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.27 2012/03/01 19:46:00 ranger Exp $
+
+ 01 Mar 2012; Brent Baude <ranger@gentoo.org> ccolamd-2.7.3.ebuild:
+ Marking ccolamd-2.7.3 ppc for bug 393945
05 Feb 2012; Raúl Porcel <armin76@gentoo.org> ccolamd-2.7.3.ebuild:
alpha/sparc stable wrt #393945
1.11 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.10&r2=1.11
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ccolamd-2.7.3.ebuild 5 Feb 2012 17:45:24 -0000 1.10
+++ ccolamd-2.7.3.ebuild 1 Mar 2012 19:46:00 -0000 1.11
@@ -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.3.ebuild,v 1.10 2012/02/05 17:45:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.11 2012/03/01 19:46:00 ranger 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-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild
@ 2012-03-08 23:09 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 23:09 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/08 23:09:03
Modified: ChangeLog ccolamd-2.7.3.ebuild
Log:
Marking ccolamd-2.7.3 ppc64 for bug 393945
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.28 sci-libs/ccolamd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 1 Mar 2012 19:46:00 -0000 1.27
+++ ChangeLog 8 Mar 2012 23:09:03 -0000 1.28
@@ -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.27 2012/03/01 19:46:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.28 2012/03/08 23:09:03 ranger Exp $
+
+ 08 Mar 2012; Brent Baude <ranger@gentoo.org> ccolamd-2.7.3.ebuild:
+ Marking ccolamd-2.7.3 ppc64 for bug 393945
01 Mar 2012; Brent Baude <ranger@gentoo.org> ccolamd-2.7.3.ebuild:
Marking ccolamd-2.7.3 ppc for bug 393945
1.12 sci-libs/ccolamd/ccolamd-2.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild?r1=1.11&r2=1.12
Index: ccolamd-2.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ccolamd-2.7.3.ebuild 1 Mar 2012 19:46:00 -0000 1.11
+++ ccolamd-2.7.3.ebuild 8 Mar 2012 23:09:03 -0000 1.12
@@ -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.3.ebuild,v 1.11 2012/03/01 19:46:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.12 2012/03/08 23:09:03 ranger 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-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sci-libs/ufconfig"
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-03-08 23:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 23:09 [gentoo-commits] gentoo-x86 commit in sci-libs/ccolamd: ChangeLog ccolamd-2.7.3.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2012-03-01 19:46 Brent Baude (ranger)
2012-02-05 17:45 Raul Porcel (armin76)
2012-01-19 15:55 Justin Lecher (jlec)
2011-12-23 2:04 Jeroen Roovers (jer)
2011-12-21 8:53 PaweA Hajdan (phajdan.jr)
2011-12-17 13:22 Justin Lecher (jlec)
2011-12-16 12:15 Justin Lecher (jlec)
2011-02-23 19:50 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