commit:     5a8fa0d49f970ef85166d8cffed2e9e73bfdc804
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:35:04 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:35:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a8fa0d4

dev-tcltk/togl: Bump to EAPI=5; Cleanup

Package-Manager: portage-2.2.14

 dev-tcltk/togl/ChangeLog          | 6 ++++--
 dev-tcltk/togl/togl-1.7-r1.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog
index 89ad729..0a29a36 100644
--- a/dev-tcltk/togl/ChangeLog
+++ b/dev-tcltk/togl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-tcltk/togl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2015; Marius Brehler <[email protected]> togl-1.7-r1.ebuild:
+  Bump to EAPI=5; Cleanup
+
   01 Oct 2009; Oliver Borm (boroli) <[email protected]> ChangeLog:
   Fixed install paths for togl-1.7; removed 2.0 as this is now in portage
 
@@ -22,4 +25,3 @@
   20 Mar 2009; Justin Lecher (jlec) <[email protected]> +metadata.xml,
   +togl-2.0.ebuild:
   Initial checkin
-

diff --git a/dev-tcltk/togl/togl-1.7-r1.ebuild 
b/dev-tcltk/togl/togl-1.7-r1.ebuild
index dae6ddb..9d17cb0 100644
--- a/dev-tcltk/togl/togl-1.7-r1.ebuild
+++ b/dev-tcltk/togl/togl-1.7-r1.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
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 MY_P="Togl-${PV}"
 
@@ -32,8 +32,8 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "failed to install"
-       rm "${D}"/usr/include/*
+       emake DESTDIR="${D}" install
+       rm "${D}"/usr/include/* || die
        insinto /usr/include/${PN}-${SLOT}
        doins togl*.h
 }

Reply via email to