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 49615139694 for ; Sat, 20 May 2017 23:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD31E0E3A; Sat, 20 May 2017 23:05:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F637E0E3A for ; Sat, 20 May 2017 23:05:02 +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 2E8813416CB for ; Sat, 20 May 2017 23:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C22257441 for ; Sat, 20 May 2017 23:04:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1495321491.dbccb2149ce7842371d762e8a149dca0d07d0215.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Quota/Manifest dev-perl/Quota/Quota-1.7.0.ebuild X-VCS-Directories: dev-perl/Quota/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: dbccb2149ce7842371d762e8a149dca0d07d0215 X-VCS-Branch: master Date: Sat, 20 May 2017 23:04: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-Archives-Salt: 4d35d7b3-136c-4a0a-89a0-00103ed548b3 X-Archives-Hash: 138f9d32f25e5939948cd90e99946715 commit: dbccb2149ce7842371d762e8a149dca0d07d0215 Author: Kent Fredric gentoo org> AuthorDate: Sat May 20 23:04:13 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat May 20 23:04:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbccb214 dev-perl/Quota: Remove old This version hasn't compiled since kernel 4.x Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/Quota/Manifest | 1 - dev-perl/Quota/Quota-1.7.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest index c575ace4c47..455ff0120dd 100644 --- a/dev-perl/Quota/Manifest +++ b/dev-perl/Quota/Manifest @@ -1,2 +1 @@ -DIST Quota-1.7.0.tar.gz 50342 SHA256 960057167b7e15c998771142e8d0cce8069760edd86d77da26e0907f27e65cac SHA512 3b99dda17f6f578cf469962ff4c6b662ba9a1a955356ee90a7b749f0ea7df1234356ef77c5c3091389749ef4b4f82df90b20886bae365af27828760c16125ded WHIRLPOOL ef7aae289ca773df25905d3cd1cd4a6d40d189ae4d8778a7e4923af69f871788d1dc9f73e34358d0db62fcec25635f4e82c267a44248fd2f84ac313fc4cbe730 DIST Quota-1.7.2.tar.gz 50436 SHA256 1001eb006cfe8f49b195145e04b0c37c2b09d1023c78ccda1871b30f551c312b SHA512 55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433 WHIRLPOOL 2a88a4eed16ea553bbacee7d19af3e1a6e0c751c144c3bac4ab89a788ed3fcce044da5f044cd1db4fae4f7426312f00ca4c6c81a86ca6a8e8b0461cb23a6e0a8 diff --git a/dev-perl/Quota/Quota-1.7.0.ebuild b/dev-perl/Quota/Quota-1.7.0.ebuild deleted file mode 100644 index 855dfcaadd8..00000000000 --- a/dev-perl/Quota/Quota-1.7.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TOMZO -inherit perl-module - -DESCRIPTION="Quota - Perl interface to file system quotas" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -# Tests need real FS access/root permissions and are interactive -SRC_TEST="skip" - -src_prepare() { - # disable AFS completely for now, need somebody who can really test it - sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed" -}