games-vn/ad-nauseam-the-wrong-side - 1.2.14 (vimproved)

Search

Install

Install this version:

emerge -a =games-vn/ad-nauseam-the-wrong-side-1.2.14

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

autounmask =games-vn/ad-nauseam-the-wrong-side-1.2.14

Or alternatively:

emerge --autounmask-write -a =games-vn/ad-nauseam-the-wrong-side-1.2.14

Package Information

Description:
Did you wake up on the wrong side?
Homepage:
https://throwpup.itch.io/throwup-club
License:
all-rights-reserved

Ebuild Details

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

EAPI=8

RENPY_OVERRIDE_TITLE="Ad Nauseam - The Wrong Side"

inherit renpy

DESCRIPTION="Did you wake up on the wrong side?"
HOMEPAGE="https://throwpup.itch.io/throwup-club"
SRC_URI="
	AdNauseam-${PV}-linux.tar.bz2
	r18? ( AdNauseam-adult-patch.zip )
"
S="${WORKDIR}/AdNauseam-${PV}-linux/"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+r18"
RESTRICT="bindist fetch"

BDEPEND="app-arch/unzip"

src_prepare() {
	renpy_src_prepare

	# unused, causes compilation failure
	rm "game/Disc -/zoom_vp_examples.rpy" || die "rm failed"

	if use r18; then
		cp -r "${WORKDIR}/Adult Patch" game/ || die "cp failed"
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-vn/ad-nauseam-the-wrong-side | euse -E <flag> -p games-vn/ad-nauseam-the-wrong-side | euse -D <flag> -p games-vn/ad-nauseam-the-wrong-side

Global/Standard Flags

r18
Default: Enabled (+)

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip