sys-fs/libldm - 0.2.5 (pkalin)

Search

Install

Install this version:

emerge -a =sys-fs/libldm-0.2.5

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

autounmask =sys-fs/libldm-0.2.5

Or alternatively:

emerge --autounmask-write -a =sys-fs/libldm-0.2.5

Package Information

Description:
Tool for managing windows's LDM partitions
Homepage:
https://github.com/mdbooth/libldm
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="Tool for managing windows's LDM partitions"
HOMEPAGE="https://github.com/mdbooth/libldm"
SRC_URI="https://github.com/mdbooth/${PN}/archive/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="
	>=sys-libs/zlib-1.2
	dev-libs/glib:2
	dev-libs/json-glib
	dev-util/gtk-doc
	sys-apps/util-linux
	sys-fs/lvm2"

inherit autotools flag-o-matic
PATCHES=(
	"${FILESDIR}/${P}_f0321d8.patch"
)

src_prepare() {
	default
	# Remove problematic LDFLAGS declaration
	sed -i -e 's/ -Werror//g' src/Makefile.am || die
	eautoreconf
	eapply_user
}

src_unpack() {
	unpack ${A}
	mv "libldm-${P}" "${P}"
}

Inherited Eclasses

Dependencies

DEPEND

	>=sys-libs/zlib-1.2
	dev-libs/glib:2
	dev-libs/json-glib
	dev-util/gtk-doc
	sys-apps/util-linux
	sys-fs/lvm2

Manifest for 0.2.5

Type File Size Source URLs
DIST libldm-0.2.5.tar.gz 252438 bytes https://github.com/mdbooth/libldm/archive/libldm-0.2.5.tar.gz