Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/aewm++/
Date: Fri, 09 Oct 2015 02:17:22
Message-Id: 1444357026.b19eb2c42026349d96b8d6d61cdcbdec243a2935.axs@gentoo
1 commit: b19eb2c42026349d96b8d6d61cdcbdec243a2935
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 02:06:08 2015 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 02:17:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19eb2c4
7
8 x11-wm/aewm++: bump to EAPI5 (EAPI2 deprecated)
9
10 Just fixing some repoman complaints.
11
12 Note, upstream has released a version "1.0" which seems to be newer than
13 the version 1.1.5 currently in repo; if a maintainer wants to pick this up then
14 the version numbering might need to be revisited.
15
16 Package-Manager: portage-2.2.20.1
17
18 .../aewm++/{aewm++-1.1.5-r1.ebuild => aewm++-1.1.5-r2.ebuild} | 10 +++++-----
19 1 file changed, 5 insertions(+), 5 deletions(-)
20
21 diff --git a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
22 similarity index 80%
23 rename from x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
24 rename to x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
25 index 6619bab..f80697f 100644
26 --- a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
27 +++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
28 @@ -1,8 +1,8 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 +# Copyright 1999-2015 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Id$
33
34 -EAPI=2
35 +EAPI=5
36 inherit eutils toolchain-funcs
37
38 DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel"
39 @@ -26,10 +26,10 @@ src_prepare() {
40 }
41
42 src_compile() {
43 - emake CXX="$(tc-getCXX)" || die
44 + emake CXX="$(tc-getCXX)"
45 }
46
47 src_install() {
48 - emake DESTDIR="${D}" install || die
49 - dodoc ChangeLog README || die
50 + emake DESTDIR="${D}" install
51 + dodoc ChangeLog README
52 }