From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RqAfg-0003nx-MY for garchives@archives.gentoo.org; Wed, 25 Jan 2012 21:46:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F37E077E; Wed, 25 Jan 2012 21:46:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 872B9E077E for ; Wed, 25 Jan 2012 21:46:16 +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 B0E3E643ED for ; Wed, 25 Jan 2012 21:46:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2280) id 771DB2004B; Wed, 25 Jan 2012 21:46:14 +0000 (UTC) From: "Dane Smith (c1pher)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, c1pher@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cryptlib: cryptlib-3.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cryptlib-3.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/cryptlib X-VCS-Committer: c1pher X-VCS-Committer-Name: Dane Smith Content-Type: text/plain; charset=utf8 Message-Id: <20120125214614.771DB2004B@flycatcher.gentoo.org> Date: Wed, 25 Jan 2012 21:46: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0ffa981d-4a6f-4ea9-9e9f-a01ca7d509a8 X-Archives-Hash: 4a3aed109f81e3c5ac394e875634f21f c1pher 12/01/25 21:46:14 Modified: cryptlib-3.4.0.ebuild ChangeLog Log: dev-libs/cryptlib: Fix append-flags call wrt bug 392339. =20 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) Revision Changes Path 1.6 dev-libs/cryptlib/cryptlib-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= cryptlib-3.4.0.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= cryptlib-3.4.0.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= cryptlib-3.4.0.ebuild?r1=3D1.5&r2=3D1.6 Index: cryptlib-3.4.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild= ,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cryptlib-3.4.0.ebuild 12 Apr 2011 18:05:58 -0000 1.5 +++ cryptlib-3.4.0.ebuild 25 Jan 2012 21:46:14 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebui= ld,v 1.5 2011/04/12 18:05:58 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebui= ld,v 1.6 2012/01/25 21:46:14 c1pher Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"python? 2" @@ -26,8 +26,7 @@ =20 RDEPEND=3D"sys-libs/zlib ldap? ( net-nds/openldap ) - odbc? ( dev-db/unixODBC ) - !dev-python/cryptlib_py" + odbc? ( dev-db/unixODBC )" DEPEND=3D"${RDEPEND} app-arch/unzip" =20 @@ -85,7 +84,7 @@ replace-flags -Os -O2 is-flagq -O* || append-flags -O2 =20 - append-flags "-D __UNIX__ -DOSVERSION=3D2 -DNDEBUG -I." + append-flags "-D__UNIX__ -DOSVERSION=3D2 -DNDEBUG -I." =20 if [ -f /usr/include/pthread.h -a \ `grep -c PTHREAD_MUTEX_RECURSIVE /usr/include/pthread.h` -ge 0 ] ; then 1.31 dev-libs/cryptlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= ChangeLog?rev=3D1.31&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= ChangeLog?rev=3D1.31&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cryptlib/= ChangeLog?r1=3D1.30&r2=3D1.31 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 26 Feb 2011 13:37:47 -0000 1.30 +++ ChangeLog 25 Jan 2012 21:46:14 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/cryptlib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.30 20= 11/02/26 13:37:47 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.31 20= 12/01/25 21:46:14 c1pher Exp $ + + 25 Jan 2012; Dane Smith cryptlib-3.4.0.ebuild: + Drop no longer needed blocking dependency. + Adjust append-flags wrt bug 392339. Thanks Malte Starostik + (m-starostik@versanet.de) for the fix. =20 26 Feb 2011; Arfrever Frehtes Taifersar Arahesis -cryptlib-3.3.3-r1.ebuild: