www-servers/adsf-live - 1.5.0 (graaff)

Search

Install

Install this version:

emerge -a =www-servers/adsf-live-1.5.0

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

autounmask =www-servers/adsf-live-1.5.0

Or alternatively:

emerge --autounmask-write -a =www-servers/adsf-live-1.5.0

Package Information

Description:
Automatically reloads when changes are detected
Homepage:
https://github.com/denisdefreyne/adsf
License:
MIT

Ebuild Details

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

EAPI=8
USE_RUBY="ruby31 ruby32"

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Automatically reloads when changes are detected"
HOMEPAGE="https://github.com/denisdefreyne/adsf"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

RESTRICT="test"

ruby_add_rdepend "
	>=www-servers/adsf-1.3:0
	>=dev-ruby/em-websocket-0.5:0
	>=dev-ruby/eventmachine-1.2:0
	dev-ruby/listen:3
	>=dev-ruby/rack-livereload-0.3:0
"

USE Flags

Manage flags for this package: euse -i <flag> -p www-servers/adsf-live | euse -E <flag> -p www-servers/adsf-live | euse -D <flag> -p www-servers/adsf-live

Global/Standard Flags

Inherited Eclasses