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 2BE8F138334 for ; Thu, 7 Feb 2019 11:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15234E09AB; Thu, 7 Feb 2019 11:58:56 +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 E8550E09AB for ; Thu, 7 Feb 2019 11:58:55 +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 EA738335D61 for ; Thu, 7 Feb 2019 11:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 885B4538 for ; Thu, 7 Feb 2019 11:58:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549540725.777d81fa4b91f644d1496345b4c98177b133c713.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ide-smart/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ide-smart/ide-smart-1.4-r1.ebuild X-VCS-Directories: app-admin/ide-smart/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 777d81fa4b91f644d1496345b4c98177b133c713 X-VCS-Branch: master Date: Thu, 7 Feb 2019 11:58:53 +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: 911ab931-05d3-45c7-a7fb-66ce6d8e9daf X-Archives-Hash: 0553c597605efc0ce9feae6fa0aac9d7 commit: 777d81fa4b91f644d1496345b4c98177b133c713 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Feb 7 11:58:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Feb 7 11:58:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777d81fa app-admin/ide-smart: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-admin/ide-smart/ide-smart-1.4-r1.ebuild | 35 ----------------------------- 1 file changed, 35 deletions(-) diff --git a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild b/app-admin/ide-smart/ide-smart-1.4-r1.ebuild deleted file mode 100644 index 5ffb6e04cbb..00000000000 --- a/app-admin/ide-smart/ide-smart-1.4-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="A tool to read SMART information from harddiscs" -HOMEPAGE="http://www.linalco.com/comunidad.html http://www.linux-ide.org/smart.html" -SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -PATCHES=( "${FILESDIR}"/${PN}-1.4-fix-build-system.patch ) - -src_prepare() { - default - - # yes, the tarball includes pre-compiled - # object files and binaries - rm ${PN}{,.o} || die -} - -src_configure() { - tc-export CC -} - -src_install() { - dobin ide-smart - doman ide-smart.8 - einstalldocs -}