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 98177138334 for ; Sun, 16 Dec 2018 19:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E148E0CCD; Sun, 16 Dec 2018 19:30:38 +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 E5B8BE0CCD for ; Sun, 16 Dec 2018 19:30:37 +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 9972B335C03 for ; Sun, 16 Dec 2018 19:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB8EE4F7 for ; Sun, 16 Dec 2018 19:30:31 +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: <1544988555.00c259e6b9948761842d52c101a1a76020c4165c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/idle3-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/idle3-tools/Manifest sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123.ebuild X-VCS-Directories: sys-apps/idle3-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 00c259e6b9948761842d52c101a1a76020c4165c X-VCS-Branch: master Date: Sun, 16 Dec 2018 19:30:31 +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: 485d2479-d204-405a-b2fa-b14fae648bee X-Archives-Hash: cb64d9461609895aef3dd1782600e04f commit: 00c259e6b9948761842d52c101a1a76020c4165c Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 12:50:03 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 16 19:29:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c259e6 sys-apps/idle3-tools: drop old version Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-apps/idle3-tools/Manifest | 1 - sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild | 22 ---------------------- .../idle3-tools-0.9.3_pre20120123.ebuild | 20 -------------------- 3 files changed, 43 deletions(-) diff --git a/sys-apps/idle3-tools/Manifest b/sys-apps/idle3-tools/Manifest index ce411a13007..7be143d2353 100644 --- a/sys-apps/idle3-tools/Manifest +++ b/sys-apps/idle3-tools/Manifest @@ -1,2 +1 @@ -DIST idle3-tools-0.9.1.tgz 21201 BLAKE2B 07f8f5971e8ce48d7dbf793011ae3a9697b8d9abebeca430724d241991e0b3605790eee3b50ea035e699e955557b8225ec9b66eac74a435a106e09a768c6e610 SHA512 512991fad786684bd127f7ad3af94dcea4e28cd88d52221007436172725b8d2c0c2edd578c4c95bbcd425339ed664b9d81adbabbc2bb8a4a3ea71500e21db01e DIST idle3-tools-0.9.3_pre20120123.tar.bz2 19842 BLAKE2B 09095a1382e116c6171cf38c2d9cbdba32e38b3890f5169ed966b707bcd27f70e78efaef8c3500499fc261347c1cc228a8b39d910d719451cc11cc40fcb71b1a SHA512 309a6e500b71d64d569729f44b597fd218f983b9018373a4871a62137b32bd540524b757648fe9e873d949de772f26428cb82d16b367212e6d1fb592aa7bfbf1 diff --git a/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild b/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild deleted file mode 100644 index d00992cea60..00000000000 --- a/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit base toolchain-funcs - -DESCRIPTION="Read, Set or disable the idle3 timer of Western Digital drives" -HOMEPAGE="http://idle3-tools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="-Wall ${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} diff --git a/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123.ebuild b/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123.ebuild deleted file mode 100644 index b59424aeb0a..00000000000 --- a/sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit toolchain-funcs - -DESCRIPTION="Set, get or disable the value of the idle3 timer found on WD HDDs" -HOMEPAGE="http://idle3-tools.sourceforge.net/" -SRC_URI="https://www.bl4ckb0x.de/files/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -PATCHES=( "${FILESDIR}"/makefile.patch ) - -src_compile() { - CC="$(tc-getCC)" emake -}