summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-09 09:22:21 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-09 09:22:21 +0000
commit77daa058dde04bfd3ca205a1c17cd787c8370e10 (patch)
tree1b6ee02ef1e04639d35510abdbc6b0adf52b95a6 /dev-dotnet
parentVersion bump, thanks to: #gentoo.pl Team - sekretarz <sekretarz@dukato.net> i... (diff)
downloadhistorical-77daa058dde04bfd3ca205a1c17cd787c8370e10.tar.gz
historical-77daa058dde04bfd3ca205a1c17cd787c8370e10.tar.bz2
historical-77daa058dde04bfd3ca205a1c17cd787c8370e10.zip
Added to ~ppc
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/libgdiplus/ChangeLog5
-rw-r--r--dev-dotnet/libgdiplus/Manifest4
-rw-r--r--dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-dotnet/libgdiplus/ChangeLog b/dev-dotnet/libgdiplus/ChangeLog
index ddc66606542e..8f20755d0ff0 100644
--- a/dev-dotnet/libgdiplus/ChangeLog
+++ b/dev-dotnet/libgdiplus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.1 2004/06/08 16:17:21 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.2 2004/06/09 09:22:21 dholm Exp $
+
+ 09 Jun 2004; David Holm <dholm@gentoo.org> libgdiplus-0.8.ebuild:
+ Added to ~ppc.
*libgdiplus-0.8 (08 Jun 2004)
diff --git a/dev-dotnet/libgdiplus/Manifest b/dev-dotnet/libgdiplus/Manifest
index 1d90ff1e37c8..57335f06cdb9 100644
--- a/dev-dotnet/libgdiplus/Manifest
+++ b/dev-dotnet/libgdiplus/Manifest
@@ -1,4 +1,4 @@
-MD5 0c0810b104290533b3f032f6442c45aa libgdiplus-0.8.ebuild 989
-MD5 d0ab3d153a97ed1cfc166ecf00a4c616 ChangeLog 386
+MD5 6b4ce89d0615eae9c0cbe4a4b6096058 ChangeLog 470
MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222
+MD5 0d8b7d4b7ad55dd8da7e7354d9789e1e libgdiplus-0.8.ebuild 1095
MD5 3bf6a958ac0a770bad2fa1a82750d86b files/digest-libgdiplus-0.8 66
diff --git a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
index f98620c3879b..b91ab7979509 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.1 2004/06/08 16:17:21 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-0.8.ebuild,v 1.2 2004/06/09 09:22:21 dholm Exp $
DESCRIPTION="Library for using System.Drawing with Mono"
@@ -10,7 +10,7 @@ SRC_URI="http://www.go-mono.com/archive/beta2/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
IUSE="tiff gif jpeg png"
@@ -30,6 +30,8 @@ src_compile() {
use png || myconf="--without-libpng ${myconf}"
econf ${myconf} || die
+ # attribute((__stdcall__)) generate warnings on ppc
+ use ppc && sed -i -e 's:-Werror::g' src/Makefile
emake || die
}