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 60616138E74 for ; Sat, 6 Sep 2014 14:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 950FDE0A49; Sat, 6 Sep 2014 14:02:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7171DE0A49 for ; Sat, 6 Sep 2014 14:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A32F340112 for ; Sat, 6 Sep 2014 14:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A91E64DCA for ; Sat, 6 Sep 2014 14:02:05 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1407836064.474c5f04523693481b071ffd38e63c6639eaac13.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgdiplus/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/libgdiplus/libgdiplus-9999.ebuild X-VCS-Directories: dev-dotnet/libgdiplus/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 474c5f04523693481b071ffd38e63c6639eaac13 X-VCS-Branch: master Date: Sat, 6 Sep 2014 14:02:05 +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: 9a6a36c0-8940-4ece-a0b2-9bfe46867070 X-Archives-Hash: 24d21d997779de2764640034921de33b commit: 474c5f04523693481b071ffd38e63c6639eaac13 Author: Alistair Bush gmail com> AuthorDate: Tue Aug 12 09:24:01 2014 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Aug 12 09:34:24 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=474c5f04 Fix git build of libgdiplus Package-Manager: portage-2.2.11-r1 --- dev-dotnet/libgdiplus/libgdiplus-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild index 18162a0..6d3e368 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit base eutils dotnet flag-o-matic git-2 +inherit base autotools eutils dotnet flag-o-matic git-2 DESCRIPTION="Library for using System.Drawing with mono" HOMEPAGE="http://www.mono-project.com" @@ -33,20 +33,17 @@ DEPEND="${RDEPEND}" RESTRICT="test" -PATCHES=( "${FILESDIR}/${PN}-2.10.1-libpng15.patch" ) +PATCHES=( "${FILESDIR}/${PN}-2.10.9-giflib-quantizebuffer.patch" ) src_prepare() { - sed -i -e 's/LT_/LTT_/g' cairo/configure.in || die base_src_prepare - epatch "${FILESDIR}/${PN}-2.10.9-gold.patch" - sed -i -e 's:ungif:gif:g' configure || die + NOCONFIGURE="true" ./autogen.sh } src_configure() { append-flags -fno-strict-aliasing econf --disable-dependency-tracking \ --disable-static \ - --with-cairo=system \ $(use !cairo && printf %s --with-pango) } 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 814D113877A for ; Tue, 12 Aug 2014 17:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46579E0C9D; Tue, 12 Aug 2014 17:35:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8736E0C95 for ; Tue, 12 Aug 2014 17:35:42 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E74F34041E for ; Tue, 12 Aug 2014 17:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 44DEC18821 for ; Tue, 12 Aug 2014 17:35:39 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1407836064.474c5f04523693481b071ffd38e63c6639eaac13.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgdiplus/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/libgdiplus/libgdiplus-9999.ebuild X-VCS-Directories: dev-dotnet/libgdiplus/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 474c5f04523693481b071ffd38e63c6639eaac13 X-VCS-Branch: master Date: Tue, 12 Aug 2014 17:35:39 +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: 59c5cfae-094e-4ec4-b28b-2ca592ce9a96 X-Archives-Hash: f447d01d2943e1def094c6daae09de27 Message-ID: <20140812173539.sFd5lj4Zplt5bLB7NffZtW9pOhamIhIYxWOcJ6khkLs@z> commit: 474c5f04523693481b071ffd38e63c6639eaac13 Author: Alistair Bush gmail com> AuthorDate: Tue Aug 12 09:24:01 2014 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Aug 12 09:34:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=474c5f04 Fix git build of libgdiplus Package-Manager: portage-2.2.11-r1 --- dev-dotnet/libgdiplus/libgdiplus-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild index 18162a0..6d3e368 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit base eutils dotnet flag-o-matic git-2 +inherit base autotools eutils dotnet flag-o-matic git-2 DESCRIPTION="Library for using System.Drawing with mono" HOMEPAGE="http://www.mono-project.com" @@ -33,20 +33,17 @@ DEPEND="${RDEPEND}" RESTRICT="test" -PATCHES=( "${FILESDIR}/${PN}-2.10.1-libpng15.patch" ) +PATCHES=( "${FILESDIR}/${PN}-2.10.9-giflib-quantizebuffer.patch" ) src_prepare() { - sed -i -e 's/LT_/LTT_/g' cairo/configure.in || die base_src_prepare - epatch "${FILESDIR}/${PN}-2.10.9-gold.patch" - sed -i -e 's:ungif:gif:g' configure || die + NOCONFIGURE="true" ./autogen.sh } src_configure() { append-flags -fno-strict-aliasing econf --disable-dependency-tracking \ --disable-static \ - --with-cairo=system \ $(use !cairo && printf %s --with-pango) }