From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8803E1381F3 for ; Mon, 12 Nov 2012 02:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E511021C038; Mon, 12 Nov 2012 02:47:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5619F21C038 for ; Mon, 12 Nov 2012 02:47:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B09133D9A7 for ; Mon, 12 Nov 2012 02:47:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2162) id EFCF520C9F; Mon, 12 Nov 2012 02:47:14 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cdf: cdf-3.4.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cdf-3.4.1.ebuild ChangeLog X-VCS-Directories: sci-libs/cdf X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121112024714.EFCF520C9F@flycatcher.gentoo.org> Date: Mon, 12 Nov 2012 02:47:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75472940-d83f-4a76-b71a-6d1bf00ce4a7 X-Archives-Hash: c370753b72992af364c764e9f1fa2c2d bicatali 12/11/12 02:47:14 Modified: cdf-3.4.1.ebuild ChangeLog Log: Proper static libs removal (Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360) Revision Changes Path 1.2 sci-libs/cdf/cdf-3.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/cdf-3.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/cdf-3.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/cdf-3.4.1.ebuild?r1=1.1&r2=1.2 Index: cdf-3.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cdf-3.4.1.ebuild 3 Aug 2012 17:15:34 -0000 1.1 +++ cdf-3.4.1.ebuild 12 Nov 2012 02:47:14 -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/cdf/cdf-3.4.1.ebuild,v 1.1 2012/08/03 17:15:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.4.1.ebuild,v 1.2 2012/11/12 02:47:14 bicatali Exp $ EAPI=4 inherit eutils toolchain-funcs multilib versionator java-pkg-opt-2 @@ -74,9 +74,9 @@ || die "compiling java lib failed" $(tc-getCC) \ ${LDFLAGS} \ - -L${CDF_LIB} -lcdf -lm \ -shared cdfNativeLibrary.o \ -Wl,-soname=libcdfNativeLibrary.so.${PV_SO} \ + -L${CDF_LIB} -lcdf -lm \ -o libcdfNativeLibrary.so.${PV_SO} \ || die "linking java lib failed" fi @@ -95,7 +95,7 @@ SHAREDEXT=so.${PV_SO} \ install dosym libcdf.so.${PV_SO} /usr/$(get_libdir)/libcdf.so - use static-libs && rm -f "${ED}"/usr/$(get_libdir)/libcdf.a + use static-libs || rm "${ED}"/usr/$(get_libdir)/libcdf.a dodoc Release.notes CHANGES.txt Welcome.txt doenvd "${FILESDIR}"/50cdf 1.24 sci-libs/cdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cdf/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 3 Aug 2012 17:15:34 -0000 1.23 +++ ChangeLog 12 Nov 2012 02:47:14 -0000 1.24 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.23 2012/08/03 17:15:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.24 2012/11/12 02:47:14 bicatali Exp $ + + 12 Nov 2012; Sébastien Fabbro cdf-3.4.1.ebuild: + Proper static libs removal *cdf-3.4.1 (03 Aug 2012)