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 03E69138359 for ; Thu, 24 Sep 2020 01:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 322C9E083B; Thu, 24 Sep 2020 01:06:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E154E083B for ; Thu, 24 Sep 2020 01:06:15 +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 075A1335DC7 for ; Thu, 24 Sep 2020 01:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B4A37F for ; Thu, 24 Sep 2020 01:06:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1600909556.d0a91d3e08d4bf30a5918a901ba61caef2ee0afc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cpulimit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cpulimit/Manifest app-admin/cpulimit/cpulimit-1.8.ebuild app-admin/cpulimit/cpulimit-2.2.ebuild X-VCS-Directories: app-admin/cpulimit/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d0a91d3e08d4bf30a5918a901ba61caef2ee0afc X-VCS-Branch: master Date: Thu, 24 Sep 2020 01:06:11 +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: 742703c0-f2d4-46c1-b508-3e2f19b9828d X-Archives-Hash: 183640c0ed32bb9180d3b5ac4b90af80 commit: d0a91d3e08d4bf30a5918a901ba61caef2ee0afc Author: Aaron Bauman gentoo org> AuthorDate: Thu Sep 24 00:40:59 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Sep 24 01:05:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a91d3e app-admin/cpulimit: drop old Signed-off-by: Aaron Bauman gentoo.org> app-admin/cpulimit/Manifest | 2 -- app-admin/cpulimit/cpulimit-1.8.ebuild | 29 ----------------------------- app-admin/cpulimit/cpulimit-2.2.ebuild | 29 ----------------------------- 3 files changed, 60 deletions(-) diff --git a/app-admin/cpulimit/Manifest b/app-admin/cpulimit/Manifest index f09ac68d803..a4a54c346ec 100644 --- a/app-admin/cpulimit/Manifest +++ b/app-admin/cpulimit/Manifest @@ -1,3 +1 @@ -DIST cpulimit-1.8.tar.gz 20610 BLAKE2B 4b80322b035d79267a97a491e51b2ae82488c59f4383e2dbf87d178a4a69d03a4d1aa653eccd8d801fac48e95c2f0780bd46881f4d38626b3c28b73f0a53bd71 SHA512 3098236139b092eb706ec2a6b84528a090b3f4b8b3adfc8debda1b92ffa119ed9adc508898e0f98add593561f5f6b67d52e0966de01a682a6e2e885e3c47b0fa -DIST cpulimit-2.2.tar.gz 22224 BLAKE2B e59e65c0bd38ff93b2daaef6858c46cc99b8a1345e5a6dc66b871b1b1c7930557b6d6607d9b61e0538195aaf5fc8eda42edacda38a2f729aa56eb582bb9343a7 SHA512 e708b27e969024ed37689341d76979e5041c050c259359c46f988cfc55f571c16c17f48ca63cd93349041b76bb2c314ab69af36634fec5212e49aa0d0cb0a46e DIST cpulimit-2.4.tar.gz 24669 BLAKE2B e0fe0d6766e76e6e2a68dcdc553039400233daabbb14ce4a9dae46a7b694d2ecd660f4c1d13f417a74b12365c719780c732a03bd91c6384d1e7118d0fce521fb SHA512 008dc3fbdcbd8afd875a2a1ce03d609db595c6e110803140c676d3713ea60f4877a1bb8e7aa0e8b669dce31522ad81e2703f616341a0f4cbc69a6b01865b66d0 diff --git a/app-admin/cpulimit/cpulimit-1.8.ebuild b/app-admin/cpulimit/cpulimit-1.8.ebuild deleted file mode 100644 index bdc78ff5f3f..00000000000 --- a/app-admin/cpulimit/cpulimit-1.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="Limits the CPU usage of a process" -HOMEPAGE="http://cpulimit.sourceforge.net" -SRC_URI="mirror://sourceforge/limitcpu/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - tc-export CC - # set correct VERSION - sed -i -e '/^#define VERSION/s/1.7/1.8/' cpulimit.c || die 'sed on VERSION string failed' -} - -src_install() { - dosbin ${PN} - doman "${FILESDIR}/${PN}.8" -} diff --git a/app-admin/cpulimit/cpulimit-2.2.ebuild b/app-admin/cpulimit/cpulimit-2.2.ebuild deleted file mode 100644 index 8df40c18cf6..00000000000 --- a/app-admin/cpulimit/cpulimit-2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="Limits the CPU usage of a process" -HOMEPAGE="http://cpulimit.sourceforge.net" -SRC_URI="mirror://sourceforge/limitcpu/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - tc-export CC - # set correct VERSION - sed -i -e "/^#define VERSION/s@[[:digit:]\.]\+\$@${PV}@" cpulimit.c || die 'sed on VERSION string failed' -} - -src_install() { - dosbin ${PN} - doman "${FILESDIR}/${PN}.8" -}