From c956c264bdc853972b72016b752683468881af25 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@koprulu.sector>
Date: Sun, 9 Oct 2022 01:31:00 +0100
Subject: gentoo auto-resync : 09:10:2022 - 01:31:00

---
 dev-dotnet/Manifest.gz                           | Bin 1239 -> 1236 bytes
 dev-dotnet/libgdiplus/Manifest                   |   2 +-
 dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild |  60 -----------------------
 dev-dotnet/libgdiplus/libgdiplus-6.0.2-r2.ebuild |  60 +++++++++++++++++++++++
 4 files changed, 61 insertions(+), 61 deletions(-)
 delete mode 100644 dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild
 create mode 100644 dev-dotnet/libgdiplus/libgdiplus-6.0.2-r2.ebuild

(limited to 'dev-dotnet')

diff --git a/dev-dotnet/Manifest.gz b/dev-dotnet/Manifest.gz
index 32604c60dcc6..96c156676cbd 100644
Binary files a/dev-dotnet/Manifest.gz and b/dev-dotnet/Manifest.gz differ
diff --git a/dev-dotnet/libgdiplus/Manifest b/dev-dotnet/libgdiplus/Manifest
index e7b7d0924b7e..021e6e17f567 100644
--- a/dev-dotnet/libgdiplus/Manifest
+++ b/dev-dotnet/libgdiplus/Manifest
@@ -1,3 +1,3 @@
 DIST libgdiplus-6.0.2.tar.gz 1377140 BLAKE2B 5c639a14371eadee0bfa2ad135284089c65212bde0909d21af8f80fd5bdf7283a8aa688ed88df374a0eac0696a377ba05419b12d9a93b37550c020d2b9961ee0 SHA512 b334846cf9471e6f81a3e0a2d6b68c9a39f52e6b22833432e34d3823ae12e3aa9d481806ea9a078463a77f56f3265633447d6709c5ade86ea117d3690f16472c
-EBUILD libgdiplus-6.0.2-r1.ebuild 1415 BLAKE2B 52c1ac02b7022726c564f83e5bb25c09d7ced2c2a3c0e44281871d386fd8814a95165fe343b5ac6836de2a1a87d0d562d8d75c5d3460aaa6e8f824a3d510cdc4 SHA512 f546a8be74334a50c68872ee4e53bcb33f766ba5966a08890db04ea1a92645e168e604bf02849467a5d0bf20b46a04495189222db2e8317795c3d8b1aa3b1177
+EBUILD libgdiplus-6.0.2-r2.ebuild 1419 BLAKE2B 1975df7b4c0d69f0694675125f24c3ad100a5cf2ac3e1985d05a4c6510f4ad2849068f6389f7c91f752dd67a709da1bf95ac46d221e9999fa3d630704c7ea368 SHA512 389c89b8f658e0d01fc8648be93674449394aeaaa97f5abb6745809e43af2021559cdd138c62f6e1bc186a894f302e3ee4c13b7994b484637aea9a0918e1dc03
 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3
diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild
deleted file mode 100644
index 204f30e68564..000000000000
--- a/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils dotnet
-
-DESCRIPTION="Library for using System.Drawing with Mono"
-HOMEPAGE="https://www.mono-project.com"
-SRC_URI="https://download.mono-project.com/sources/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="cairo"
-#skip tests due https://bugs.gentoo.org/687784
-RESTRICT="test"
-
-RDEPEND="dev-libs/glib
-	media-libs/freetype
-	media-libs/fontconfig
-	>=media-libs/giflib-5.1.2
-	media-libs/libexif
-	media-libs/libpng:0=
-	media-libs/tiff
-	x11-libs/cairo[X]
-	x11-libs/libX11
-	x11-libs/libXrender
-	x11-libs/libXt
-	virtual/jpeg:0
-	!cairo? ( x11-libs/pango )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	# Don't default to pango when `--with-pango` is not given.
-	# Link against correct pango libraries. Bug #700280
-	sed -e 's/text_v=default/text_v=cairo/' \
-		-e 's/pangocairo/pangocairo pangoft2/' \
-		-i configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-static \
-		$(usex cairo "" "--with-pango")
-}
-
-src_install() {
-	default
-
-	dotnet_multilib_comply
-	local commondoc=( AUTHORS ChangeLog README TODO )
-	for docfile in "${commondoc[@]}"; do
-		[[ -e "${docfile}" ]] && dodoc "${docfile}"
-	done
-	[[ "${DOCS[@]}" ]] && dodoc "${DOCS[@]}"
-	find "${ED}" -name '*.la' -delete || die
-}
diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r2.ebuild
new file mode 100644
index 000000000000..728a54f9ac3a
--- /dev/null
+++ b/dev-dotnet/libgdiplus/libgdiplus-6.0.2-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools dotnet
+
+DESCRIPTION="Library for using System.Drawing with Mono"
+HOMEPAGE="https://www.mono-project.com"
+SRC_URI="https://download.mono-project.com/sources/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="cairo"
+#skip tests due https://bugs.gentoo.org/687784
+RESTRICT="test"
+
+RDEPEND="dev-libs/glib
+	media-libs/freetype
+	media-libs/fontconfig
+	>=media-libs/giflib-5.1.2
+	media-libs/libexif
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:=
+	media-libs/tiff
+	x11-libs/cairo[X]
+	x11-libs/libX11
+	x11-libs/libXrender
+	x11-libs/libXt
+	!cairo? ( x11-libs/pango )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	# Don't default to pango when `--with-pango` is not given.
+	# Link against correct pango libraries. Bug #700280
+	sed -e 's/text_v=default/text_v=cairo/' \
+		-e 's/pangocairo/pangocairo pangoft2/' \
+		-i configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-static \
+		$(usex cairo "" "--with-pango")
+}
+
+src_install() {
+	default
+
+	dotnet_multilib_comply
+	local commondoc=( AUTHORS ChangeLog README TODO )
+	for docfile in "${commondoc[@]}"; do
+		[[ -e "${docfile}" ]] && dodoc "${docfile}"
+	done
+	[[ "${DOCS[@]}" ]] && dodoc "${DOCS[@]}"
+	find "${ED}" -name '*.la' -delete || die
+}
-- 
cgit v1.2.3