* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
@ 2013-10-23 11:59 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2013-10-23 11:59 UTC (permalink / raw
To: gentoo-commits
commit: b0296de4f24a60995c2bac889d246649a2a48916
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Wed Oct 23 12:01:53 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 12:01:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=b0296de4
remove gio sharp block
---
dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
index 328a33c..18605e0 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
!dev-dotnet/gtk-dotnet-sharp
!dev-dotnet/gdk-sharp
!dev-dotnet/glib-sharp
- !dev-dotnet/gio-sharp
!dev-dotnet/glade-sharp
!dev-dotnet/pango-sharp
!dev-dotnet/atk-sharp"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
@ 2015-05-29 8:25 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-05-29 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 4f6c7b9ecd5debdac131c5f31eadc834284c8a22
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Fri May 29 08:24:27 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri May 29 08:24:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4f6c7b9e
correct gtk-sharp 2.99.1 checksum
dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
index 18605e0..9d3b871 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit dotnet autotools base
@@ -11,7 +11,7 @@ DESCRIPTION="gtk bindings for mono"
LICENSE="GPL-2"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
KEYWORDS="~amd64 ~x86 ~ppc"
-SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip"
+SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
IUSE="debug"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
@ 2015-08-05 17:16 Heather Cynede
0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-05 17:16 UTC (permalink / raw
To: gentoo-commits
commit: cc33ec59729ce9d385acbf5bb8c2302d7723f2df
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Aug 5 17:14:51 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 17:14:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cc33ec59
bump gtk sharp to 2.99.3, set csc to mcs
dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild | 61 ++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild
new file mode 100644
index 0000000..3f7c63d
--- /dev/null
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit dotnet autotools base
+
+SLOT="3"
+DESCRIPTION="gtk bindings for mono"
+LICENSE="GPL-2"
+HOMEPAGE="http://www.mono-project.com/GtkSharp"
+KEYWORDS="~amd64 ~x86 ~ppc"
+SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
+IUSE="debug"
+
+RESTRICT="test"
+
+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
+ sys-devel/automake:1.11"
+
+src_prepare() {
+ base_src_prepare
+ eautoreconf
+ libtoolize
+}
+
+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"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
@ 2016-08-20 6:34 Mikhail Pukhlikov
0 siblings, 0 replies; 5+ messages in thread
From: Mikhail Pukhlikov @ 2016-08-20 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 9824f403c61c079546256a90402c272becf1ddd3
Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 06:34:12 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 06:34:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9824f403
fix EAPI update
dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild | 1 +
dev-dotnet/gtk-sharp/gtk-sharp-2.99.1-r1.ebuild | 1 +
dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r1.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild
index 95c1c8a..0ad2398 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
base_src_prepare
eautoreconf
libtoolize
+ eapply_user
}
src_configure() {
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1-r1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1-r1.ebuild
index 0c03ca3..1c2ccb2 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1-r1.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1-r1.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
base_src_prepare
eautoreconf
libtoolize
+ eapply_user
}
src_configure() {
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r1.ebuild
index 5a21f97..d654147 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r1.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r1.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
base_src_prepare
eautoreconf
libtoolize
+ eapply_user
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
@ 2017-08-03 7:57 Mikhail Pukhlikov
0 siblings, 0 replies; 5+ messages in thread
From: Mikhail Pukhlikov @ 2017-08-03 7:57 UTC (permalink / raw
To: gentoo-commits
commit: cc9f259d7d40c136e5eed8604e435b976c523647
Author: sam <sam <AT> cmpct <DOT> info>
AuthorDate: Mon Jul 31 22:14:21 2017 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 22:16:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cc9f259d
dev-dotnet/gtk-sharp: add 2.12.45
dev-dotnet/gtk-sharp/gtk-sharp-2.12.45.ebuild | 61 +++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.45.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.45.ebuild
new file mode 100644
index 0000000..99765ba
--- /dev/null
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.45.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit dotnet autotools
+
+SLOT="2"
+DESCRIPTION="gtk bindings for mono"
+LICENSE="GPL-2"
+HOMEPAGE="http://www.mono-project.com/GtkSharp"
+KEYWORDS="~amd64 ~x86 ~ppc"
+SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz"
+IUSE="debug"
+
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-lang/mono-3.0
+ x11-libs/pango
+ >=dev-libs/glib-2.31
+ dev-libs/atk
+ x11-libs/gtk+:2
+ 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
+ sys-devel/automake:1.11"
+
+src_prepare() {
+ base_src_prepare
+ eautoreconf
+ libtoolize
+ eapply_user
+}
+
+src_configure() {
+ econf --disable-static \
+ --disable-dependency-tracking \
+ --disable-maintainer-mode \
+ $(use_enable debug)
+}
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ default
+ dotnet_multilib_comply
+ sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-03 7:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 17:16 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/ Heather Cynede
-- strict thread matches above, loose matches on Subject: below --
2017-08-03 7:57 Mikhail Pukhlikov
2016-08-20 6:34 Mikhail Pukhlikov
2015-05-29 8:25 Heather Cynede
2013-10-23 11:59 Heather Cynede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox