Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
Date: Tue, 02 Aug 2016 16:11:16
Message-Id: 1470154187.099505a7059bea60d62f46e8b675fe39747d121a.mgorny@gentoo
1 commit: 099505a7059bea60d62f46e8b675fe39747d121a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:28:42 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099505a7
7
8 xfce-extra/xfce4-vala: Prune old
9
10 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild | 41 -----------------------
11 1 file changed, 41 deletions(-)
12
13 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
14 deleted file mode 100644
15 index 8100273..0000000
16 --- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild
17 +++ /dev/null
18 @@ -1,41 +0,0 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -MY_VALA_VERSION=0.26
25 -VALA_MIN_API_VERSION=${MY_VALA_VERSION}
26 -VALA_MAX_API_VERSION=${MY_VALA_VERSION}
27 -VALA_USE_DEPEND=vapigen
28 -inherit xfconf vala
29 -
30 -DESCRIPTION="Vala bindings for the Xfce desktop environment"
31 -HOMEPAGE="https://wiki.xfce.org/vala-bindings"
32 -SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="~amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="$(vala_depend)
40 - >=xfce-base/exo-0.10
41 - >=xfce-base/garcon-0.2
42 - >=xfce-base/libxfce4ui-4.10
43 - >=xfce-base/libxfce4util-4.10
44 - >=xfce-base/xfce4-panel-4.10
45 - >=xfce-base/xfconf-4.10"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig"
48 -
49 -pkg_setup() {
50 - DOCS=( AUTHORS ChangeLog NEWS README TODO )
51 - XFCONF=(
52 - --with-vala-api=${MY_VALA_VERSION}
53 - )
54 -}
55 -
56 -src_prepare() {
57 - xfconf_src_prepare
58 - vala_src_prepare
59 -}