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-embed-plugin/
Date: Sun, 08 Apr 2018 08:51:20
Message-Id: 1523177470.9c5bf4354f05f4dae7d8f1513d4a7a2149a76d37.mgorny@gentoo
1 commit: 9c5bf4354f05f4dae7d8f1513d4a7a2149a76d37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 08:34:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 08:51:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5bf435
7
8 xfce-extra/xfce4-embed-plugin: Bump to EAPI=6
9
10 .../xfce4-embed-plugin-1.6.0-r1.ebuild | 28 ++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
14 new file mode 100644
15 index 00000000000..b4519156b1f
16 --- /dev/null
17 +++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel"
25 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin"
26 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
27 +
28 +LICENSE="GPL-2 LGPL-2"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~x86"
31 +IUSE=""
32 +
33 +RDEPEND=">=x11-libs/gtk+-2.20:2
34 + x11-libs/libX11:=
35 + >=xfce-base/libxfce4ui-4.10:=
36 + >=xfce-base/libxfce4util-4.10:=
37 + >=xfce-base/xfce4-panel-4.10:="
38 +DEPEND="${RDEPEND}
39 + dev-util/intltool
40 + sys-devel/gettext
41 + virtual/pkgconfig"
42 +
43 +src_install() {
44 + default
45 + find "${D}" -name '*.la' -delete || die
46 +}