commit:     3a72d96cc54b0687fb6c3ff0fb71c31fc4f11eb5
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Mar  2 08:53:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 15:18:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a72d96c

x11-misc/idesk-extras: EAPI bump 5 -> 6

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4098

 x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild | 27 +++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild 
b/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild
new file mode 100644
index 00000000000..3e22277b445
--- /dev/null
+++ b/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Graphical configuration for iDesk plus icons"
+HOMEPAGE="https://web.archive.org/web/20070828214007/http://www.jmurray.id.au/idesk-extras.html";
+SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-shells/bash
+       x11-misc/idesk
+       x11-misc/xdialog"
+
+PATCHES=( "${FILESDIR}"/${P}-stdout.patch )
+HTML_DOCS=( ${PN}.html )
+
+src_install() {
+       dobin idesktool
+       insinto /usr/share/idesk
+       doins -r icons
+       einstalldocs
+}

Reply via email to