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 E9237138359 for ; Wed, 16 Sep 2020 22:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E184E03EC; Wed, 16 Sep 2020 22:58:13 +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 02AEDE03EC for ; Wed, 16 Sep 2020 22:58:12 +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 7BB47340D9B for ; Wed, 16 Sep 2020 22:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3EAB33A for ; Wed, 16 Sep 2020 22:58:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600297083.4a8c34ab35309ab6e1134f7eeca40e4d4535e750.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/glastree/glastree-1.04.ebuild X-VCS-Directories: app-misc/glastree/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a8c34ab35309ab6e1134f7eeca40e4d4535e750 X-VCS-Branch: master Date: Wed, 16 Sep 2020 22:58:09 +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: be381c74-ec11-4a60-bb8a-586f87b4bcfa X-Archives-Hash: 8de3234c95a9c60f3096871e358b6302 commit: 4a8c34ab35309ab6e1134f7eeca40e4d4535e750 Author: Sam James gentoo org> AuthorDate: Wed Sep 16 22:58:03 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 16 22:58:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8c34ab app-misc/glastree: drop eutils in 1.04 Not present in the snapshot ebuild from yesterday, but was left behind in the 1.04 quickport. Fixes: fd505a12a41c8be8dfe8be94750295bfed0b339f Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> app-misc/glastree/glastree-1.04.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild index f76a7a4dc66..699a36518cf 100644 --- a/app-misc/glastree/glastree-1.04.ebuild +++ b/app-misc/glastree/glastree-1.04.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit eutils - DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" SRC_URI="http://www.igmus.org/files/${P}.tar.gz"