* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/
@ 2015-09-17 19:01 Christoph Mende
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2015-09-17 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 39144973758f50f4f882092df8d6610f302a4296
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 12:00:14 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 19:01:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39144973
dev-dotnet/gio-sharp: Migrate to mono-env, support gtk-sharp-2.12.21 and mono-4
Package-Manager: portage-2.2.20.1
dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 43 ++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
new file mode 100644
index 0000000..2bc3816
--- /dev/null
+++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit autotools mono-env
+
+DESCRIPTION="GIO API C# binding"
+HOMEPAGE="https://github.com/mono/gio-sharp"
+SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
+ || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-2.12 )
+ >=dev-libs/glib-2.22:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+pkg_setup() {
+ DOCS="AUTHORS NEWS README"
+ mono-env_pkg_setup
+}
+
+src_unpack() {
+ unpack ${A}
+ mv *-${PN}-* "${S}"
+}
+
+src_prepare() {
+ sed -i -e 's/gmcs/mcs/' configure.ac.in || die
+ sed -i -e '/autoreconf/d' autogen-generic.sh || die
+ NOCONFIGURE=1 ./autogen-2.22.sh || die
+
+ eautoreconf
+}
+
+src_compile() {
+ emake -j1
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/
@ 2016-11-03 11:19 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-03 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 3bce5a83e2a22c2f51dcec1f6233855cebee4fa3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 11:13:28 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 11:19:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bce5a83
dev-dotnet/gio-sharp: amd64/x86 stable, bug #581254
Package-Manager: portage-2.3.2
dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
index 2bc3816..0e3de21 100644
--- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
+++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/
@ 2016-11-03 11:37 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-03 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 6741240491bf3565d814cc171d93d2f3b7ba0f44
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 11:31:01 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 11:31:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67412404
dev-dotnet/gio-sharp: Drop old
Package-Manager: portage-2.3.2
dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild | 46 -------------------------------
1 file changed, 46 deletions(-)
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild
deleted file mode 100644
index 594c538..00000000
--- a/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools mono
-
-DESCRIPTION="GIO API C# binding"
-HOMEPAGE="https://github.com/mono/gio-sharp"
-SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-dotnet/glib-sharp-2.12
- >=dev-dotnet/gtk-sharp-gapi-2.12
- >=dev-libs/glib-2.22:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS NEWS README"
-}
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- sed -i -e '/autoreconf/d' autogen-generic.sh || die
- NOCONFIGURE=1 ./autogen-2.22.sh || die
-
- eautoreconf
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- default
- mono_multilib_comply
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/
@ 2018-08-26 8:59 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-08-26 8:59 UTC (permalink / raw
To: gentoo-commits
commit: f71b5c85ac284f69aa3835ac31fb92f7e8b1c2a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 08:48:48 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 08:59:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71b5c85
dev-dotnet/gio-sharp: Remove support for non-existent deps
dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
index 85ddc3568b0..08a813517c3 100644
--- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
+++ b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="|| ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/glib-sharp-2.12 )
- || ( >=dev-dotnet/gtk-sharp-2.12.21 >=dev-dotnet/gtk-sharp-gapi-2.12 )
+RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21
>=dev-libs/glib-2.22:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-26 8:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 11:19 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gio-sharp/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-08-26 8:59 Michał Górny
2016-11-03 11:37 Pacho Ramos
2015-09-17 19:01 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox