commit:     b19eb2c42026349d96b8d6d61cdcbdec243a2935
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 02:06:08 2015 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 02:17:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19eb2c4

x11-wm/aewm++: bump to EAPI5 (EAPI2 deprecated)

Just fixing some repoman complaints.

Note, upstream has released a version "1.0" which seems to be newer than
the version 1.1.5 currently in repo; if a maintainer wants to pick this up then
the version numbering might need to be revisited.

Package-Manager: portage-2.2.20.1

 .../aewm++/{aewm++-1.1.5-r1.ebuild => aewm++-1.1.5-r2.ebuild}  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild 
b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
similarity index 80%
rename from x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
rename to x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
index 6619bab..f80697f 100644
--- a/x11-wm/aewm++/aewm++-1.1.5-r1.ebuild
+++ b/x11-wm/aewm++/aewm++-1.1.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A window manager with more modern features than aewm but with the 
same look and feel"
@@ -26,10 +26,10 @@ src_prepare() {
 }
 
 src_compile() {
-       emake CXX="$(tc-getCXX)" || die
+       emake CXX="$(tc-getCXX)"
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc ChangeLog README || die
+       emake DESTDIR="${D}" install
+       dodoc ChangeLog README
 }

Reply via email to