From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/
Date: Mon, 22 Apr 2019 12:07:25 +0000 (UTC) [thread overview]
Message-ID: <1555934639.3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.mgorny@gentoo> (raw)
commit: 3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 12:03:59 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> gentoo.org>
| 40 -----------------------
| 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[@]}"
-}
next reply other threads:[~2019-04-22 12:07 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-22 12:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-11 20:24 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/ Mart Raudsepp
2019-10-20 10:24 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-09 16:09 Michał Górny
2019-04-09 16:09 Michał Górny
2019-04-09 16:09 Michał Górny
2018-07-10 12:29 Michał Górny
2017-05-14 9:02 Mart Raudsepp
2016-12-20 19:16 Tobias Klausmann
2016-10-08 9:51 Pacho Ramos
2016-08-02 16:10 Michał Górny
2016-06-10 13:53 Agostino Sarubbo
2016-02-01 21:05 Pacho Ramos
2016-02-01 21:05 Pacho Ramos
2015-08-24 12:32 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1555934639.3b0aaf9d889a114dcd50e9e8857f0ac9bfc43558.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox