sys-apps/merge-usr - 7 (gentoo)

Search

Package Information

Description:
Script to migrate from split-usr to merged-usr
Homepage:
https://github.com/floppym/merge-usr
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
7 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1

DESCRIPTION="Script to migrate from split-usr to merged-usr"
HOMEPAGE="https://github.com/floppym/merge-usr"
SRC_URI="https://github.com/floppym/merge-usr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="${PYTHON_DEPS}"
RDEPEND="${PYTHON_DEPS}"

src_install() {
	python_doscript merge-usr
}

Dependencies

RDEPEND

${PYTHON_DEPS}

BDEPEND

${PYTHON_DEPS}

Manifest for 7

Type File Size Source URLs
DIST merge-usr-7.tar.gz 9518 bytes https://github.com/floppym/merge-usr/archive/refs/tags/v7.tar.gz