Introduce new restrictions for all packages in this overlay

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki
2026-04-10 20:26:24 -03:00
parent e997c73604
commit 4598744587
10 changed files with 19 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ RDEPEND="${DEPEND}"
DOCS=( COPYING README.md kanako.conf.example )
RESTRICT="mirror"
src_compile() {
mandoc -T man < kanako.mdoc > kanako.1
mandoc -T man < kanako.conf.mdoc > kanako.conf.5

View File

@@ -19,3 +19,5 @@ BDEPEND="${DEPEND}"
RDEPEND="${DEPEND}"
IUSE="ocamlopt"
RESTRICT="mirror"

View File

@@ -15,3 +15,5 @@ KEYWORDS="~amd64"
IUSE="ocamlopt"
S="${WORKDIR}/${PN}"
RESTRiCT="mirror"

View File

@@ -18,6 +18,8 @@ DEPEND="
gnupg? ( app-crypt/gnupg )
"
RESTRICT="mirror"
src_compile() {
emake
}

View File

@@ -14,7 +14,7 @@ LICENSE="mplus-fonts"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE=""
RESTRICT="binchecks strip"
RESTRICT="binchecks strip mirror"
BDEPEND="x11-apps/mkfontscale"
FONT_SUFFIX="ttf"

View File

@@ -76,6 +76,8 @@ RDEPEND="
x11-libs/pixman
"
RESTRICT="mirror"
src_install() {
if use amd64; then
cd deltachat-desktop-${PV} || die

View File

@@ -26,6 +26,8 @@ BDEPEND="
DEPEND="${RDEPEND}"
RESTRICT="mirror"
src_compile() {
ego build -o bin/${PN}
}

View File

@@ -26,6 +26,8 @@ KEYWORDS="amd64 x86"
IUSE="lite"
S="${WORKDIR}/${PN}"
RESTRICT="mirror"
src_compile() {
if use lite; then
emake build-lite

View File

@@ -24,3 +24,5 @@ RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
RESTRICT="mirror"

View File

@@ -71,6 +71,8 @@ QA_PREBUILT="
opt/basilisk/icons/*
"
RESTRICT="mirror strip"
src_install() {
cd ${BASILISK_PN} || die
rm -r "${S}/${BASILISK_PN}/gtk2"