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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1436158089 for ; Sun, 1 Oct 2023 18:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 475902BC135; Sun, 1 Oct 2023 18:15:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E9FF2BC135 for ; Sun, 1 Oct 2023 18:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C62F335C67 for ; Sun, 1 Oct 2023 18:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8AF921 for ; Sun, 1 Oct 2023 18:15:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1696184081.4d3089966095626be20359f1aafbdb38e345bbb1.asturm@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-r2.ebuild X-VCS-Directories: app-admin/ide-smart/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d3089966095626be20359f1aafbdb38e345bbb1 X-VCS-Branch: master Date: Sun, 1 Oct 2023 18:15:02 +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: d9778595-571c-4300-9832-e011b5b2d77c X-Archives-Hash: 7931c5c9744c80be39f7263fe9549680 commit: 4d3089966095626be20359f1aafbdb38e345bbb1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 1 18:12:47 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 1 18:14:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d308996 app-admin/ide-smart: drop 1.4-r2 Bug: https://bugs.gentoo.org/914845 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/ide-smart/ide-smart-1.4-r2.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild b/app-admin/ide-smart/ide-smart-1.4-r2.ebuild deleted file mode 100644 index b064d1e5e222..000000000000 --- a/app-admin/ide-smart/ide-smart-1.4-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="" - -src_compile() { - $(tc-getCC) ${CFLAGS} -Wall ${LDFLAGS} -o ${PN} ${PN}.c || die "compile" -} - -src_install() { - dobin ide-smart - doman ide-smart.8 - dodoc README -}