On 10/09/2015 04:45 PM, Ian Delaney wrote:
> commit:     9a94bb3a771b84ec44d2359aa9af6e2fe9e9433d
> Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
> AuthorDate: Fri Oct  9 14:43:33 2015 +0000
> Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
> CommitDate: Fri Oct  9 14:44:52 2015 +0000
> URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a94bb3a
> 
> x11-wm/jwm:  bump to -2.3.2
> 
> patch to bump submitted in gentoo bug by 'wraeth' added as
> proxy maintainer under the proxy-maintainers herd in metadata
> 
> Gentoo bug: #562462
> 
> Package-Manager: portage-2.2.20.1
> 
>  x11-wm/jwm/Manifest         |  1 +
>  x11-wm/jwm/jwm-2.3.2.ebuild | 66 
> +++++++++++++++++++++++++++++++++++++++++++++
>  x11-wm/jwm/metadata.xml     |  7 ++++-
>  3 files changed, 73 insertions(+), 1 deletion(-)

[...]

> diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild
> new file mode 100644
> index 0000000..6263aef
> --- /dev/null
> +++ b/x11-wm/jwm/jwm-2.3.2.ebuild
> @@ -0,0 +1,66 @@
> +# Copyright 1999-2013 Gentoo Foundation
> +# Distributed under the terms of the GNU General Public License v2
> +# $Id$
> +

Incorrect header

> +EAPI=4

Why not EAPI=5?

> +inherit eutils
> +
> +DESCRIPTION="Very fast and lightweight still powerful window manager for X"
> +HOMEPAGE="http://joewing.net/programs/jwm/";
> +SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz";
> +
> +LICENSE="GPL-2"
> +SLOT="0"
> +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
> +IUSE="bidi debug jpeg png truetype xinerama xpm"
> +
> +RDEPEND="xpm? ( x11-libs/libXpm )
> +     xinerama? ( x11-libs/libXinerama )
> +     x11-libs/libXext
> +     x11-libs/libXrender
> +     x11-libs/libXau
> +     x11-libs/libXdmcp
> +     truetype? ( x11-libs/libXft )
> +     png? ( media-libs/libpng )

missng slot

> +     jpeg? ( virtual/jpeg )

missing slot

> +     bidi? ( dev-libs/fribidi )
> +     dev-libs/expat"
> +DEPEND="${RDEPEND}
> +     x11-proto/xproto
> +     x11-proto/xextproto
> +     xinerama? ( x11-proto/xineramaproto )"
> +

[...]

> +
> +src_install() {
> +     dodir /usr/bin
> +     dodir /etc
> +     dodir /usr/share/man
> +     emake BINDIR="${D}/usr/bin" SYSCONF="${D}/etc" \
> +             MANDIR="${D}/usr/share/man" install
> +     rm "${D}"/etc/system.jwmrc
> +
> +     echo "#!/bin/sh" > jwm
> +     echo "exec /usr/bin/jwm" >> jwm

looks like you want 'make_wrapper' from eutils.eclass

[...]

Reply via email to