diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-05 16:37:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-05 16:37:42 +0000 |
commit | 9cb79371fea17311438a899b8a8013696394f7cd (patch) | |
tree | 356006d4f9854da7816839cf04d4d8e1e250d042 /app-misc | |
parent | Some Clean up, removed old (diff) | |
download | gentoo-2-9cb79371fea17311438a899b8a8013696394f7cd.tar.gz gentoo-2-9cb79371fea17311438a899b8a8013696394f7cd.tar.bz2 gentoo-2-9cb79371fea17311438a899b8a8013696394f7cd.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/timestamp/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/timestamp/timestamp-1.1.ebuild | 7 |
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 } |