From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EEE9138335 for ; Mon, 22 Apr 2019 12:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF25E0848; Mon, 22 Apr 2019 12:07:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5A21E0848 for ; Mon, 22 Apr 2019 12:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 086FE34201C for ; Mon, 22 Apr 2019 12:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C77755B for ; Mon, 22 Apr 2019 12:07:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1555934639.3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild X-VCS-Directories: xfce-extra/xfce4-vala/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558 X-VCS-Branch: master Date: Mon, 22 Apr 2019 12:07:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bc763b0-637b-43b3-b434-e598a9c345ca X-Archives-Hash: 498b29d326700a1bd004a58753b9beae commit: 3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 22 12:03:59 2019 +0000 Commit: Michał Górny gentoo 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 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[@]}" -}