summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/timestamp')
-rw-r--r--app-misc/timestamp/Manifest1
-rw-r--r--app-misc/timestamp/metadata.xml5
-rw-r--r--app-misc/timestamp/timestamp-1.1.ebuild20
3 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/timestamp/Manifest b/app-misc/timestamp/Manifest
new file mode 100644
index 000000000000..e18d901112d6
--- /dev/null
+++ b/app-misc/timestamp/Manifest
@@ -0,0 +1 @@
+DIST timestamp-1.1.tar.gz 61578 SHA256 8bb39d7db691f995ddb4cb4320a9ca1c3c793ade6bb419e3b280b3e69c26ce70 SHA512 38952f40938e45e178e310dfc3b974c1974485614f4da7617790642f8594a4583e97ec056cb2f4fe2761d86d04595bc0d387312803bf95add929d48863fd6b9b WHIRLPOOL 4a8191a4649cc40246714b124a975cf56ec5376d3da7f250f75fb542c477cf2085da03ca2c11c5a37a6634eb2320229d019688bcc52d47ad0ad597bc7b760751
diff --git a/app-misc/timestamp/metadata.xml b/app-misc/timestamp/metadata.xml
new file mode 100644
index 000000000000..40149c995561
--- /dev/null
+++ b/app-misc/timestamp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>shell-tools</herd>
+</pkgmetadata>
diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild
new file mode 100644
index 000000000000..b723a0849701
--- /dev/null
+++ b/app-misc/timestamp/timestamp-1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+IUSE=""
+
+DEPEND="!sys-apps/moreutils"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog || die
+}