From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IyoeQ-0008Oa-OM for garchives@archives.gentoo.org; Sun, 02 Dec 2007 13:14:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB2DEJ4a016103; Sun, 2 Dec 2007 13:14:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB2DEI3B016097 for ; Sun, 2 Dec 2007 13:14:19 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 85B1964F31 for ; Sun, 2 Dec 2007 13:14:18 +0000 (UTC) Received: from markusle by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IyoeH-0004Tg-6P for gentoo-commits@lists.gentoo.org; Sun, 02 Dec 2007 13:14:17 +0000 From: "Markus Dittrich (markusle)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, markusle@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/primegen: primegen-0.97.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: primegen-0.97.ebuild ChangeLog X-VCS-Directories: sci-libs/primegen X-VCS-Committer: markusle X-VCS-Committer-Name: Markus Dittrich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Dittrich Date: Sun, 02 Dec 2007 13:14:17 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: b1a39fe3-b022-4511-8ae5-33edcef629e1 X-Archives-Hash: 7372f42fbacb31c9142ae075d65307ca markusle 07/12/02 13:14:17 Modified: primegen-0.97.ebuild ChangeLog Log: Disabled installation of error man pages since they collide with the ones from man and we don't actually install primegen's error library anyway (fixes bug #200932). (Portage version: 2.1.4_rc4) Revision Changes Path 1.4 sci-libs/primegen/primegen-0.97.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild?r1=1.3&r2=1.4 Index: primegen-0.97.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- primegen-0.97.ebuild 14 Jan 2007 07:33:01 -0000 1.3 +++ primegen-0.97.ebuild 2 Dec 2007 13:14:16 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild,v 1.3 2007/01/14 07:33:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/primegen-0.97.ebuild,v 1.4 2007/12/02 13:14:16 markusle Exp $ inherit flag-o-matic toolchain-funcs @@ -28,7 +28,7 @@ src_install() { dobin primegaps primes primespeed || die "dobin failed" doman primegaps.1 primes.1 primespeed.1 - doman error.3 error_str.3 primegen.3 + doman primegen.3 dolib.a primegen.a || die "dolib.a failed" insinto /usr/include doins primegen.h uint32.h uint64.h 1.5 sci-libs/primegen/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/primegen/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/primegen/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 14 Jan 2007 07:33:01 -0000 1.4 +++ ChangeLog 2 Dec 2007 13:14:16 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/primegen # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/ChangeLog,v 1.4 2007/01/14 07:33:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/primegen/ChangeLog,v 1.5 2007/12/02 13:14:16 markusle Exp $ + + 02 Dec 2007; Markus Dittrich primegen-0.97.ebuild: + Disabled installation of error man pages since they collide with + the ones from man and we don't actually install primegen's error + library anyway (fixes bug #200932). 14 Jan 2007; Joseph Jezak primegen-0.97.ebuild: Added ~ppc for bug #161015. Added -fsigned-char to produce correct results. -- gentoo-commits@gentoo.org mailing list