Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/idesk-extras/
Date: Sat, 04 Mar 2017 15:20:44
Message-Id: 1488640714.3a72d96cc54b0687fb6c3ff0fb71c31fc4f11eb5.soap@gentoo
1 commit: 3a72d96cc54b0687fb6c3ff0fb71c31fc4f11eb5
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 2 08:53:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 15:18:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a72d96c
7
8 x11-misc/idesk-extras: EAPI bump 5 -> 6
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4098
12
13 x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild | 27 +++++++++++++++++++++++
14 1 file changed, 27 insertions(+)
15
16 diff --git a/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild b/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild
17 new file mode 100644
18 index 00000000000..3e22277b445
19 --- /dev/null
20 +++ b/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild
21 @@ -0,0 +1,27 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Graphical configuration for iDesk plus icons"
28 +HOMEPAGE="https://web.archive.org/web/20070828214007/http://www.jmurray.id.au/idesk-extras.html"
29 +SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="app-shells/bash
37 + x11-misc/idesk
38 + x11-misc/xdialog"
39 +
40 +PATCHES=( "${FILESDIR}"/${P}-stdout.patch )
41 +HTML_DOCS=( ${PN}.html )
42 +
43 +src_install() {
44 + dobin idesktool
45 + insinto /usr/share/idesk
46 + doins -r icons
47 + einstalldocs
48 +}