diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-28 13:50:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-16 20:29:15 +0100 |
commit | 00c259e6b9948761842d52c101a1a76020c4165c (patch) | |
tree | aad2b28e8dd44b0ef2510019ce954fb1eafba051 /sys-apps/idle3-tools | |
parent | sys-apps/idle3-tools: bump to EAPI=7 (diff) | |
download | gentoo-00c259e6b9948761842d52c101a1a76020c4165c.tar.gz gentoo-00c259e6b9948761842d52c101a1a76020c4165c.tar.bz2 gentoo-00c259e6b9948761842d52c101a1a76020c4165c.zip |
sys-apps/idle3-tools: drop old version
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/idle3-tools')
-rw-r--r-- | sys-apps/idle3-tools/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild | 22 | ||||
-rw-r--r-- | sys-apps/idle3-tools/idle3-tools-0.9.3_pre20120123.ebuild | 20 |
3 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/idle3-tools/Manifest b/sys-apps/idle3-tools/Manifest index ce411a13007a..7be143d23537 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 d00992cea605..000000000000 --- 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 b59424aeb0aa..000000000000 --- 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 -} |