mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 11:31:13 +01:00
Added "reredirect". Works fine.
Signed-off-by: kuratsune <lightmynx@free.fr>
This commit is contained in:
parent
ae8f0441ef
commit
4e153a3fd9
1
dev-util/reredirect/Manifest
Normal file
1
dev-util/reredirect/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD reredirect-9999.ebuild 532 BLAKE2B 3a86e17c98d95bbeefd4ae27508e856740b332ed54d85ab2c09d50d6d5130807637274e7d4dce9b1aaeebc0ea543b59413c7071ac6c38ab57ca84c31d20b0e3a SHA512 63ffe642ff07bac7e1ba713170bc45f68b980d3556eb4c97666010bffe0bfbd9eb36356a71aa016a87ba059984825b37b27e41ac5aa8fd3b818b90236c868afe
|
23
dev-util/reredirect/reredirect-9999.ebuild
Normal file
23
dev-util/reredirect/reredirect-9999.ebuild
Normal 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"
|
Loading…
Reference in New Issue
Block a user