sys-apps/agedu - 20211129 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/agedu-20211129

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

autounmask =sys-apps/agedu-20211129

Or alternatively:

emerge --autounmask-write -a =sys-apps/agedu-20211129

Package Information

Description:
A utility for tracking down wasted disk space
Homepage:
https://www.chiark.greenend.org.uk/~sgtatham/agedu/
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake

# agedu-20151213.59b0ed3.ebuild is not a legitimate name
# so we'll drop versionator and just set MY_P manually.
MY_P="${PN}"-$(ver_cut 1).8cd63c5

DESCRIPTION="A utility for tracking down wasted disk space"
HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/agedu/"
SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/agedu/${MY_P}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

BDEPEND="doc? ( app-text/halibut )"

# Notes:
# - IPv4 / IPv6 are still optional but enabled by default; they don't
# use the normal option() but it's (from CMakeLists.txt):
#  set(AGEDU_IPV6 ON
#    CACHE BOOL "Build agedu with IPv6 support if possible")
#  set(AGEDU_IPV4 ON
#    CACHE BOOL "Build agedu with IPv4 support if possible")

PATCHES=(
	"${FILESDIR}"/${PN}-20211129-fix-automagic-halibut-docs.patch
)

src_configure() {
	local mycmakeargs=(
		-DBUILD_DOCS=$(usex doc)
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/agedu | euse -E <flag> -p sys-apps/agedu | euse -D <flag> -p sys-apps/agedu

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

BDEPEND

doc? ( app-text/halibut )

Manifest for 20211129

Type File Size Source URLs
DIST agedu-20211129.tar.gz 92346 bytes https://www.chiark.greenend.org.uk/~sgtatham/agedu/agedu.tar.gz