Install this version:
emerge -a =runit-service/service-x-2.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =runit-service/service-x-2.1.1
Or alternatively:
emerge --autounmask-write -a =runit-service/service-x-2.1.1
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Service for Xorg"
HOMEPAGE="http://powerman.name/RTFM/runit.html"
SRC_URI="http://powerman.name/download/Gentoo/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="runit-service/setupservices"
RDEPEND=">=sys-process/runit-2.1.2-r1
runit-service/service-agetty
runit-service/service-dbus
runit-service/service-elogin
x11-apps/xinit
x11-misc/slim"
src_install() {
cp -a * "${D}"
}
runit-service/setupservices
>=sys-process/runit-2.1.2-r1 runit-service/service-agetty runit-service/service-dbus runit-service/service-elogin x11-apps/xinit x11-misc/slim
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | service-x-2.1.1.tgz | 359 bytes | http://powerman.name/download/Gentoo/service-x-2.1.1.tgz |