commit: 28cae8ca06b4a5f010f06f8a01f1946f7ae684b2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Oct 21 16:45:32 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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" -}