summaryrefslogtreecommitdiff
path: root/app-misc/timestamp/timestamp-1.1-r2.ebuild
blob: 07b66665a0183d1c7d7565528e673d72387727b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95"
SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86"

RDEPEND="!sys-apps/moreutils"