Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/
Date: Sun, 29 Apr 2018 11:44:25
Message-Id: 1525002205.917d2b87d9aca981b1ef3194c43a314ceff4dca3.monsieurp@gentoo
1 commit: 917d2b87d9aca981b1ef3194c43a314ceff4dca3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 11:42:35 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 11:43:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917d2b87
7
8 app-misc/timestamp: clean up old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-misc/timestamp/timestamp-1.1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild
16 deleted file mode 100644
17 index 124854a3311..00000000000
18 --- a/app-misc/timestamp/timestamp-1.1.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
25 -HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95"
26 -SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz"
27 -
28 -LICENSE="BSD"
29 -SLOT="0"
30 -KEYWORDS="amd64 ~ppc x86"
31 -IUSE=""
32 -
33 -DEPEND="!sys-apps/moreutils"
34 -RDEPEND="${DEPEND}"
35 -
36 -src_install() {
37 - make DESTDIR="${D}" install || die "make install failed"
38 - dodoc ChangeLog || die
39 -}