public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-2.0.ebuild
@ 2008-11-25  0:02 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-11-25  0:02 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/11/25 00:02:37

  Modified:             ChangeLog libgdiplus-2.0.ebuild
  Log:
  Go eapi-2, we won't go stable any sooner anyway. Drop imglibs patch, since it was causing unnecessary trouble. Choice is not always good. This ebuild seems to be in shape for getting unmasked.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)

Revision  Changes    Path
1.89                 dev-dotnet/libgdiplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	19 Nov 2008 22:35:29 -0000	1.88
+++ ChangeLog	25 Nov 2008 00:02:37 -0000	1.89
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/libgdiplus
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.88 2008/11/19 22:35:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.89 2008/11/25 00:02:37 loki_val Exp $
+
+  24 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> libgdiplus-2.0.ebuild:
+  Go eapi-2, we won't go stable any sooner anyway. Drop imglibs patch, since
+  it was causing unnecessary trouble. Choice is not always good. This ebuild
+  seems to be in shape for getting unmasked.
 
 *libgdiplus-2.0 (19 Nov 2008)
 



1.2                  dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?r1=1.1&r2=1.2

Index: libgdiplus-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgdiplus-2.0.ebuild	19 Nov 2008 22:35:29 -0000	1.1
+++ libgdiplus-2.0.ebuild	25 Nov 2008 00:02:37 -0000	1.2
@@ -1,8 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.1 2008/11/19 22:35:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.2 2008/11/25 00:02:37 loki_val Exp $
 
-inherit base eutils flag-o-matic toolchain-funcs
+EAPI=2
+
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Library for using System.Drawing with mono"
 HOMEPAGE="http://www.go-mono.com/"
@@ -11,7 +13,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE="exif gif jpeg tiff"
+IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6
 		>=media-libs/freetype-2
@@ -20,26 +22,17 @@
 		x11-libs/libXrender
 		x11-libs/libX11
 		x11-libs/libXt
-		x11-libs/cairo
-		exif? ( media-libs/libexif )
-		gif? ( >=media-libs/giflib-4.1.3 )
-		jpeg? ( media-libs/jpeg )
-		tiff? ( media-libs/tiff )"
+		x11-libs/cairo[X]
+		media-libs/libexif
+		>=media-libs/giflib-4.1.3
+		media-libs/jpeg
+		media-libs/tiff"
 DEPEND="${RDEPEND}
 		>=dev-util/pkgconfig-0.19"
 
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}/${PN}-1.2.5-imglibs.patch" )
-
-pkg_setup() {
-	if ! built_with_use x11-libs/cairo X; then
-		eerror "you need to compile x11-libs/cairo with X USE flag enabled"
-		die "missing X USE flag on x11-libs/cairo"
-	fi
-}
-
-src_compile() {
+src_configure() {
 	if [[ "$(gcc-major-version)" -gt "3" ]] || \
 	   ( [[ "$(gcc-major-version)" -eq "3" ]] && [[ "$(gcc-minor-version)" -gt "3" ]] )
 	then
@@ -47,14 +40,12 @@
 	fi
 
 	# Disable glitz support as libgdiplus does not use it, and it causes errors
-	econf	--disable-glitz          \
-		--disable-dependency-tracking \
-		--with-cairo=system \
-		$(use_with exif libexif) \
-		$(use_with gif libgif)   \
-		$(use_with jpeg libjpeg) \
-		$(use_with tiff libtiff) || die "configure failed"
+	econf	--disable-dependency-tracking	\
+		--with-cairo=system		\
+		|| die "configure failed"
+}
 
+src_compile() {
 	emake || die "compile failed"
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-2.0.ebuild
@ 2009-03-27 15:50 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2009-03-27 15:50 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/27 15:50:37

  Modified:             ChangeLog libgdiplus-2.0.ebuild
  Log:
  Marking libgdiplus-2.0 ppc for bug 234305
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.91                 dev-dotnet/libgdiplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	18 Jan 2009 17:44:29 -0000	1.90
+++ ChangeLog	27 Mar 2009 15:50:37 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/libgdiplus
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.90 2009/01/18 17:44:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.91 2009/03/27 15:50:37 ranger Exp $
+
+  27 Mar 2009; Brent Baude <ranger@gentoo.org> libgdiplus-2.0.ebuild:
+  Marking libgdiplus-2.0 ppc stable for bug 234305
 
 *libgdiplus-2.2 (18 Jan 2009)
 



1.3                  dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?r1=1.2&r2=1.3

Index: libgdiplus-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgdiplus-2.0.ebuild	25 Nov 2008 00:02:37 -0000	1.2
+++ libgdiplus-2.0.ebuild	27 Mar 2009 15:50:37 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.2 2008/11/25 00:02:37 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.3 2009/03/27 15:50:37 ranger Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-2.0.ebuild
@ 2009-04-04 14:04 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-04-04 14:04 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/04 14:04:29

  Modified:             ChangeLog libgdiplus-2.0.ebuild
  Log:
  amd64/x86 stable, bug #234305
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.93                 dev-dotnet/libgdiplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	30 Mar 2009 21:45:09 -0000	1.92
+++ ChangeLog	4 Apr 2009 14:04:29 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/libgdiplus
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.92 2009/03/30 21:45:09 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.93 2009/04/04 14:04:29 maekke Exp $
+
+  04 Apr 2009; Markus Meier <maekke@gentoo.org> libgdiplus-2.0.ebuild:
+  amd64/x86 stable, bug #234305
 
 *libgdiplus-2.4 (30 Mar 2009)
 



1.4                  dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild?r1=1.3&r2=1.4

Index: libgdiplus-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgdiplus-2.0.ebuild	27 Mar 2009 15:50:37 -0000	1.3
+++ libgdiplus-2.0.ebuild	4 Apr 2009 14:04:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.3 2009/03/27 15:50:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.0.ebuild,v 1.4 2009/04/04 14:04:29 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-04 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 15:50 [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: ChangeLog libgdiplus-2.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-04 14:04 Markus Meier (maekke)
2008-11-25  0:02 Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox