public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2015-08-24 12:32 Justin Lecher
  0 siblings, 0 replies; 19+ messages in thread
From: Justin Lecher @ 2015-08-24 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     19aa31c41287579b1efd8652f12cd7ff238e85c4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 12:22:13 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 12:32:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aa31c4

Convert all URIs for wiki.xfce.org to https

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild | 2 +-
 xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
index bd49af0..8100273 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
@@ -10,7 +10,7 @@ VALA_USE_DEPEND=vapigen
 inherit xfconf vala
 
 DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="http://wiki.xfce.org/vala-bindings"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
 SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild
index 62e810f..e8b7182 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild
@@ -10,7 +10,7 @@ VALA_USE_DEPEND=vapigen
 inherit xfconf vala
 
 DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="http://wiki.xfce.org/vala-bindings"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
 SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-02-01 21:05 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2016-02-01 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bd2f768fdde28bca3636031add0bd1217b9ca52e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 21:03:00 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 21:05:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2f768f

xfce-extra/xfce4-vala: Support vala-0.30

Package-Manager: portage-2.2.27

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild | 41 +++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
new file mode 100644
index 0000000..d97a01b
--- /dev/null
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MY_VALA_VERSION=0.30
+VALA_MIN_API_VERSION=${MY_VALA_VERSION}
+VALA_MAX_API_VERSION=${MY_VALA_VERSION}
+VALA_USE_DEPEND=vapigen
+inherit xfconf vala
+
+DESCRIPTION="Vala bindings for the Xfce desktop environment"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
+SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="$(vala_depend)
+	>=xfce-base/exo-0.10
+	>=xfce-base/garcon-0.2
+	>=xfce-base/libxfce4ui-4.10
+	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/xfce4-panel-4.10
+	>=xfce-base/xfconf-4.10"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	DOCS=( AUTHORS ChangeLog NEWS README TODO )
+	XFCONF=(
+		--with-vala-api=${MY_VALA_VERSION}
+		)
+}
+
+src_prepare() {
+	xfconf_src_prepare
+	vala_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-02-01 21:05 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2016-02-01 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     be6b8ad3964235cc4cd4f4e8c6da850b56aa7ef4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 21:03:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 21:05:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6b8ad3

xfce-extra/xfce4-vala: Drop old

Package-Manager: portage-2.2.27

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild | 41 --------------------------
 1 file changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild
deleted file mode 100644
index e8b7182..0000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-MY_VALA_VERSION=0.20
-VALA_MIN_API_VERSION=${MY_VALA_VERSION}
-VALA_MAX_API_VERSION=${MY_VALA_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit xfconf vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10
-	>=xfce-base/garcon-0.2
-	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
-	>=xfce-base/xfce4-panel-4.10
-	>=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS=( AUTHORS ChangeLog NEWS README TODO )
-	XFCONF=(
-		--with-vala-api=${MY_VALA_VERSION}
-		)
-}
-
-src_prepare() {
-	xfconf_src_prepare
-	vala_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-06-10 13:53 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2016-06-10 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5d90e933116395d8e3732ec31d8cbf527478a6da
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 13:52:56 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 13:52:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d90e933

xfce-extra/xfce4-vala: amd64 stable wrt bug #583302

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
index d97a01b..38cd3db 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-08-02 16:10 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2016-08-02 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     099505a7059bea60d62f46e8b675fe39747d121a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 15:28:42 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 16:09:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099505a7

xfce-extra/xfce4-vala: Prune old

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild | 41 -----------------------
 1 file changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
deleted file mode 100644
index 8100273..0000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-MY_VALA_VERSION=0.26
-VALA_MIN_API_VERSION=${MY_VALA_VERSION}
-VALA_MAX_API_VERSION=${MY_VALA_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit xfconf vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10
-	>=xfce-base/garcon-0.2
-	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
-	>=xfce-base/xfce4-panel-4.10
-	>=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS=( AUTHORS ChangeLog NEWS README TODO )
-	XFCONF=(
-		--with-vala-api=${MY_VALA_VERSION}
-		)
-}
-
-src_prepare() {
-	xfconf_src_prepare
-	vala_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-10-08  9:51 Pacho Ramos
  0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2016-10-08  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     90296a306c1785fa1988d32ca66f11bb108fad5e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 08:50:11 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 09:50:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90296a30

xfce-extra/xfce4-vala: Support vala:0.32

Package-Manager: portage-2.3.1

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild | 41 +++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
new file mode 100644
index 00000000..7d2f914
--- /dev/null
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MY_VALA_VERSION=0.32
+VALA_MIN_API_VERSION=${MY_VALA_VERSION}
+VALA_MAX_API_VERSION=${MY_VALA_VERSION}
+VALA_USE_DEPEND=vapigen
+inherit xfconf vala
+
+DESCRIPTION="Vala bindings for the Xfce desktop environment"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
+SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="$(vala_depend)
+	>=xfce-base/exo-0.10
+	>=xfce-base/garcon-0.2
+	>=xfce-base/libxfce4ui-4.10
+	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/xfce4-panel-4.10
+	>=xfce-base/xfconf-4.10"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	DOCS=( AUTHORS ChangeLog NEWS README TODO )
+	XFCONF=(
+		--with-vala-api=${MY_VALA_VERSION}
+		)
+}
+
+src_prepare() {
+	xfconf_src_prepare
+	vala_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2016-12-20 19:16 Tobias Klausmann
  0 siblings, 0 replies; 19+ messages in thread
From: Tobias Klausmann @ 2016-12-20 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7f3ab4ff83117cc1745acf8feffd6232c235d2
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:15:41 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 19:15:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7f3ab4

xfce-extra/xfce4-vala-4.10.3-r3: stable on amd64

Gentoo-Bug: 596518

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
index 7d2f914..8869e64 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2017-05-14  9:02 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2017-05-14  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e7680149f5f0a9f3eeb63f0c145426ab9f5c8eda
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:54:09 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun May 14 08:55:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7680149

xfce-extra/xfce4-vala: remove old

WAs the only consumer of vala:0.30 specifically

Acked-by: Jason Zaman <perfinion <AT> gentoo.org>

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild | 40 -----------------------
 1 file changed, 40 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
deleted file mode 100644
index 5801856bd0d..00000000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MY_VALA_VERSION=0.30
-VALA_MIN_API_VERSION=${MY_VALA_VERSION}
-VALA_MAX_API_VERSION=${MY_VALA_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit xfconf vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10
-	>=xfce-base/garcon-0.2
-	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
-	>=xfce-base/xfce4-panel-4.10
-	>=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS=( AUTHORS ChangeLog NEWS README TODO )
-	XFCONF=(
-		--with-vala-api=${MY_VALA_VERSION}
-		)
-}
-
-src_prepare() {
-	xfconf_src_prepare
-	vala_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2018-07-10 12:29 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2018-07-10 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d053410d8d66afd00da46246a8f51f81a48ca71a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 10:48:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 12:29:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d053410d

xfce-extra/xfce4-vala: Inline mirror://xfce

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
index 65b1ff8f171..765c8e56052 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
@@ -10,7 +10,7 @@ inherit xfconf vala
 
 DESCRIPTION="Vala bindings for the Xfce desktop environment"
 HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-09 16:09 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-04-09 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c9379cfd4385b5038edcdc64d8ca6ca9c1d021e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:07:39 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 16:09:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9379cfd

xfce-extra/xfce4-vala: Bump to EAPI 7, port off xfconf

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild | 40 +++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild
new file mode 100644
index 00000000000..e2874c8d21e
--- /dev/null
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION=0.32
+VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
+VALA_USE_DEPEND=vapigen
+inherit vala
+
+DESCRIPTION="Vala bindings for the Xfce desktop environment"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
+SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="$(vala_depend)
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/garcon-0.2:=
+	>=xfce-base/libxfce4ui-4.10:=
+	>=xfce-base/libxfce4util-4.10:=
+	>=xfce-base/xfce4-panel-4.10:=
+	>=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+}
+
+src_configure() {
+	local myconf=(
+		"--with-vala-api=${VALA_MIN_API_VERSION}"
+	)
+
+	vala_src_prepare
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-09 16:09 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-04-09 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1e78b6bc749179f83d354f3c1efa1b244e5d8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 16:07:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 16:09:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e78b6

xfce-extra/xfce4-vala: Support vala:0.42 (~arch)

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild | 40 +++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
new file mode 100644
index 00000000000..2cd1fb8f4fe
--- /dev/null
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION=0.42
+VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
+VALA_USE_DEPEND=vapigen
+inherit vala
+
+DESCRIPTION="Vala bindings for the Xfce desktop environment"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
+SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="$(vala_depend)
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/garcon-0.2:=
+	>=xfce-base/libxfce4ui-4.10:=
+	>=xfce-base/libxfce4util-4.10:=
+	>=xfce-base/xfce4-panel-4.10:=
+	>=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+}
+
+src_configure() {
+	local myconf=(
+		"--with-vala-api=${VALA_MIN_API_VERSION}"
+	)
+
+	vala_src_prepare
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-09 16:09 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-04-09 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0ef95c8ac04c03f4ba3f202ac36e4b5c603af58a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:56:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 16:09:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef95c8a

xfce-extra/xfce4-vala: Support vala:0.40 (stable)

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild | 40 +++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
new file mode 100644
index 00000000000..7b9ab017937
--- /dev/null
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION=0.40
+VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
+VALA_USE_DEPEND=vapigen
+inherit vala
+
+DESCRIPTION="Vala bindings for the Xfce desktop environment"
+HOMEPAGE="https://wiki.xfce.org/vala-bindings"
+SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="$(vala_depend)
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/garcon-0.2:=
+	>=xfce-base/libxfce4ui-4.10:=
+	>=xfce-base/libxfce4util-4.10:=
+	>=xfce-base/xfce4-panel-4.10:=
+	>=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+}
+
+src_configure() {
+	local myconf=(
+		"--with-vala-api=${VALA_MIN_API_VERSION}"
+	)
+
+	vala_src_prepare
+	econf "${myconf[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-21 19:19 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2019-04-21 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d321861ba62c2044745af03203cf7f401a2f1746
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 19:18:37 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:19:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d321861b

xfce-extra/xfce4-vala: amd64 stable wrt bug #682952

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
index 7b9ab017937..73446a32ced 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-21 19:19 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2019-04-21 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c7793215e123c90765e54bec401dab064aa293b1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 19:19:12 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:19:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7793215

xfce-extra/xfce4-vala: x86 stable wrt bug #682952

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
index 73446a32ced..b365b1d7c8e 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-04-22 12:07 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-04-22 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 12:03:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 12:03:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0aaf9d

xfce-extra/xfce4-vala: Drop old

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild | 40 -----------------------
 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild | 40 -----------------------
 2 files changed, 80 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
deleted file mode 100644
index 765c8e56052..00000000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MY_VALA_VERSION=0.32
-VALA_MIN_API_VERSION=${MY_VALA_VERSION}
-VALA_MAX_API_VERSION=${MY_VALA_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit xfconf vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10
-	>=xfce-base/garcon-0.2
-	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
-	>=xfce-base/xfce4-panel-4.10
-	>=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	DOCS=( AUTHORS ChangeLog NEWS README TODO )
-	XFCONF=(
-		--with-vala-api=${MY_VALA_VERSION}
-		)
-}
-
-src_prepare() {
-	xfconf_src_prepare
-	vala_src_prepare
-}

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild
deleted file mode 100644
index e2874c8d21e..00000000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION=0.32
-VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10:=
-	>=xfce-base/garcon-0.2:=
-	>=xfce-base/libxfce4ui-4.10:=
-	>=xfce-base/libxfce4util-4.10:=
-	>=xfce-base/xfce4-panel-4.10:=
-	>=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	default
-}
-
-src_configure() {
-	local myconf=(
-		"--with-vala-api=${VALA_MIN_API_VERSION}"
-	)
-
-	vala_src_prepare
-	econf "${myconf[@]}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-10-10 18:31 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2019-10-10 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     688e34e7cd6cd480c27ae10982770f79c4f9b3b5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 18:29:53 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:29:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688e34e7

xfce-extra/xfce4-vala: amd64 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
index 2cd1fb8f4fe..5af7d365ee4 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-10-10 18:35 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2019-10-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     61c6486b7d3cd2982e45888f76ca3befe4eda534
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 18:34:12 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 18:34:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c6486b

xfce-extra/xfce4-vala: x86 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
index 5af7d365ee4..026aecececb 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2019-10-20 10:24 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2019-10-20 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a544cb2ec5d021656afe59d7668f4b936e77960d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 10:20:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 10:24:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a544cb2e

xfce-extra/xfce4-vala: Drop old

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild | 40 -----------------------
 1 file changed, 40 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
deleted file mode 100644
index b365b1d7c8e..00000000000
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION=0.40
-VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
-VALA_USE_DEPEND=vapigen
-inherit vala
-
-DESCRIPTION="Vala bindings for the Xfce desktop environment"
-HOMEPAGE="https://wiki.xfce.org/vala-bindings"
-SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="$(vala_depend)
-	>=xfce-base/exo-0.10:=
-	>=xfce-base/garcon-0.2:=
-	>=xfce-base/libxfce4ui-4.10:=
-	>=xfce-base/libxfce4util-4.10:=
-	>=xfce-base/xfce4-panel-4.10:=
-	>=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	default
-}
-
-src_configure() {
-	local myconf=(
-		"--with-vala-api=${VALA_MIN_API_VERSION}"
-	)
-
-	vala_src_prepare
-	econf "${myconf[@]}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
@ 2020-01-11 20:24 Mart Raudsepp
  0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2020-01-11 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5507c7e44595cb880f5b4436766b83e4f47ed085
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 20:23:25 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 20:23:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5507c7e4

xfce-extra/xfce4-vala: switch to vala:0.44

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../{xfce4-vala-4.10.3-r6.ebuild => xfce4-vala-4.10.3-r7.ebuild}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild
similarity index 92%
rename from xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
rename to xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild
index 026aecececb..c8e8d4cdf7a 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-VALA_MIN_API_VERSION=0.42
+VALA_MIN_API_VERSION=0.44
 VALA_MAX_API_VERSION=${VALA_MIN_API_VERSION}
 VALA_USE_DEPEND=vapigen
 inherit vala


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

end of thread, other threads:[~2020-01-11 20:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-22 12:07 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-01-11 20:24 Mart Raudsepp
2019-10-20 10:24 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-09 16:09 Michał Górny
2019-04-09 16:09 Michał Górny
2019-04-09 16:09 Michał Górny
2018-07-10 12:29 Michał Górny
2017-05-14  9:02 Mart Raudsepp
2016-12-20 19:16 Tobias Klausmann
2016-10-08  9:51 Pacho Ramos
2016-08-02 16:10 Michał Górny
2016-06-10 13:53 Agostino Sarubbo
2016-02-01 21:05 Pacho Ramos
2016-02-01 21:05 Pacho Ramos
2015-08-24 12:32 Justin Lecher

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