sys-apps/myov-mainstation-meta - 0 (myov)

Search

Install

Install this version:

emerge -a =sys-apps/myov-mainstation-meta-0

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

autounmask =sys-apps/myov-mainstation-meta-0

Or alternatively:

emerge --autounmask-write -a =sys-apps/myov-mainstation-meta-0

Package Information

Description:
Meta package for server/workstation with a feeling of a mainframe
Homepage:
https://gitlab.com/xgqt/myov/
License:
metapackage

Ebuild Details

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

EAPI=8

DESCRIPTION="Meta package for server/workstation with a feeling of a mainframe"
HOMEPAGE="https://gitlab.com/xgqt/myov/"

LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gui +postgres +server"
RESTRICT="bindist"

RDEPEND="
	app-antivirus/clamav
	app-containers/incus
	app-emulation/qemu
	app-misc/mc
	app-misc/uptimed

	dev-lang/bas
	dev-lang/quickjs
	dev-util/0xtools
	dev-util/perf

	net-firewall/firewalld[gui?]
	net-misc/rclone

	sys-fs/btrfs-progs

	|| (
		dev-lang/oorexx
		dev-lang/regina-rexx
	)

	gui? (
		app-antivirus/clamtk

		|| (
			games-emulation/dosbox-staging
			games-emulation/dosbox
		)
	)
	postgres? (
		dev-db/pg_top
		dev-db/phppgadmin
	)
	server? (
		dev-lang/php[apache2]
		www-apps/phpsysinfo
	)
"

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/myov-mainstation-meta | euse -E <flag> -p sys-apps/myov-mainstation-meta | euse -D <flag> -p sys-apps/myov-mainstation-meta

Global/Standard Flags

gui
postgres
Default: Enabled (+)
server
Default: Enabled (+)

Dependencies

RDEPEND

	app-antivirus/clamav
	app-containers/incus
	app-emulation/qemu
	app-misc/mc
	app-misc/uptimed

	dev-lang/bas
	dev-lang/quickjs
	dev-util/0xtools
	dev-util/perf

	net-firewall/firewalld[gui?]
	net-misc/rclone

	sys-fs/btrfs-progs

	|| (
		dev-lang/oorexx
		dev-lang/regina-rexx
	)

	gui? (
		app-antivirus/clamtk

		|| (
			games-emulation/dosbox-staging
			games-emulation/dosbox
		)
	)
	postgres? (
		dev-db/pg_top
		dev-db/phppgadmin
	)
	server? (
		dev-lang/php[apache2]
		www-apps/phpsysinfo
	)