parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 86739ed6836e9fce5996cdc7087bfdd0f57849ac
parent 880246f1a5ed89cb82e07bdeca40817ee2cc96d0
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 12 Nov 2016 17:44:57 +0100

x11-libs/libwm;x11-misc/wmutils: Add 9999

Diffstat:
Ax11-libs/libwm/libwm-9999.ebuild | 24++++++++++++++++++++++++
Ax11-misc/wmutils/wmutils-9999.ebuild | 24++++++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/x11-libs/libwm/libwm-9999.ebuild b/x11-libs/libwm/libwm-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="A small library for X window manipulation" +HOMEPAGE="https://github.com/wmutils/libwm" +EGIT_REPO_URI="https://github.com/wmutils/libwm.git" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -e 's:/usr/local:/usr:' -i config.mk +} diff --git a/x11-misc/wmutils/wmutils-9999.ebuild b/x11-misc/wmutils/wmutils-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Set of window manipulation tools" +HOMEPAGE="https://github.com/wmutils/core" +EGIT_REPO_URI="https://github.com/wmutils/core" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/libwm" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -e 's:^MANPREFIX.*:MANPREFIX = $(PREFIX)/share/man:' -i config.mk +}