commit:     64b6e806a3e328d1b635987ff39437946eb536f4
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb  5 15:09:48 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 19:07:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b6e806

x11-misc/wmname: EAPI bump 3 -> 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3830

 x11-misc/wmname/wmname-0.1-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild 
b/x11-misc/wmname/wmname-0.1-r1.ebuild
new file mode 100644
index 00000000..1d4d22d
--- /dev/null
+++ b/x11-misc/wmname/wmname-0.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="utility to set the name of your window manager"
+HOMEPAGE="http://tools.suckless.org/x/wmname";
+SRC_URI="http://dl.suckless.org/tools/wmname-0.1.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch )
+
+src_compile() {
+       emake CC="$(tc-getCC)" LD="$(tc-getCC)"
+}
+
+src_install() {
+       emake CC="$(tc-getCC)" LD="$(tc-getCC)" \
+               PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
+       einstalldocs
+}

Reply via email to