runit-service/service-docker - 2.0.1 (powerman)

Search

Install

Install this version:

emerge -a =runit-service/service-docker-2.0.1

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

autounmask =runit-service/service-docker-2.0.1

Or alternatively:

emerge --autounmask-write -a =runit-service/service-docker-2.0.1

Package Information

Description:
Service for app-emulation/docker
Homepage:
http://powerman.name/RTFM/runit.html
License:
public-domain

Ebuild Details

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

EAPI=8

DESCRIPTION="Service for app-emulation/docker"
HOMEPAGE="http://powerman.name/RTFM/runit.html"
SRC_URI="http://powerman.name/download/Gentoo/${P}.tgz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="runit-service/setupservices"
RDEPEND=">=sys-process/runit-2.1.2-r1
	app-containers/docker"

src_install() {
	cp -a * "${D}"
	for d in var/log/*/{,*/}; do
		fowners log:root /"$d"
		fperms 0750 /"$d"
	done
}

Dependencies

DEPEND

runit-service/setupservices

RDEPEND

>=sys-process/runit-2.1.2-r1
	app-containers/docker

Manifest for 2.0.1

Type File Size Source URLs
DIST service-docker-2.0.1.tgz 441 bytes http://powerman.name/download/Gentoo/service-docker-2.0.1.tgz