public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-dotnet/gtk-sharp/
@ 2022-05-10 23:37 Ronny Gutbrod
  0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-05-10 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     95e210169d7068d5dfbca74b871baf5d547f043d
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue May 10 20:13:03 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 10 20:13:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95e21016

dev-dotnet/gtk-sharp: removed _elibtoolize command

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
index b633ac37c..822c9e902 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
@@ -39,7 +39,6 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	base_src_prepare
 	eautoreconf
-	_elibtoolize
 	eapply "${FILESDIR}/${P}-fix-build.patch"
 	eapply_user
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-dotnet/gtk-sharp/
@ 2025-05-23 23:18 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2025-05-23 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     10b4bfe15e0e6daa6ee76d474ef16e3b23df04b2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri May 23 22:29:33 2025 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 23 22:29:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10b4bfe1

dev-dotnet/gtk-sharp: drop 2.99.3-r3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-dotnet/gtk-sharp/Manifest                   |  1 -
 dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild | 65 -------------------------
 2 files changed, 66 deletions(-)

diff --git a/dev-dotnet/gtk-sharp/Manifest b/dev-dotnet/gtk-sharp/Manifest
index 717b88961c..5db36f2ed9 100644
--- a/dev-dotnet/gtk-sharp/Manifest
+++ b/dev-dotnet/gtk-sharp/Manifest
@@ -1,2 +1 @@
-DIST gtk-sharp-2.99.3.tar.gz 2319079 BLAKE2B 8af1fd7123ba4e4c17e54d9e87e615c38574c8db23a87374c17b8600f8c5c01e649246eb819930d32c9e0708f562618e0be3cf35a44ee6feeb4e5029eedbba19 SHA512 df643edbe61eeea9f12349b5f467e8bb5eb68e72f2d6b9978daed42a5deff1ca33b1869c7a24f4c15bdc472bc368e7432ad18e7db6e0b39cd93eacdcc750efd9
 DIST gtk-sharp-3.22.2.tar.gz 3297236 BLAKE2B ed6f9e19cc2db3e3a86a14107239b25ec4868222d5ef3d694372e824b8f323d70f5a4847c72a0c2a780cc474375fbf74c74ca3165fbed4255e68671614b9f9fc SHA512 8d4fdcbd54ec795dd5d8bd1fd9e4ec5ea5fff5169392891c99656d3fa1fffda28bbe6ac4e32f1201e7ed03b9702f37e85cd315946bf055efdd7b264d23e6007a

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
deleted file mode 100644
index e3053ec8f2..0000000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dotnet autotools
-
-DESCRIPTION="gtk bindings for mono"
-HOMEPAGE="https://www.mono-project.com/docs/gui/gtksharp/"
-SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="debug"
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-fix-build.patch" )
-
-RDEPEND="
-	>=dev-lang/mono-3.0
-	x11-libs/pango
-	>=dev-libs/glib-2.31
-	dev-libs/atk
-	x11-libs/gtk+:3
-	gnome-base/libglade
-	dev-perl/XML-LibXML
-	!dev-dotnet/gtk-sharp-gapi
-	!dev-dotnet/gtk-sharp-docs
-	!dev-dotnet/gtk-dotnet-sharp
-	!dev-dotnet/gdk-sharp
-	!dev-dotnet/glib-sharp
-	!dev-dotnet/glade-sharp
-	!dev-dotnet/pango-sharp
-	!dev-dotnet/atk-sharp"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-build/automake:1.11"
-
-src_prepare() {
-	base_src_prepare
-	eautoreconf
-	eapply "${FILESDIR}/${P}-fix-build.patch"
-	eapply_user
-}
-
-src_configure() {
-	econf	CSC=/usr/bin/mcs
-		--disable-static \
-		--disable-dependency-tracking \
-		--disable-maintainer-mode \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake CSC=/usr/bin/mcs
-}
-
-src_install() {
-	default
-	dotnet_multilib_comply
-	sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
-	dosym ../lib64/gapi-3.0 /usr/lib/gapi-3.0
-}


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

end of thread, other threads:[~2025-05-23 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 23:18 [gentoo-commits] repo/proj/guru:master commit in: dev-dotnet/gtk-sharp/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2022-05-10 23:37 Ronny Gutbrod

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