public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-09-17 19:01 Christoph Mende
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende @ 2015-09-17 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     616c3fbad930a07f238ac5db8af1ec65fc8e6a72
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 17:44:02 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 19:01:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616c3fba

dev-dotnet/dbus-sharp-glib: version bump to 0.6.0

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/Manifest                |  1 +
 .../dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild   | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-dotnet/dbus-sharp-glib/Manifest b/dev-dotnet/dbus-sharp-glib/Manifest
index 37a07db..77de76f 100644
--- a/dev-dotnet/dbus-sharp-glib/Manifest
+++ b/dev-dotnet/dbus-sharp-glib/Manifest
@@ -1 +1,2 @@
 DIST dbus-sharp-glib-0.5.0.tar.gz 95405 SHA256 f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e SHA512 651a8d9b42342d6aca6b7963a089e8da609f0d2e9d6421f40fb9589204af63e790f1bc5dd7735bb751f84d3f0d888e2e2f174c23f79206f8858e0502cba95065 WHIRLPOOL 2d5776e367757e4a06b34e0b114b95e61b4a8dea54b60029d59c73802bf58e58c198cea5cd6094371a584ee54317f9fd9fb60e63a9b483311014498084155d8e
+DIST dbus-sharp-glib-0.6.0.tar.gz 73675 SHA256 d5b44d3ffa419730df0a6a6fff1e6912c80bc364e4176444e48264853989ce3b SHA512 271edf10d149e152290cd0ac8ebaf6ed7a6f5d0f280d5514dbfbdb84f77d8339ba0e2c5fd53242cf00e13c7d2bfa3fbf426ca9038467b26b9a8396c6c9c1ed67 WHIRLPOOL 18d976f9aaf53d992195ddcdae3f7a37224119a34ad7ed2a5c66cc302aac111d928461432244950ffee8527082010826bb7cdbf0ad66b263dc600243997054cb

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
new file mode 100644
index 0000000..20b83d3
--- /dev/null
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="D-Bus for .NET: GLib integration module"
+HOMEPAGE="https://github.com/mono/dbus-sharp"
+SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+	>=dev-dotnet/dbus-sharp-0.8"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	DOCS="AUTHORS README"
+	mono-env_pkg_setup
+}
+
+src_prepare() {
+	sed -i -e 's/gmcs/mcs/' configure.ac || die
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-09-18  5:19 Christoph Mende
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende @ 2015-09-18  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     99039a610da474afb9d188c8950b8a212ecf7691
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:07:16 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99039a61

dev-dotnet/dbus-sharp-glib: fix dependency on dbus-sharp

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 4 ++--
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
index 8dbaba4..97e98be 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono
-	>=dev-dotnet/dbus-sharp-0.7"
+	>=dev-dotnet/dbus-sharp-0.7:1.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 321cc18..319bd4e 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono
-	>=dev-dotnet/dbus-sharp-0.8"
+	>=dev-dotnet/dbus-sharp-0.8:2.0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-09-18  5:19 Christoph Mende
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende @ 2015-09-18  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9a7570fc914d3101d5b0be7e97ca57509612c36b
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:05:28 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7570fc

dev-dotnet/dbus-sharp-glib: split package in two slots

Package-Manager: portage-2.2.20.1

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
index bca6c8a..8dbaba4 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp"
 SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="1.0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 20b83d3..321cc18 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/mono/dbus-sharp"
 SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="2.0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-09-18  5:19 Christoph Mende
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende @ 2015-09-18  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ee1df7c912f72e0ed4f9dcbdb10e9cb2f40514de
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:07:49 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1df7c9

dev-dotnet/dbus-sharp-glib: bump EAPI to 5, migrate to mono-env, add support for mono-4

Package-Manager: portage-2.2.20.1

 .../dbus-sharp-glib-0.5.0-r1.ebuild                | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
new file mode 100644
index 0000000..bcc9c7e
--- /dev/null
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools mono-env
+
+DESCRIPTION="D-Bus for .NET: GLib integration module"
+HOMEPAGE="https://github.com/mono/dbus-sharp"
+SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/mono
+	>=dev-dotnet/dbus-sharp-0.7:1.0"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	DOCS="AUTHORS README"
+	mono-env_pkg_setup
+}
+
+src_prepare() {
+	sed -i -e 's/gmcs/mcs/' configure.ac || die
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-10-27 15:20 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2015-10-27 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c8905eeb4cc6cd2efab9ab9c51014b4cac0d67b6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 15:19:51 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 15:19:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8905eeb

dev-dotnet/dbus-sharp-glib: amd64 stable wrt bug #563298

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index bcc9c7e..d8abcf3 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 319bd4e..7e6b6dc 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2015-11-03 16:31 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2015-11-03 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0d80dd9fc5a56c003ed15cf2c8a763d7b54f7154
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 16:31:19 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 16:31:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d80dd9f

dev-dotnet/dbus-sharp-glib: x86 stable wrt bug #563298

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index d8abcf3..16371d7 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 7e6b6dc..0c5a828 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2016-10-09  9:04 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2016-10-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc87a4b7d88555fef6a7a6abe683e2922cd567b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 08:26:58 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:03:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc87a4b

dev-dotnet/dbus-sharp-glib: ppc stable

Package-Manager: portage-2.3.1

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index 16371d7..6e6807c 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-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="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2016-10-09  9:04 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2016-10-09  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bfa2b58f3c84f75a0cec1a4b1422cf94df87815d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 08:27:18 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:03:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa2b58f

dev-dotnet/dbus-sharp-glib: drop old

Package-Manager: portage-2.3.1

 .../dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild   | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
deleted file mode 100644
index 97e98be..00000000
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit mono
-
-DESCRIPTION="D-Bus for .NET: GLib integration module"
-HOMEPAGE="https://github.com/mono/dbus-sharp"
-SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-lang/mono
-	>=dev-dotnet/dbus-sharp-0.7:1.0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS="AUTHORS README"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f07165c665d14701d08166da07c816a9eb1fe427
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:21 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07165c6

dev-dotnet/dbus-sharp-glib: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index 86efac96154..e3606e45f82 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -6,7 +6,7 @@ inherit autotools mono-env
 
 DESCRIPTION="D-Bus for .NET: GLib integration module"
 HOMEPAGE="https://github.com/mono/dbus-sharp"
-SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
+SRC_URI="https://github.com/downloads/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/
@ 2020-05-16 20:25 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2020-05-16 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ab939485c352246330d6af91893bbfec98d20e89
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 20:25:03 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 16 20:25:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab939485

dev-dotnet/dbus-sharp-glib: Remove ppc keywords

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 4 ++--
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index e3606e45f82..b52e537942b 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/downloads/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index cbb092330a7..46ee6c48b31 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono


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

end of thread, other threads:[~2020-05-16 20:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 15:20 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-05-16 20:25 David Seifert
2019-09-15 17:17 Michał Górny
2016-10-09  9:04 Pacho Ramos
2016-10-09  9:04 Pacho Ramos
2015-11-03 16:31 Agostino Sarubbo
2015-09-18  5:19 Christoph Mende
2015-09-18  5:19 Christoph Mende
2015-09-18  5:19 Christoph Mende
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