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 3B8771396D9 for ; Sat, 21 Oct 2017 16:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F982BC03B; Sat, 21 Oct 2017 16:52:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1145F2BC03B for ; Sat, 21 Oct 2017 16:52:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1D48A33C6B6 for ; Sat, 21 Oct 2017 16:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E2A833 for ; Sat, 21 Oct 2017 16:52:03 +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: <1508604716.28cae8ca06b4a5f010f06f8a01f1946f7ae684b2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cstream/Manifest app-misc/cstream/cstream-3.0.0.ebuild X-VCS-Directories: app-misc/cstream/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 28cae8ca06b4a5f010f06f8a01f1946f7ae684b2 X-VCS-Branch: master Date: Sat, 21 Oct 2017 16:52:03 +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: bb221a65-ace2-4c7c-9214-9983edd325d5 X-Archives-Hash: 7c99ea1f54aeea5ff2d15a420c139c8c commit: 28cae8ca06b4a5f010f06f8a01f1946f7ae684b2 Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 21 16:45:32 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 21 16:51:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cae8ca app-misc/cstream: clean up old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/cstream/Manifest | 1 - app-misc/cstream/cstream-3.0.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/app-misc/cstream/Manifest b/app-misc/cstream/Manifest index 03c01555a47..4c3d9fdb027 100644 --- a/app-misc/cstream/Manifest +++ b/app-misc/cstream/Manifest @@ -1,2 +1 @@ -DIST cstream-3.0.0.tar.gz 98286 SHA256 3261202434d22256bb55fbcbafdfda5fac84c9c1e5589ba2c4ded45d3dad9bfc SHA512 53d72766071b64c81f16531e894d88c2559524e539c92616737b4c7d32c268771db2657afa5e2ad62a778e9dabaf3529f83067a12824e499767e5e9cf5f07387 WHIRLPOOL 2caa8a1cf9dbe646dc5a385404b377af61992f4441d879497d1745ba4cbf67afb8606185af29cba62811ddbde8a6dbff242e1a18d3b4e0573b71ecdcab3092af DIST cstream-3.1.1.tar.gz 96609 SHA256 95ad4a41932edda121684eaed2435a11a26104c8193cffca0f892573acc095ae SHA512 8d6364da622711f6888fd221b2f36f5da23d2a562d5a797d58d7ef361415481de8ab9ae55ae856d47c2d0141d570e22a61ab0ce9954c043877196df168f2f43a WHIRLPOOL efebe40cf26b8defffc12ce2f6a280cc628b62314c50f22bbe73bd23bd7fa4f26484722e0c3d2b3de5d5d7828399660bcc12abdcd8be0e8a00f5b752db88df1b diff --git a/app-misc/cstream/cstream-3.0.0.ebuild b/app-misc/cstream/cstream-3.0.0.ebuild deleted file mode 100644 index 8b05f357d5b..00000000000 --- a/app-misc/cstream/cstream-3.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit autotools - -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" -IUSE="" - -src_prepare() { - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -}