app-misc/stopwatch - 3.5 (tezeta)

Search

Package Information

Description:
Graphical stopwatch with optional countdown and millisecond accuracy
Homepage:
http://expect.sourceforge.net/stopwatch/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
3.5 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

DESCRIPTION="Graphical stopwatch with optional countdown and millisecond accuracy"
HOMEPAGE="http://expect.sourceforge.net/stopwatch/"
SRC_URI="http://expect.sourceforge.net/$PN/$PN.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="
	dev-lang/tcl
	dev-lang/tk"
RDEPEND="${DEPEND}"

# directory name in tarball is not consistent with package version
MY_PV="3.4"
S="${WORKDIR}/${PN}-${MY_PV}"

PATCHES=(
	"${FILESDIR}/${P}-shebang.patch"
	"${FILESDIR}/${P}-fix-broken-links.patch"
)

src_prepare() {
	default
}

src_install() {
	dobin stopwatch
	dodoc HISTORY README index.html
}

Dependencies

DEPEND

	dev-lang/tcl
	dev-lang/tk

RDEPEND

	dev-lang/tcl
	dev-lang/tk

Manifest for 3.5

Type File Size Source URLs
DIST stopwatch.tar.gz 7962 bytes http://expect.sourceforge.net/stopwatch-3.5N/stopwatch-3.5N.tar.gz