Added "reredirect". Works fine.

Signed-off-by: kuratsune <lightmynx@free.fr>
This commit is contained in:
kuratsune 2018-05-17 13:54:18 +02:00
parent ae8f0441ef
commit 4e153a3fd9
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD reredirect-9999.ebuild 532 BLAKE2B 3a86e17c98d95bbeefd4ae27508e856740b332ed54d85ab2c09d50d6d5130807637274e7d4dce9b1aaeebc0ea543b59413c7071ac6c38ab57ca84c31d20b0e3a SHA512 63ffe642ff07bac7e1ba713170bc45f68b980d3556eb4c97666010bffe0bfbd9eb36356a71aa016a87ba059984825b37b27e41ac5aa8fd3b818b90236c868afe

View File

@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools git-r3
DESCRIPTION="A tool to dynamically redirect standard outputs of a running program."
HOMEPAGE="https://github.com/jerome-pouiller/reredirect"
MY_AUTHOR="jerome-pouiller"
EGIT_REPO_URI="https://github.com/${MY_AUTHOR}/${PN}.git"
if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
KEYWORDS=""
else
EGIT_COMMIT="reredirect-${PV}"
KEYWORDS="~x86 ~amd64"
fi
LICENSE="MIT"
SLOT="0"