From 5507c7e44595cb880f5b4436766b83e4f47ed085 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 11 Jan 2020 22:23:25 +0200 Subject: xfce-extra/xfce4-vala: switch to vala:0.44 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild | 40 ----------------------- xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild | 40 +++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.ebuild create mode 100644 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild (limited to 'xfce-extra/xfce4-vala') 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 deleted file mode 100644 index 026aecececb0..000000000000 --- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r6.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.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[@]}" -} 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 new file mode 100644 index 000000000000..c8e8d4cdf7ad --- /dev/null +++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r7.ebuild @@ -0,0 +1,40 @@ +# 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[@]}" +} -- cgit v1.2.3-65-gdbad