From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CE5C1382C5 for ; Sun, 29 Apr 2018 11:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBDF6E053C; Sun, 29 Apr 2018 11:44:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C76E1E053C for ; Sun, 29 Apr 2018 11:44:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FAA4335C9B for ; Sun, 29 Apr 2018 11:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF38B29F for ; Sun, 29 Apr 2018 11:44:21 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1525002205.917d2b87d9aca981b1ef3194c43a314ceff4dca3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timestamp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/timestamp/timestamp-1.1.ebuild X-VCS-Directories: app-misc/timestamp/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 917d2b87d9aca981b1ef3194c43a314ceff4dca3 X-VCS-Branch: master Date: Sun, 29 Apr 2018 11:44:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f8d9e33-6dcf-471c-ad9b-44381109d7c2 X-Archives-Hash: 4d928332361168a35c20584549f3d152 commit: 917d2b87d9aca981b1ef3194c43a314ceff4dca3 Author: Patrice Clement gentoo org> AuthorDate: Sun Apr 29 11:42:35 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Apr 29 11:43:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917d2b87 app-misc/timestamp: clean up old. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-misc/timestamp/timestamp-1.1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/app-misc/timestamp/timestamp-1.1.ebuild b/app-misc/timestamp/timestamp-1.1.ebuild deleted file mode 100644 index 124854a3311..00000000000 --- a/app-misc/timestamp/timestamp-1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -}