diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 03:55:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 03:55:12 +0000 |
commit | f9f6b2e83245bfb6ea594dc30abb87d1661fa0b5 (patch) | |
tree | 627255bbadd8d59c7f24015ab85184381357a18e /dev-games/newton | |
parent | EAPI=5; add use deps for libsdl (diff) | |
download | gentoo-2-f9f6b2e83245bfb6ea594dc30abb87d1661fa0b5.tar.gz gentoo-2-f9f6b2e83245bfb6ea594dc30abb87d1661fa0b5.tar.bz2 gentoo-2-f9f6b2e83245bfb6ea594dc30abb87d1661fa0b5.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games/newton')
-rw-r--r-- | dev-games/newton/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/newton/newton-2.36.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-games/newton/ChangeLog b/dev-games/newton/ChangeLog index cea26a267bf2..6ee4dbe2d5fc 100644 --- a/dev-games/newton/ChangeLog +++ b/dev-games/newton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/newton # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.10 2015/01/27 08:01:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.11 2015/02/07 03:55:12 mr_bones_ Exp $ + + 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> newton-2.36.ebuild: + EAPI=5 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -files/newton-1.53-glut.patch, -newton-1.53.ebuild, -newton-2.00.ebuild: diff --git a/dev-games/newton/newton-2.36.ebuild b/dev-games/newton/newton-2.36.ebuild index 00bf1986cf9c..ea4b2483d743 100644 --- a/dev-games/newton/newton-2.36.ebuild +++ b/dev-games/newton/newton-2.36.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/newton-2.36.ebuild,v 1.1 2012/07/10 19:04:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/newton-2.36.ebuild,v 1.2 2015/02/07 03:55:12 mr_bones_ Exp $ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs cmake-utils unpacker MY_P="${PN}-dynamics-${PV}" |