public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/cxsparse: ChangeLog cxsparse-2.2.2.ebuild
@ 2009-03-09 14:39 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-09 14:39 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/09 14:39:48

  Modified:             ChangeLog
  Added:                cxsparse-2.2.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-libs/cxsparse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Feb 2009 15:42:09 -0000	1.8
+++ ChangeLog	9 Mar 2009 14:39:47 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/cxsparse
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.8 2009/02/08 15:42:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.9 2009/03/09 14:39:47 bicatali Exp $
+
+*cxsparse-2.2.2 (09 Mar 2009)
+
+  09 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/cxsparse-2.2.2-autotools.patch, +cxsparse-2.2.2.ebuild:
+  Version bump
 
   08 Feb 2009; Tobias Klausmann <klausman@gentoo.org> cxsparse-2.2.1.ebuild:
   Stable on alpha, bug #245707



1.1                  sci-libs/cxsparse/cxsparse-2.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.2.ebuild?rev=1.1&content-type=text/plain

Index: cxsparse-2.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.2.ebuild,v 1.1 2009/03/09 14:39:47 bicatali Exp $

EAPI=2
inherit autotools eutils

MY_PN=CXSparse
DESCRIPTION="Extended sparse matrix package."
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="sci-libs/ufconfig"

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

src_prepare() {
	epatch "${FILESDIR}"/${P}-autotools.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README.txt Doc/ChangeLog || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-09 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 14:39 [gentoo-commits] gentoo-x86 commit in sci-libs/cxsparse: ChangeLog cxsparse-2.2.2.ebuild 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