diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-23 09:04:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-23 09:04:33 +0000 |
commit | 795d9fc7bd1e0a67594b9abe43e35d7331e84fc8 (patch) | |
tree | ce7eb19124b35e57a25445197f15579d5c90a7c5 /sci-libs | |
parent | Install bash completion wrt #325177 by Marcin Mirosław. (diff) | |
download | gentoo-2-795d9fc7bd1e0a67594b9abe43e35d7331e84fc8.tar.gz gentoo-2-795d9fc7bd1e0a67594b9abe43e35d7331e84fc8.tar.bz2 gentoo-2-795d9fc7bd1e0a67594b9abe43e35d7331e84fc8.zip |
Make build process more verbose, fixed license
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ufconfig/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.1.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.2.0.ebuild | 23 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.4.0.ebuild | 23 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.5.0.ebuild | 10 |
5 files changed, 15 insertions, 53 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog index ed11a7e3bb63..b9ddd32c9d84 100644 --- a/sci-libs/ufconfig/ChangeLog +++ b/sci-libs/ufconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/ufconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.19 2010/06/07 18:30:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.20 2010/06/23 09:04:33 jlec Exp $ + + 23 Jun 2010; Justin Lecher <jlec@gentoo.org> ufconfig-3.1.0.ebuild, + -ufconfig-3.2.0.ebuild, -ufconfig-3.4.0.ebuild, ufconfig-3.5.0.ebuild: + Make build process more verbose, fixed license 07 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> ufconfig-3.5.0.ebuild: Fixing install paths wrt bug 323107. Thanks Diego for the report diff --git a/sci-libs/ufconfig/ufconfig-3.1.0.ebuild b/sci-libs/ufconfig/ufconfig-3.1.0.ebuild index 76282710d404..b6840ed18e30 100644 --- a/sci-libs/ufconfig/ufconfig-3.1.0.ebuild +++ b/sci-libs/ufconfig/ufconfig-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.1.0.ebuild,v 1.11 2009/10/12 19:59:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.1.0.ebuild,v 1.12 2010/06/23 09:04:33 jlec Exp $ MY_PN=UFconfig @@ -8,7 +8,7 @@ DESCRIPTION="Common configuration scripts for the SuiteSparse libraries" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig" SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" IUSE="" diff --git a/sci-libs/ufconfig/ufconfig-3.2.0.ebuild b/sci-libs/ufconfig/ufconfig-3.2.0.ebuild deleted file mode 100644 index 656a4c2f32d6..000000000000 --- a/sci-libs/ufconfig/ufconfig-3.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.2.0.ebuild,v 1.1 2009/03/09 11:20:53 bicatali Exp $ - -MY_PN=UFconfig - -DESCRIPTION="Common configuration scripts for the SuiteSparse libraries" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="" - -S="${WORKDIR}/${MY_PN}" - -src_install() { - insinto /usr/include - doins UFconfig.h || die "failed to install include file" - dodoc README.txt || die -} diff --git a/sci-libs/ufconfig/ufconfig-3.4.0.ebuild b/sci-libs/ufconfig/ufconfig-3.4.0.ebuild deleted file mode 100644 index 17f7fe3264ac..000000000000 --- a/sci-libs/ufconfig/ufconfig-3.4.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.4.0.ebuild,v 1.2 2010/01/02 18:18:13 fauli Exp $ - -MY_PN=UFconfig - -DESCRIPTION="Common configuration scripts for the SuiteSparse libraries" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_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="" -DEPEND="" - -S="${WORKDIR}/${MY_PN}" - -src_install() { - insinto /usr/include - doins UFconfig.h || die "failed to install include file" - dodoc README.txt || die -} diff --git a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild index 9594723333ea..bbcc1766cef5 100644 --- a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild +++ b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.5.0.ebuild,v 1.2 2010/06/07 18:30:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.5.0.ebuild,v 1.3 2010/06/23 09:04:33 jlec Exp $ inherit multilib toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="Common configuration scripts for the SuiteSparse libraries" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/UFconfig" SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" @@ -18,10 +18,14 @@ DEPEND="" S="${WORKDIR}/${MY_PN}" src_compile() { + echo "$(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo" $(tc-getCC) ${CFLAGS} -fPIC -c UFconfig.c -o UFconfig.lo || die + echo "$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libufconfig.so.${PV} -o libufconfig.so.${PV} UFconfig.lo" $(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,libufconfig.so.${PV} -o libufconfig.so.${PV} UFconfig.lo || die if use static-libs; then + echo "$(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o" $(tc-getCC) ${CFLAGS} -c UFconfig.c -o UFconfig.o || die + echo "$(tc-getAR) libufconfig.a UFconfig.o" $(tc-getAR) libufconfig.a UFconfig.o fi } @@ -34,5 +38,5 @@ src_install() { fi insinto /usr/include doins UFconfig.h || die - dodoc README.txt + dodoc README.txt || die } |