summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-22 14:03:59 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-22 14:03:59 +0200
commit3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558 (patch)
tree501db944697b430134f6ab3b0090ad442694d34f /xfce-extra/xfce4-vala
parentnet-im/telegram-desktop-bin: drop old (diff)
downloadgentoo-3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.tar.gz
gentoo-3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.tar.bz2
gentoo-3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.zip
xfce-extra/xfce4-vala: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-vala')
-rw-r--r--xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r3.ebuild40
-rw-r--r--xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r4.ebuild40
2 files changed, 0 insertions, 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 765c8e56052d..000000000000
--- 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 e2874c8d21ec..000000000000
--- 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[@]}"
-}