app-crypt/reop - 2.1.1 (guru)

Search

Install

Install this version:

emerge -a =app-crypt/reop-2.1.1

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

autounmask =app-crypt/reop-2.1.1

Or alternatively:

emerge --autounmask-write -a =app-crypt/reop-2.1.1

Package Information

Description:
reasonable expectation of privacy
Homepage:
https://flak.tedunangst.com/post/reop
License:
ISC

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="reasonable expectation of privacy"
HOMEPAGE="https://flak.tedunangst.com/post/reop"
# Ted Unangst infra has been down since early 2026, own copy, same checksum
SRC_URI="https://distfiles.hacktivis.me/releases/reop/${P}.tgz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="dev-libs/libsodium:="
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}/reop-2.1.1-base64-function-signatures.patch"
	"${FILESDIR}/reop-2.1.1-bcrypt_hash-cdata-sizeof.patch"
)

src_compile() {
	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
}

src_test() {
	cd ./tests || die
	sh ./test.sh || die
	cd .. || die
}
src_install() {
	dobin reop
	doman reop.1
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/libsodium:=

RDEPEND

dev-libs/libsodium:=

Manifest for 2.1.1

Type File Size Source URLs
DIST reop-2.1.1.tgz 32533 bytes https://distfiles.hacktivis.me/releases/reop/reop-2.1.1.tgz