Install this version:
emerge -a =net-proxy/MTProxy-3.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/MTProxy-3.0.4
Or alternatively:
emerge --autounmask-write -a =net-proxy/MTProxy-3.0.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.4 | 8 | ~amd64 | 0 |
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Community fork of MTProxy"
HOMEPAGE="https://github.com/GetPageSpeed/MTProxy"
SRC_URI="https://github.com/GetPageSpeed/MTProxy/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/openssl
virtual/zlib:=
"
RDEPEND="${DEPEND}"
PATCHES="
${FILESDIR}/${P}-adjust_flags.patch
${FILESDIR}/${P}-no_implicit_func.patch
"
src_install() {
dobin objs/bin/mtproto-proxy
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | MTProxy-3.0.4.gh.tar.gz | 197035 bytes | https://github.com/GetPageSpeed/MTProxy/archive/refs/tags/3.0.4.tar.gz |