diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-04-06 09:51:10 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-04-06 09:51:10 +0000 |
commit | 6b0b0afee83c9b708599eeb53af0e31d27ebd7fc (patch) | |
tree | a64010069b4d933db3a86b748c93e429df3c3356 /dev-games | |
parent | version bump; rm gns3-server-1.2.ebuild; changed mirror to github (diff) | |
download | gentoo-2-6b0b0afee83c9b708599eeb53af0e31d27ebd7fc.tar.gz gentoo-2-6b0b0afee83c9b708599eeb53af0e31d27ebd7fc.tar.bz2 gentoo-2-6b0b0afee83c9b708599eeb53af0e31d27ebd7fc.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/libgrapple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/libgrapple/libgrapple-0.9.8.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-games/libgrapple/ChangeLog b/dev-games/libgrapple/ChangeLog index cb65427b51ee..6622e38abd39 100644 --- a/dev-games/libgrapple/ChangeLog +++ b/dev-games/libgrapple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/libgrapple -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.8 2012/05/03 06:35:31 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.9 2015/04/06 09:51:10 tupone Exp $ + + 06 Apr 2015; Tupone Alfredo <tupone@gentoo.org> libgrapple-0.9.8.ebuild: + EAPI 5 03 May 2012; Jeff Horelick <jdhore@gentoo.org> libgrapple-0.9.8.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/dev-games/libgrapple/libgrapple-0.9.8.ebuild b/dev-games/libgrapple/libgrapple-0.9.8.ebuild index 6d4ceb2aed53..9e4bc1b77b2c 100644 --- a/dev-games/libgrapple/libgrapple-0.9.8.ebuild +++ b/dev-games/libgrapple/libgrapple-0.9.8.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/libgrapple/libgrapple-0.9.8.ebuild,v 1.3 2012/05/03 06:35:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.4 2015/04/06 09:51:10 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils DESCRIPTION="A high level network layer for multiuser applications" @@ -33,6 +33,6 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc CREDITS README* UPDATES + default + dodoc UPDATES } |