From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AA441387C9 for ; Tue, 31 Mar 2015 19:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25EF0E08AD; Tue, 31 Mar 2015 19:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9DCFE08AD for ; Tue, 31 Mar 2015 19:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFFE13406D7 for ; Tue, 31 Mar 2015 19:03:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 665) id 32F3E14EFC; Tue, 31 Mar 2015 19:03:28 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-games/guichan: guichan-0.8.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: guichan-0.8.2.ebuild ChangeLog X-VCS-Directories: dev-games/guichan X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150331190328.32F3E14EFC@oystercatcher.gentoo.org> Date: Tue, 31 Mar 2015 19:03:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 529d0cb6-9c3d-4ec9-9a84-cb6f3632f73d X-Archives-Hash: 3f331a3c1dd34ca9bf215c9c0d1064b9 mr_bones_ 15/03/31 19:03:28 Modified: guichan-0.8.2.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.8 dev-games/guichan/guichan-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?r1=1.7&r2=1.8 Index: guichan-0.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- guichan-0.8.2.ebuild 27 Apr 2013 23:10:19 -0000 1.7 +++ guichan-0.8.2.ebuild 31 Mar 2015 19:03:28 -0000 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 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/guichan/guichan-0.8.2.ebuild,v 1.7 2013/04/27 23:10:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.8 2015/03/31 19:03:28 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools DESCRIPTION="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" @@ -20,9 +20,11 @@ media-libs/libsdl media-libs/sdl-image )" +RDEPEND=${DEPEND} src_prepare() { - epatch "${FILESDIR}"/${P}-as-needed.patch \ + epatch \ + "${FILESDIR}"/${P}-as-needed.patch \ "${FILESDIR}"/${P}-automake-1.13.patch mv configure.in configure.ac || die eautoreconf @@ -30,7 +32,6 @@ src_configure() { econf \ - --disable-dependency-tracking \ $(use_enable allegro) \ $(use_enable opengl) \ $(use_enable sdl) \ @@ -39,10 +40,6 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - if ! use static-libs ; then - find "${D}" -type f -name '*.la' -exec rm {} + \ - || die "la removal failed" - fi + default + prune_libtool_files } 1.27 dev-games/guichan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 27 Apr 2013 23:10:19 -0000 1.26 +++ ChangeLog 31 Mar 2015 19:03:28 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for dev-games/guichan -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.26 2013/04/27 23:10:19 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.27 2015/03/31 19:03:28 mr_bones_ Exp $ + + 31 Mar 2015; Michael Sterrett guichan-0.8.2.ebuild: + EAPI=5 27 Apr 2013; Julian Ospald guichan-0.8.2.ebuild, +files/guichan-0.8.2-automake-1.13.patch: