Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/glastree/
Date: Wed, 16 Sep 2020 22:58:13
Message-Id: 1600297083.4a8c34ab35309ab6e1134f7eeca40e4d4535e750.sam@gentoo
1 commit: 4a8c34ab35309ab6e1134f7eeca40e4d4535e750
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 22:58:03 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 22:58:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8c34ab
7
8 app-misc/glastree: drop eutils in 1.04
9
10 Not present in the snapshot ebuild from yesterday,
11 but was left behind in the 1.04 quickport.
12
13 Fixes: fd505a12a41c8be8dfe8be94750295bfed0b339f
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 app-misc/glastree/glastree-1.04.ebuild | 2 --
18 1 file changed, 2 deletions(-)
19
20 diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild
21 index f76a7a4dc66..699a36518cf 100644
22 --- a/app-misc/glastree/glastree-1.04.ebuild
23 +++ b/app-misc/glastree/glastree-1.04.ebuild
24 @@ -3,8 +3,6 @@
25
26 EAPI=7
27
28 -inherit eutils
29 -
30 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
31 HOMEPAGE="http://www.igmus.org/code/"
32 SRC_URI="http://www.igmus.org/files/${P}.tar.gz"