Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/
Date: Sat, 10 Oct 2015 23:27:10
Message-Id: 1444519666.e487865f013b2b4a9e06d6711efe48af15a1eada.dilfridge@gentoo
1 commit: e487865f013b2b4a9e06d6711efe48af15a1eada
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 23:27:46 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 23:27:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e487865f
7
8 app-text/libwps: drop base eclass
9
10 Package-Manager: portage-2.2.23
11
12 app-text/libwps/libwps-0.4.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/libwps/libwps-0.4.2.ebuild b/app-text/libwps/libwps-0.4.2.ebuild
16 index 5ac9cb1..a4f3ee0 100644
17 --- a/app-text/libwps/libwps-0.4.2.ebuild
18 +++ b/app-text/libwps/libwps-0.4.2.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -inherit base eutils
24 +inherit eutils
25
26 DESCRIPTION="Microsoft Works file word processor format import filter library"
27 HOMEPAGE="http://libwps.sourceforge.net/"