Install this version:
emerge -a =dev-gaclibs/github-api-0.0-r20150331
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-gaclibs/github-api-0.0-r20150331
Or alternatively:
emerge --autounmask-write -a =dev-gaclibs/github-api-0.0-r20150331
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
KEYWORDS="amd64 ~x86 ~ppc"
inherit dotnet
DESCRIPTION="C# API for github, based on RestSharp"
LICENSE="MIT"
PROJECTNAME="Git.hub"
HOMEPAGE="https://github.com/gitextensions/${PROJECTNAME}"
EGIT_COMMIT="46304b521bb26414a9f1e998a315cd35039a4837"
SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}-${PR}.zip"
SLOT="0"
IUSE="debug"
RDEPEND="
>=dev-lang/mono-3.0
"
DEPEND="${RDEPEND}
"
src_prepare() {
einfo "preparing"
}
src_configure() {
einfo "configuring"
}
src_compile() {
einfo "compiling"
}
src_install() {
einfo "installing"
}
Manage flags for this package:
euse -i <flag> -p dev-gaclibs/github-api |
euse -E <flag> -p dev-gaclibs/github-api |
euse -D <flag> -p dev-gaclibs/github-api
>=dev-lang/mono-3.0
>=dev-lang/mono-3.0