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
