commit:     c896a2e41b120242a29643be4bb43248e99cc494
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul  8 12:00:45 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 13:24:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c896a2e4

x11-plugins/wmXName: EAPI7, improve ebuild

 x11-plugins/wmXName/wmXName-0.1-r1.ebuild | 46 +++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/x11-plugins/wmXName/wmXName-0.1-r1.ebuild 
b/x11-plugins/wmXName/wmXName-0.1-r1.ebuild
new file mode 100644
index 00000000000..425b4cb5f46
--- /dev/null
+++ b/x11-plugins/wmXName/wmXName-0.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV="0.01"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="dock-app showing you status of your XName hosted zones"
+HOMEPAGE="http://source.xname.org/";
+SRC_URI="http://source.xname.org/${MY_P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+COMMON_DEPEND=">=x11-libs/libXpm-3.5.7
+       >=x11-libs/libX11-1.1.4
+       >=x11-libs/libXext-1.0.3"
+
+RDEPEND="${COMMON_DEPEND}
+       >=dev-lang/perl-5.8.8-r5
+       >=www-client/lynx-2.8.6-r2"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+       default
+       #some magic sed to fix CFLAGS
+       sed -i "s/-O2 -Wall/$CFLAGS/" "${S}/Makefile" || die
+
+       #INSTALL file actually contains use instructions
+       mv "${S}/INSTALL" "${S}/README" || die
+}
+
+src_compile() {
+       emake CC="$(tc-getCC)" SYSTEM="${LDFLAGS}"
+}
+
+src_install () {
+       dobin wmXName GrabXName
+       dodoc README config.sample
+}

Reply via email to