net-proxy/opera-proxy - 1.15.0 (guru)

Search

Install

Install this version:

emerge -a =net-proxy/opera-proxy-1.15.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-proxy/opera-proxy-1.15.0

Or alternatively:

emerge --autounmask-write -a =net-proxy/opera-proxy-1.15.0

Package Information

Description:
Standalone Opera VPN proxies client
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
MIT BSD BSD-2 MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.15.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Standalone Opera VPN proxies client"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://github.com/gentoo-golang-dist/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz"

LICENSE="MIT"
# Go dependency licenses
LICENSE+=" BSD BSD-2 MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	ego build -o opera-proxy
}

src_install() {
	dobin opera-proxy
	einstalldocs

	newinitd "${FILESDIR}"/opera-proxy.initd opera-proxy
}

Inherited Eclasses

Manifest for 1.15.0

Type File Size Source URLs
DIST opera-proxy-1.15.0-vendor.tar.xz 203136 bytes https://github.com/gentoo-golang-dist/opera-proxy/releases/download/v1.15.0/opera-proxy-1.15.0-vendor.tar.xz
DIST opera-proxy-1.15.0.tar.gz 23465 bytes https://github.com/gentoo-golang-dist/opera-proxy/archive/refs/tags/v1.15.0.tar.gz