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 2C2EB138335 for ; Sat, 23 Nov 2019 18:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E63C2E07F2; Sat, 23 Nov 2019 18:33:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C259CE07F2 for ; Sat, 23 Nov 2019 18:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AE01F34D27E for ; Sat, 23 Nov 2019 18:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 132F68BC for ; Sat, 23 Nov 2019 18:32:59 +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: <1574533865.8a9513f8deb5a96508e8bec6a5628b3b72a53f3b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/viaideinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/viaideinfo/viaideinfo-0.5.ebuild X-VCS-Directories: sys-block/viaideinfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a9513f8deb5a96508e8bec6a5628b3b72a53f3b X-VCS-Branch: master Date: Sat, 23 Nov 2019 18:32:59 +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: 2f1d7b56-cac2-4892-bb71-000fd77e1b44 X-Archives-Hash: f23025dc6483cf7a44b8f8bf45a35f0f commit: 8a9513f8deb5a96508e8bec6a5628b3b72a53f3b Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 18:31:05 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 18:31:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9513f8 sys-block/viaideinfo: Drop EAPI 0 ebuild Signed-off-by: Michał Górny gentoo.org> sys-block/viaideinfo/viaideinfo-0.5.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild deleted file mode 100644 index 9d12b500408..00000000000 --- a/sys-block/viaideinfo/viaideinfo-0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Query VIA IDE controllers for various information" -HOMEPAGE="http://www.reactivated.net/software/viaideinfo" -SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=sys-apps/pciutils-2.2.0" - -src_install() { - emake install DESTDIR="${D}" - dodoc ChangeLog NEWS README THANKS -}