public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Devan Franchini (twitch153)" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog
Date: Wed, 19 Mar 2014 03:06:38 +0000 (UTC)	[thread overview]
Message-ID: <20140319030638.738002005C@flycatcher.gentoo.org> (raw)

twitch153    14/03/19 03:06:38

  Modified:             dolphin-9999.ebuild ChangeLog
  Log:
  Adds gtest to saved External directories.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)

Revision  Changes    Path
1.12                 games-emulation/dolphin/dolphin-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.11&r2=1.12

Index: dolphin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dolphin-9999.ebuild	7 Feb 2014 17:55:17 -0000	1.11
+++ dolphin-9999.ebuild	19 Mar 2014 03:06:38 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.11 2014/02/07 17:55:17 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.12 2014/03/19 03:06:38 twitch153 Exp $
 
 EAPI=5
 
@@ -91,15 +91,19 @@
 	# - SOIL: The sources are not public.
 	# - Bochs-disasm: Don't know what it is.
 	# - GL: A custom gl.h file is used.
+	# - polarssl: Not fully supported yet.
+	# - gtest: No idea. Removal causes build failure.
 	mv Externals/SOIL . || die
 	mv Externals/Bochs_disasm . || die
 	mv Externals/polarssl . || die
 	mv Externals/GL . || die
+	mv Externals/gtest . || die
 	rm -r Externals/* || die "Failed to delete Externals dir."
 	mv Bochs_disasm Externals || die
 	mv SOIL Externals || die
 	mv polarssl Externals || die
 	mv GL Externals || die
+	mv gtest Externals || die
 }
 
 src_configure() {



1.19                 games-emulation/dolphin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Mar 2014 19:11:07 -0000	1.18
+++ ChangeLog	19 Mar 2014 03:06:38 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.18 2014/03/18 19:11:07 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.19 2014/03/19 03:06:38 twitch153 Exp $
+
+  19 Mar 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild:
+  Adds gtest to saved External directories.
 
   18 Mar 2014; Devan Franchini <twitch153@gentoo.org> dolphin-4.0.ebuild:
   Removes unnecessary S variable, bug #504964





             reply	other threads:[~2014-03-19  3:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-19  3:06 Devan Franchini (twitch153) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-22 21:08 [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild ChangeLog Devan Franchini (twitch153)
2015-06-10 22:55 Devan Franchini (twitch153)
2015-06-06  4:39 Devan Franchini (twitch153)
2015-06-06  3:31 Devan Franchini (twitch153)
2015-03-09 21:07 Devan Franchini (twitch153)
2015-03-09 21:00 Devan Franchini (twitch153)
2015-02-08 23:13 Devan Franchini (twitch153)
2015-01-12 22:08 Devan Franchini (twitch153)
2014-12-28  0:43 Devan Franchini (twitch153)
2014-12-07 22:10 Devan Franchini (twitch153)
2014-09-20 23:50 Devan Franchini (twitch153)
2014-06-30  5:39 Devan Franchini (twitch153)
2014-02-07 17:55 Devan Franchini (twitch153)
2014-01-25  4:40 Devan Franchini (twitch153)
2014-01-24 17:23 Devan Franchini (twitch153)
2013-09-08 22:54 Devan Franchini (twitch153)
2013-08-27  1:33 Devan Franchini (twitch153)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140319030638.738002005C@flycatcher.gentoo.org \
    --to=twitch153@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox