* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog
@ 2010-05-04 10:55 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2010-05-04 10:55 UTC (permalink / raw
To: gentoo-commits
patrick 10/05/04 10:55:21
Modified: ChangeLog
Added: libgdiplus-2.6.4.ebuild
Log:
Bump for #318381
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.109 dev-dotnet/libgdiplus/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 30 Mar 2010 11:50:46 -0000 1.108
+++ ChangeLog 4 May 2010 10:55:21 -0000 1.109
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.108 2010/03/30 11:50:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.109 2010/05/04 10:55:21 patrick Exp $
+
+*libgdiplus-2.6.4 (04 May 2010)
+
+ 04 May 2010; Patrick Lauer <patrick@gentoo.org> +libgdiplus-2.6.4.ebuild:
+ Bump for #318381
30 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
libgdiplus-2.0.9999.ebuild, libgdiplus-2.4.2.ebuild,
1.1 dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.1&content-type=text/plain
Index: libgdiplus-2.6.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.1 2010/05/04 10:55:21 patrick Exp $
EAPI=2
inherit eutils go-mono mono flag-o-matic
DESCRIPTION="Library for using System.Drawing with mono"
HOMEPAGE="http://www.go-mono.com/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="cairo"
RDEPEND=">=dev-libs/glib-2.16
>=media-libs/freetype-2.3.7
>=media-libs/fontconfig-2.6
media-libs/libpng
x11-libs/libXrender
x11-libs/libX11
x11-libs/libXt
>=x11-libs/cairo-1.8.4[X]
media-libs/libexif
>=media-libs/giflib-4.1.3
media-libs/jpeg
media-libs/tiff
!cairo? ( >=x11-libs/pango-1.20 )"
DEPEND="${RDEPEND}"
RESTRICT="test"
src_prepare() {
go-mono_src_prepare
sed -i -e 's:ungif:gif:g' configure || die
# info_ptr->trans_alpha might be no-go with libpng12
has_version ">=media-libs/libpng-1.4" && epatch \
"${FILESDIR}"/${P}-libpng14.patch
}
src_configure() {
append-flags -fno-strict-aliasing
go-mono_src_configure --with-cairo=system \
$(use !cairo && printf %s --with-pango) \
|| die "configure failed"
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog
@ 2010-05-04 19:11 Dror Levin (spatz)
0 siblings, 0 replies; 5+ messages in thread
From: Dror Levin (spatz) @ 2010-05-04 19:11 UTC (permalink / raw
To: gentoo-commits
spatz 10/05/04 19:11:34
Modified: libgdiplus-2.6.4.ebuild ChangeLog
Log:
Drop libpng14 patch, fixed upstream.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?r1=1.1&r2=1.2
Index: libgdiplus-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgdiplus-2.6.4.ebuild 4 May 2010 10:55:21 -0000 1.1
+++ libgdiplus-2.6.4.ebuild 4 May 2010 19:11:34 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.1 2010/05/04 10:55:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.2 2010/05/04 19:11:34 spatz Exp $
EAPI=2
@@ -34,10 +34,6 @@
src_prepare() {
go-mono_src_prepare
sed -i -e 's:ungif:gif:g' configure || die
-
- # info_ptr->trans_alpha might be no-go with libpng12
- has_version ">=media-libs/libpng-1.4" && epatch \
- "${FILESDIR}"/${P}-libpng14.patch
}
src_configure() {
1.110 dev-dotnet/libgdiplus/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 4 May 2010 10:55:21 -0000 1.109
+++ ChangeLog 4 May 2010 19:11:34 -0000 1.110
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.109 2010/05/04 10:55:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.110 2010/05/04 19:11:34 spatz Exp $
+
+ 04 May 2010; Dror Levin <spatz@gentoo.org> libgdiplus-2.6.4.ebuild:
+ Drop libpng14 patch, fixed upstream.
*libgdiplus-2.6.4 (04 May 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog
@ 2010-07-09 17:04 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-09 17:04 UTC (permalink / raw
To: gentoo-commits
pacho 10/07/09 17:04:19
Modified: libgdiplus-2.6.4.ebuild ChangeLog
Log:
amd64 stable, bug 327279
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?r1=1.2&r2=1.3
Index: libgdiplus-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgdiplus-2.6.4.ebuild 4 May 2010 19:11:34 -0000 1.2
+++ libgdiplus-2.6.4.ebuild 9 Jul 2010 17:04:19 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.2 2010/05/04 19:11:34 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.3 2010/07/09 17:04:19 pacho Exp $
EAPI=2
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="cairo"
RDEPEND=">=dev-libs/glib-2.16
1.112 dev-dotnet/libgdiplus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 28 Jun 2010 09:32:32 -0000 1.111
+++ ChangeLog 9 Jul 2010 17:04:19 -0000 1.112
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.111 2010/06/28 09:32:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.112 2010/07/09 17:04:19 pacho Exp $
+
+ 09 Jul 2010; Pacho Ramos <pacho@gentoo.org> libgdiplus-2.6.4.ebuild:
+ amd64 stable, bug 327279
28 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
libgdiplus-2.4.2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog
@ 2010-07-12 17:31 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-12 17:31 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/12 17:31:53
Modified: libgdiplus-2.6.4.ebuild ChangeLog
Log:
stable x86, bug 327279
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.4 dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?r1=1.3&r2=1.4
Index: libgdiplus-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgdiplus-2.6.4.ebuild 9 Jul 2010 17:04:19 -0000 1.3
+++ libgdiplus-2.6.4.ebuild 12 Jul 2010 17:31:53 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.3 2010/07/09 17:04:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.4 2010/07/12 17:31:53 fauli Exp $
EAPI=2
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="cairo"
RDEPEND=">=dev-libs/glib-2.16
1.114 dev-dotnet/libgdiplus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 11 Jul 2010 17:51:20 -0000 1.113
+++ ChangeLog 12 Jul 2010 17:31:53 -0000 1.114
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.113 2010/07/11 17:51:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.114 2010/07/12 17:31:53 fauli Exp $
+
+ 12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ libgdiplus-2.6.4.ebuild:
+ stable x86, bug 327279
11 Jul 2010; Raúl Porcel <armin76@gentoo.org> libgdiplus-1.2.4.ebuild,
libgdiplus-1.2.6.ebuild, libgdiplus-2.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog
@ 2010-09-12 4:26 Joseph Jezak (josejx)
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-12 4:26 UTC (permalink / raw
To: gentoo-commits
josejx 10/09/12 04:26:17
Modified: libgdiplus-2.6.4.ebuild ChangeLog
Log:
Marked ppc for bug #327279.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild?r1=1.4&r2=1.5
Index: libgdiplus-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgdiplus-2.6.4.ebuild 12 Jul 2010 17:31:53 -0000 1.4
+++ libgdiplus-2.6.4.ebuild 12 Sep 2010 04:26:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.4 2010/07/12 17:31:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.6.4.ebuild,v 1.5 2010/09/12 04:26:17 josejx Exp $
EAPI=2
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="cairo"
RDEPEND=">=dev-libs/glib-2.16
1.119 dev-dotnet/libgdiplus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 10 Sep 2010 10:52:19 -0000 1.118
+++ ChangeLog 12 Sep 2010 04:26:17 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/libgdiplus
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.118 2010/09/10 10:52:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.119 2010/09/12 04:26:17 josejx Exp $
+
+ 12 Sep 2010; Joseph Jezak <josejx@gentoo.org> libgdiplus-2.6.4.ebuild:
+ Marked ppc for bug #327279.
10 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
libgdiplus-2.6.7-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-12 4:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-12 4:26 [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-2.6.4.ebuild ChangeLog Joseph Jezak (josejx)
-- strict thread matches above, loose matches on Subject: below --
2010-07-12 17:31 Christian Faulhammer (fauli)
2010-07-09 17:04 Pacho Ramos (pacho)
2010-05-04 19:11 Dror Levin (spatz)
2010-05-04 10:55 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox