summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 17:28:42 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commit099505a7059bea60d62f46e8b675fe39747d121a (patch)
treedf188b244314cdb672104c85cdca7e481796412d /xfce-extra/xfce4-vala
parentxfce-extra/xfce4-timer-plugin: Prune old (diff)
downloadgentoo-099505a7059bea60d62f46e8b675fe39747d121a.tar.gz
gentoo-099505a7059bea60d62f46e8b675fe39747d121a.tar.bz2
gentoo-099505a7059bea60d62f46e8b675fe39747d121a.zip
xfce-extra/xfce4-vala: Prune old
Diffstat (limited to 'xfce-extra/xfce4-vala')
-rw-r--r--xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild41
1 files changed, 0 insertions, 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 8100273ae082..000000000000
--- 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
-}