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 C8370138334 for ; Sat, 12 Oct 2019 07:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEF97E08A8; Sat, 12 Oct 2019 07:01:50 +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 B8341E08A8 for ; Sat, 12 Oct 2019 07:01:48 +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 EA3E634BBEC for ; Sat, 12 Oct 2019 07:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3F4840 for ; Sat, 12 Oct 2019 07:01:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570863669.a630be31f9de6d8e6f966c52f733a5dfdf28ae6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cpuinfo-collection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cpuinfo-collection/Manifest dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild X-VCS-Directories: dev-util/cpuinfo-collection/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a630be31f9de6d8e6f966c52f733a5dfdf28ae6f X-VCS-Branch: master Date: Sat, 12 Oct 2019 07:01:44 +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: 37993aba-bbd2-44d6-8d57-c1f95df03437 X-Archives-Hash: 3d542e1649e9f3c9ab310cc00ad0b415 commit: a630be31f9de6d8e6f966c52f733a5dfdf28ae6f Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 07:01:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 12 07:01:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a630be31 dev-util/cpuinfo-collection: Drop old (EAPI 0) Signed-off-by: Michał Górny gentoo.org> dev-util/cpuinfo-collection/Manifest | 1 - .../cpuinfo-collection-20070104.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-util/cpuinfo-collection/Manifest b/dev-util/cpuinfo-collection/Manifest index 2b9251dad41..da7b6851572 100644 --- a/dev-util/cpuinfo-collection/Manifest +++ b/dev-util/cpuinfo-collection/Manifest @@ -1,2 +1 @@ -DIST test_proc-04January2007.tar.gz 28831 BLAKE2B 1d405fb971eb0a4958a6127fadd9535ba24529b88d63e22ee726b6296ef5bf77f20e739b4c9475f8f20879950ed9fdb85a53f19dd7f14b91613b51b3a8403407 SHA512 6ff9f42c0847ef897069a7b36ad184b05ac022d1db5ab581e87d2992ee2a511218ef2019a0a94aadb91038e2b99e530618b0b6a380b0aa36f4178620e6719922 DIST test_proc-14November2010.tar.gz 95697 BLAKE2B 476cf9784d3718ca27f030bc85ca1f526db43cc740ae77fb7cd4b45fad13ead8645ab9a17fec1216d54da8390e04205960c543cf4205f9f6677afe38dafd054c SHA512 2f3b80d9b705b76911487b7349300b45622a3a49b9a3c2036d96220738e7fd525114b2523cc589b03d0fdf85ca4d35c28076ff193d1eb620d71765919058fdc6 diff --git a/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild b/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild deleted file mode 100644 index 2355333bcff..00000000000 --- a/dev-util/cpuinfo-collection/cpuinfo-collection-20070104.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_P=test_proc-${PV:6:2}January${PV:0:4} -DESCRIPTION="huge collection of /proc/cpuinfo files" -HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/" -SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto /usr/share/cpuinfo - doins -r * || die -}