diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 04:05:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-07 04:05:15 +0000 |
commit | cba515ac5eb8d0dbad73ff73d0553cc7ca7d7341 (patch) | |
tree | d83353d665c3f847726568c68f08cf9a565797af /dev-games | |
parent | EAPI=5 (diff) | |
download | gentoo-2-cba515ac5eb8d0dbad73ff73d0553cc7ca7d7341.tar.gz gentoo-2-cba515ac5eb8d0dbad73ff73d0553cc7ca7d7341.tar.bz2 gentoo-2-cba515ac5eb8d0dbad73ff73d0553cc7ca7d7341.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/libnw/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/libnw/libnw-1.30.02.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-games/libnw/ChangeLog b/dev-games/libnw/ChangeLog index 8142468e6668..fde145332ef6 100644 --- a/dev-games/libnw/ChangeLog +++ b/dev-games/libnw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/libnw -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.12 2011/07/13 14:30:43 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.13 2015/02/07 04:05:15 mr_bones_ Exp $ + + 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> libnw-1.30.02.ebuild: + EAPI=5 13 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> libnw-1.30.02.ebuild: Add blocker for sci-biology/newick-utils (bug #375059) diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild index f93b87347c87..d8bb0ecf805f 100644 --- a/dev-games/libnw/libnw-1.30.02.ebuild +++ b/dev-games/libnw/libnw-1.30.02.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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/libnw/libnw-1.30.02.ebuild,v 1.5 2011/07/13 14:30:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.6 2015/02/07 04:05:15 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs DESCRIPTION="Tools and libraries for NWN file manipulation" @@ -22,12 +22,11 @@ src_prepare() { sed -i \ -e '/^CC =/d' \ -e '/^CXX =/d' \ - $(find . -name Makefile.in) \ - || die "sed failed" + $(find . -name Makefile.in) || die tc-export CC CXX } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README README.tech TODO + DOCS="AUTHORS ChangeLog NEWS README README.tech TODO" \ + default } |