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 6F374138334 for ; Wed, 11 Dec 2019 20:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62298E086F; Wed, 11 Dec 2019 20:53:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4917AE086F for ; Wed, 11 Dec 2019 20:53:51 +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 E618034D952 for ; Wed, 11 Dec 2019 20:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579A88B1 for ; Wed, 11 Dec 2019 20:53:47 +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: <1576097620.162a898792a89ccb15c7fb845013bfa0801d7b6f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cstream/cstream-3.1.1.ebuild X-VCS-Directories: app-misc/cstream/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 162a898792a89ccb15c7fb845013bfa0801d7b6f X-VCS-Branch: master Date: Wed, 11 Dec 2019 20:53:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47e109fc-00d2-4671-9f3b-5c58c5de1c7a X-Archives-Hash: 56da1e3b1a7edd4e479ac8131e9ebdb8 commit: 162a898792a89ccb15c7fb845013bfa0801d7b6f Author: Patrice Clement gentoo org> AuthorDate: Wed Dec 11 20:44:13 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Dec 11 20:53:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162a8987 app-misc/cstream: clean up old. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement gentoo.org> app-misc/cstream/cstream-3.1.1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-misc/cstream/cstream-3.1.1.ebuild b/app-misc/cstream/cstream-3.1.1.ebuild deleted file mode 100644 index 17353ea486d..00000000000 --- a/app-misc/cstream/cstream-3.1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -AT_M4DIR="auxdir" -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="general-purpose stream-handling tool like UNIX dd" -HOMEPAGE="http://www.cons.org/cracauer/cstream.html" -SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -src_prepare() { - # this file does not regenerated automatically by autotools-utils eclass - rm auxdir/missing || die 'failed to remove auxdir/missing' - - autotools-utils_src_prepare -}