net-misc/ipv6-config-update - 0.1.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =net-misc/ipv6-config-update-0.1.2

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

autounmask =net-misc/ipv6-config-update-0.1.2

Or alternatively:

emerge --autounmask-write -a =net-misc/ipv6-config-update-0.1.2

Package Information

Description:
Update IPv6 CIDR in config files and restart relevant systemd units.
Homepage:
https://github.com/Tatsh/ipv6-config-update
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Update IPv6 CIDR in config files and restart relevant systemd units."
HOMEPAGE="https://github.com/Tatsh/ipv6-config-update"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="split-usr"

DEPEND="dev-qt/qtbase:6[dbus,network]
	!split-usr? ( sys-apps/systemd )"
RDEPEND="${DEPEND}"

pkg_pretend() {
	if use split-usr; then
		die "This package only supports merged-usr with systemd."
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-misc/ipv6-config-update | euse -E <flag> -p net-misc/ipv6-config-update | euse -D <flag> -p net-misc/ipv6-config-update

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-qt/qtbase:6[dbus,network]
	!split-usr? ( sys-apps/systemd )

RDEPEND

dev-qt/qtbase:6[dbus,network]
	!split-usr? ( sys-apps/systemd )

Manifest for 0.1.2

Type File Size Source URLs
DIST ipv6-config-update-0.1.2.tar.gz 1296643 bytes https://github.com/Tatsh/ipv6-config-update/archive/refs/tags/v0.1.2.tar.gz