public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/ldl: ChangeLog ldl-2.0.3-r1.ebuild ldl-2.0.3.ebuild ldl-2.0.1.ebuild
@ 2011-03-22 18:10 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2011-03-22 18:10 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/03/22 18:10:41

  Modified:             ChangeLog
  Added:                ldl-2.0.3-r1.ebuild
  Removed:              ldl-2.0.3.ebuild ldl-2.0.1.ebuild
  Log:
  Now install a working library, bug #359975
  
  (Portage version: 2.1.9.43/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-libs/ldl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Feb 2011 20:05:08 -0000	1.3
+++ ChangeLog	22 Mar 2011 18:10:40 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/ldl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.3 2011/02/23 20:05:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.4 2011/03/22 18:10:40 bicatali Exp $
+
+*ldl-2.0.3-r1 (22 Mar 2011)
+
+  22 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> -ldl-2.0.1.ebuild,
+  -ldl-2.0.3.ebuild, +ldl-2.0.3-r1.ebuild, +files/ldl-2.0.3-autotools.patch:
+  Now install a working library, bug #359975
 
 *ldl-2.0.3 (23 Feb 2011)
 



1.1                  sci-libs/ldl/ldl-2.0.3-r1.ebuild

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

Index: ldl-2.0.3-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ldl-2.0.3-r1.ebuild,v 1.1 2011/03/22 18:10:40 bicatali Exp $

EAPI=2
inherit autotools eutils

MY_PN=LDL
DESCRIPTION="Simple but educational LDL^T matrix factorization algorithm"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ldl"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
DEPEND="sci-libs/ufconfig"

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

src_prepare() {
	epatch "${FILESDIR}"/${P}-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"
	if use doc; then
		insinto /usr/share/doc/${PF}
		doins Doc/ldl_userguide.pdf || die
	fi
}






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

only message in thread, other threads:[~2011-03-22 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 18:10 [gentoo-commits] gentoo-x86 commit in sci-libs/ldl: ChangeLog ldl-2.0.3-r1.ebuild ldl-2.0.3.ebuild ldl-2.0.1.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