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 CA5AE1389E2 for ; Sun, 21 Dec 2014 14:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04756E0FB6; Sun, 21 Dec 2014 14:21:26 +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 951C3E1190 for ; Sun, 21 Dec 2014 14:20:49 +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 D49713406F7 for ; Sun, 21 Dec 2014 14:20:48 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id F2621D052; Sun, 21 Dec 2014 14:20:45 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/virtualjaguar/files: virtualjaguar X-VCS-Repository: gentoo-x86 X-VCS-Files: virtualjaguar X-VCS-Directories: games-emulation/virtualjaguar/files X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141221142045.F2621D052@oystercatcher.gentoo.org> Date: Sun, 21 Dec 2014 14:20:45 +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: 11ba4e89-12f1-4de0-b908-98aaa8caf4ce X-Archives-Hash: 62d40500bbdce7a2c2986f49f37b2052 mgorny 14/12/21 14:20:45 Modified: virtualjaguar Log: Use sys-apps/gentoo-functions, bug #504390. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.7 games-emulation/virtualjaguar/files/virtualjaguar file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar?r1=1.6&r2=1.7 Index: virtualjaguar =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- virtualjaguar 5 May 2007 05:17:19 -0000 1.6 +++ virtualjaguar 21 Dec 2014 14:20:45 -0000 1.7 @@ -1,11 +1,11 @@ #!/bin/bash # # Script for launching virtualjaguar -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar,v 1.6 2007/05/05 05:17:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/files/virtualjaguar,v 1.7 2014/12/21 14:20:45 mgorny Exp $ -source /etc/init.d/functions.sh || exit 1 +source /lib/gentoo/functions.sh || exit 1 shopt -s nullglob