summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/timestamp/ChangeLog7
-rw-r--r--app-misc/timestamp/timestamp-1.1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/timestamp/ChangeLog b/app-misc/timestamp/ChangeLog
index 8a84934a05c5..cd97f7041e24 100644
--- a/app-misc/timestamp/ChangeLog
+++ b/app-misc/timestamp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/timestamp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/ChangeLog,v 1.8 2008/10/29 16:15:59 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/ChangeLog,v 1.9 2011/01/05 16:37:42 jlec Exp $
+
+ 05 Jan 2011; Justin Lecher <jlec@gentoo.org> timestamp-1.1.ebuild:
+ Some Clean up
29 Oct 2008; Peter Volkov <pva@gentoo.org> timestamp-1.1.ebuild:
timestamp and sys-apps/moreutils have collisions, added blocker, bug
diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild
index 53e1c472e9f4..44aad3c41810 100644
--- a/app-misc/timestamp/timestamp-1.1.ebuild
+++ b/app-misc/timestamp/timestamp-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.6 2008/10/29 16:15:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/timestamp/timestamp-1.1.ebuild,v 1.7 2011/01/05 16:37:42 jlec Exp $
DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95"
@@ -12,8 +12,9 @@ KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="!sys-apps/moreutils"
+RDEPEND="${DEPEND}"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog
+ dodoc ChangeLog || die
}