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 CCD51139085 for ; Fri, 3 Feb 2017 10:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB9921C082; Fri, 3 Feb 2017 10:36:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9F9721C082 for ; Fri, 3 Feb 2017 10:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27B2B341026 for ; Fri, 3 Feb 2017 10:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908213B8E for ; Fri, 3 Feb 2017 10:36:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1486118166.15e608f6c5c2d6a43e245ee1e7f73eb09988ba2f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hdrecover/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/hdrecover/Manifest sys-block/hdrecover/hdrecover-0.4.ebuild X-VCS-Directories: sys-block/hdrecover/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 15e608f6c5c2d6a43e245ee1e7f73eb09988ba2f X-VCS-Branch: master Date: Fri, 3 Feb 2017 10:36:18 +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: e1324dbc-b817-4873-8959-25901d01cf72 X-Archives-Hash: 3b5f0f8b074df625b11473aff409a74e commit: 15e608f6c5c2d6a43e245ee1e7f73eb09988ba2f Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 3 10:35:45 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 3 10:36:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e608f6 sys-block/hdrecover: remove 0.4 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-block/hdrecover/Manifest | 1 - sys-block/hdrecover/hdrecover-0.4.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/sys-block/hdrecover/Manifest b/sys-block/hdrecover/Manifest index 4f8e1a9..aa938ab 100644 --- a/sys-block/hdrecover/Manifest +++ b/sys-block/hdrecover/Manifest @@ -1,2 +1 @@ -DIST hdrecover-0.4.tar.gz 85409 SHA256 609a0755dbda744e3dc89bffd1c673fd5c370448aa43e426d90ff35faa74a20d SHA512 280fb7b92172b3f92d358744d093e17462e2b118d2bcd7707cb9e1ceaf89010d565f60d490d8fc247887b6189fc76adbefd8d4aedce452e402d09fdde38a130e WHIRLPOOL 842384aad30072d9ea6ff5ff3991a19664a1d2c349c04310d2083e2b0837066f7d255b475da79521b98735a9fe7c5cd6a5ff750993e2a68872ec64bd458e940e DIST hdrecover-0.5.tar.gz 86486 SHA256 5daa11caaa8c597778a4a7a76b022372ddb315a90c527405972a2380668ad3f8 SHA512 515bc59e1e936b7c22bbd99da9e25020968e0801fe490abaa09a5e5d72cf26427e829e8412e5bf44fafb2875ac81142db15d1f55d5462708f41882633c09df5e WHIRLPOOL 466173e3affd4a0486d7ac90beebb61131f6844d4c9c70fe9acf4a70265b385211470430b0b809e379123c71128a63458d0a546c6155a5c06fcf5bdb045ab338 diff --git a/sys-block/hdrecover/hdrecover-0.4.ebuild b/sys-block/hdrecover/hdrecover-0.4.ebuild deleted file mode 100644 index 9170a7e..00000000 --- a/sys-block/hdrecover/hdrecover-0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Attempts to recover a hard disk that has bad blocks on it" -HOMEPAGE="http://hdrecover.sourceforge.net/" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_configure() { - # we don't want the command to be visible to non-root users. - econf --bindir=/usr/sbin -}