www-apps/mirmon - 2.11 (gentoo)

Search

Install

Install this version:

emerge -a =www-apps/mirmon-2.11

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

autounmask =www-apps/mirmon-2.11

Or alternatively:

emerge --autounmask-write -a =www-apps/mirmon-2.11

Package Information

Description:
Simple webapp to monitor the status of mirrors
Homepage:
http://www2.projects.science.uu.nl/csg/mirmon/mirmon.html
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit webapp
WEBAPP_MANUAL_SLOT="yes"

DESCRIPTION="Simple webapp to monitor the status of mirrors"
# The author has passed away: https://www.apache.org/memorials/henk_penning.html
HOMEPAGE="http://www2.projects.science.uu.nl/csg/mirmon/mirmon.html"
SRC_URI="mirror://debian/pool/main/m/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND=">=dev-lang/perl-5.8.5-r2:0"
RDEPEND="${DEPEND}
	dev-perl/File-Tempdir
	dev-perl/Socket6"

PATCHES=(
	"${FILESDIR}/2.11-Add-ipv6-monitor-support-to-mirmon.patch"
	"${FILESDIR}/2.11-Fix-options.patch"
)

src_install() {
	# Don't install empty dirs
	MY_CGIBINDIR=""
	MY_ICONSDIR=""
	MY_ERRORSDIR=""

	webapp_src_preinst

	for file in mirmon.html mirmon.txt; do
		dodoc ${file}
		rm -f ${file}
	done
	cp -R icons "${D}"/${MY_HTDOCSDIR}
	rm -rf icons
	cp -R . "${D}"/${MY_HOSTROOTDIR}

	webapp_src_install
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
debian

Dependencies

DEPEND

>=dev-lang/perl-5.8.5-r2:0

RDEPEND

>=dev-lang/perl-5.8.5-r2:0
	dev-perl/File-Tempdir
	dev-perl/Socket6

Manifest for 2.11

Type File Size Source URLs
DIST mirmon-2.11.tar.gz 67630 bytes mirror://debian/pool/main/m/mirmon/mirmon_2.11.orig.tar.gz