aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-tcltk/togl/ChangeLog6
-rw-r--r--dev-tcltk/togl/togl-1.7-r1.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog
index 89ad729d2..0a29a36dc 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 <marbre@linux.sungazer.de> togl-1.7-r1.ebuild:
+ Bump to EAPI=5; Cleanup
+
01 Oct 2009; Oliver Borm (boroli) <oli.borm@web.de> 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) <jlec@j-schmitz.net> +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 dae6ddbfa..9d17cb0ce 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
}