Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/giblib/
Date: Fri, 14 Apr 2017 16:28:39
Message-Id: 1492187277.ba7d22f461692e9678bbd2c6ac8c029c66c742f4.mgorny@gentoo
1 commit: ba7d22f461692e9678bbd2c6ac8c029c66c742f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:37:30 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 16:27:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7d22f4
7
8 media-libs/giblib: Replace eutils inherit w/ split eclasses
9
10 media-libs/giblib/giblib-1.2.4-r1.ebuild | 4 ++--
11 media-libs/giblib/giblib-1.2.4.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/media-libs/giblib/giblib-1.2.4-r1.ebuild b/media-libs/giblib/giblib-1.2.4-r1.ebuild
15 index 9f281cc59f2..52b2b7c4e3f 100644
16 --- a/media-libs/giblib/giblib-1.2.4-r1.ebuild
17 +++ b/media-libs/giblib/giblib-1.2.4-r1.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="4"
24 -inherit eutils libtool
25 +inherit epunt-cxx libtool
26
27 DESCRIPTION="a graphics library built on top of imlib2"
28 HOMEPAGE="http://freecode.com/projects/giblib http://www.linuxbrit.co.uk/giblib/"
29
30 diff --git a/media-libs/giblib/giblib-1.2.4.ebuild b/media-libs/giblib/giblib-1.2.4.ebuild
31 index 33824b4b7a9..34c96c37ca4 100644
32 --- a/media-libs/giblib/giblib-1.2.4.ebuild
33 +++ b/media-libs/giblib/giblib-1.2.4.ebuild
34 @@ -1,8 +1,8 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=2
40 -inherit toolchain-funcs eutils
41 +inherit epunt-cxx toolchain-funcs
42
43 DESCRIPTION="Giblib, graphics library"
44 HOMEPAGE="http://www.linuxbrit.co.uk/giblib/"