Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Tue, 01 Mar 2016 20:37:46
Message-Id: 1456839480.91163b703c2e250357d79cacb4e72725d6a94a1f.monsieurp@gentoo
1 commit: 91163b703c2e250357d79cacb4e72725d6a94a1f
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Tue Mar 1 13:38:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 13:38:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91163b70
7
8 app-editors/gummi: drop base.eclass and fix whitespace
9
10 app-editors/gummi/gummi-0.6.6.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild
14 index 3720e2b..3e2000b 100644
15 --- a/app-editors/gummi/gummi-0.6.6.ebuild
16 +++ b/app-editors/gummi/gummi-0.6.6.ebuild
17 @@ -4,11 +4,11 @@
18
19 EAPI=5
20
21 -inherit autotools base eutils
22 +inherit autotools eutils
23
24 DESCRIPTION="Simple LaTeX editor for GTK+ users"
25 HOMEPAGE="https://github.com/alexandervdm/gummi"
26 -SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 +SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="MIT"
30 SLOT="0"