Gentoo Archives: gentoo-commits

From: Denis Dupeyron <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/transd/
Date: Mon, 02 Apr 2018 18:23:06
Message-Id: 1522693375.6493b6a1c07e288d18c3bb83afdd9d8711931e16.calchan@gentoo
1 commit: 6493b6a1c07e288d18c3bb83afdd9d8711931e16
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 18:12:04 2018 +0000
4 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 18:22:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6493b6a1
7
8 xfce-extra/transd: remove obsolete xfconf.eclass, migrate to EAPI6, cleanup
9
10 xfce-extra/transd/transd-0_p20120503-r1.ebuild | 24 ++++++++++++++++++++++++
11 1 file changed, 24 insertions(+)
12
13 diff --git a/xfce-extra/transd/transd-0_p20120503-r1.ebuild b/xfce-extra/transd/transd-0_p20120503-r1.ebuild
14 new file mode 100644
15 index 00000000000..4d4acfcda01
16 --- /dev/null
17 +++ b/xfce-extra/transd/transd-0_p20120503-r1.ebuild
18 @@ -0,0 +1,24 @@
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 small daemon to watch for window creation and set window transparency values"
25 +HOMEPAGE="http://spuriousinterrupt.org/projects/transd"
26 +SRC_URI="mirror://gentoo/${P}.tar.xz"
27 +
28 +LICENSE="GPL-3"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~x86"
31 +IUSE=""
32 +
33 +RDEPEND="x11-libs/libX11
34 + >=xfce-base/libxfce4util-4.8"
35 +DEPEND="${RDEPEND}
36 + dev-util/intltool
37 + virtual/pkgconfig"
38 +
39 +src_prepare() {
40 + sed -i -e '/Encoding/d' transd.desktop.in || die
41 + default
42 +}