[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/, profiles/

2021-12-11 Thread Jakov Smolić
commit: 621385498b9ded0b2a65300fd1715fbd0f3b94bb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 11 16:08:42 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Dec 11 16:08:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62138549

xfce-extra/xfce4-vala: treeclean

Closes: https://bugs.gentoo.org/823128
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask |  6 
 xfce-extra/xfce4-vala/Manifest|  1 -
 xfce-extra/xfce4-vala/metadata.xml|  8 -
 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild | 40 ---
 4 files changed, 55 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ce955876ed08..15b0289eead3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -394,12 +394,6 @@ dev-java/moshi
 # Removal on 2021-12-11, bugs #672352, #794511.
 www-apps/websvn
 
-# Michał Górny  (2021-11-11)
-# Last release was for XFCE 4.10, back in 2013.  Does not support modern
-# Vala versions.  No revdeps.
-# Removal on 2021-12-11.  Bug #823128.
-xfce-extra/xfce4-vala
-
 # Mart Raudsepp  (2021-11-11)
 # Needs testing to ensure valac-0.54 works for existing packages
 >=dev-libs/vala-common-0.53

diff --git a/xfce-extra/xfce4-vala/Manifest b/xfce-extra/xfce4-vala/Manifest
deleted file mode 100644
index b935a5a331d0..
--- a/xfce-extra/xfce4-vala/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-vala-4.10.3.tar.bz2 88023 BLAKE2B 
fb5ec9ae0cf14d0f28c49ee04288a9fb78d512f2619e3fb52fd7ceca743763ab12a2e504fdcac78ff3c37b2e8c1aa43acd082b1101f10a2e881eac4655684367
 SHA512 
ef5d6c67d53edc428ed10e59c21a1264a0d6d06efbea531a15f2eb1309e632e3cd275657aeb01c5723f437b9c319b922055598f97b0ee7db45853beef4f4d987

diff --git a/xfce-extra/xfce4-vala/metadata.xml 
b/xfce-extra/xfce4-vala/metadata.xml
deleted file mode 100644
index 2b8ef06e9a39..
--- a/xfce-extra/xfce4-vala/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild 
b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild
deleted file mode 100644
index c8e8d4cdf7ad..
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION=0.44
-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[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2020-01-11 Thread Mart Raudsepp
commit: 5507c7e44595cb880f5b4436766b83e4f47ed085
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 11 20:23:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 11 20:23:25 2020 +
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  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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

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

xfce-extra/xfce4-vala: Drop old

Signed-off-by: Michał Górny  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..000
--- 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[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-10-10 Thread Mikle Kolyada
commit: 61c6486b7d3cd2982e45888f76ca3befe4eda534
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:34:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:34:12 2019 +
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  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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-10-10 Thread Mikle Kolyada
commit: 688e34e7cd6cd480c27ae10982770f79c4f9b3b5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:29:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:29:53 2019 +
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  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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

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

xfce-extra/xfce4-vala: Drop old

Signed-off-by: Michał Górny  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..000
--- 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..000
--- 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[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-04-21 Thread Mikle Kolyada
commit: c7793215e123c90765e54bec401dab064aa293b1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 21 19:19:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 21 19:19:46 2019 +
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  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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-04-21 Thread Mikle Kolyada
commit: d321861ba62c2044745af03203cf7f401a2f1746
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 21 19:18:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 21 19:19:42 2019 +
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  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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-04-09 Thread Michał Górny
commit: 9a1e78b6bc749179f83d354f3c1efa1b244e5d8c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 16:07:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 16:09:05 2019 +
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  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 000..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[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-04-09 Thread Michał Górny
commit: c9379cfd4385b5038edcdc64d8ca6ca9c1d021e5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 15:07:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 16:09:02 2019 +
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  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 000..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[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2019-04-09 Thread Michał Górny
commit: 0ef95c8ac04c03f4ba3f202ac36e4b5c603af58a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 15:56:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 16:09:04 2019 +
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  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 000..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[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2018-07-10 Thread Michał Górny
commit: d053410d8d66afd00da46246a8f51f81a48ca71a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 10 10:48:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 10 12:29:07 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2017-05-14 Thread Mart Raudsepp
commit: e7680149f5f0a9f3eeb63f0c145426ab9f5c8eda
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May 14 08:54:09 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 14 08:55:02 2017 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-12-20 Thread Tobias Klausmann
commit: 4d7f3ab4ff83117cc1745acf8feffd6232c235d2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 19:15:41 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 19:15:41 2016 +
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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-10-08 Thread Pacho Ramos
commit: 90296a306c1785fa1988d32ca66f11bb108fad5e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct  8 08:50:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  8 09:50:14 2016 +
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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-08-02 Thread Michał Górny
commit: 099505a7059bea60d62f46e8b675fe39747d121a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  2 15:28:42 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 16:09:47 2016 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-06-10 Thread Agostino Sarubbo
commit: 5d90e933116395d8e3732ec31d8cbf527478a6da
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:56 2016 +
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  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)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-02-01 Thread Pacho Ramos
commit: bd2f768fdde28bca3636031add0bd1217b9ca52e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Feb  1 21:03:00 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Feb  1 21:05:06 2016 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-02-01 Thread Pacho Ramos
commit: be6b8ad3964235cc4cd4f4e8c6da850b56aa7ef4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Feb  1 21:03:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Feb  1 21:05:09 2016 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2015-08-24 Thread Justin Lecher
commit: 19aa31c41287579b1efd8652f12cd7ff238e85c4
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 24 12:22:13 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 24 12:32:05 2015 +
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