* [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs/files: colorcvs-1.4-prefix.patch
@ 2010-04-23 14:17 Jeremy Olexa (darkside)
0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2010-04-23 14:17 UTC (permalink / raw
To: gentoo-commits
darkside 10/04/23 14:17:46
Added: colorcvs-1.4-prefix.patch
Log:
Migrate to EAPI3, add keywords/patch as testing in the prefix overlay
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-vcs/colorcvs/files/colorcvs-1.4-prefix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/files/colorcvs-1.4-prefix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/colorcvs/files/colorcvs-1.4-prefix.patch?rev=1.1&content-type=text/plain
Index: colorcvs-1.4-prefix.patch
===================================================================
--- colorcvs.orig 2008-01-26 20:04:54 +0100
+++ colorcvs 2008-01-26 20:05:56 +0100
@@ -54,7 +54,7 @@
sub initDefaults
{
- $cvsPath = "/usr/bin/cvs";
+ $cvsPath = "@GENTOO_PORTAGE_EPREFIX@/usr/bin/cvs";
$nocolor{"dumb"} = "true";
@@ -118,7 +118,7 @@
initDefaults();
# Read the configuration files.
-for my $configFile ('/etc/colorcvsrc', "$ENV{HOME}/.colorcvsrc") {
+for my $configFile ('@GENTOO_PORTAGE_EPREFIX@/etc/colorcvsrc', "$ENV{HOME}/.colorcvsrc") {
if (-f $configFile)
{
loadPreferences($configFile);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-23 14:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 14:17 [gentoo-commits] gentoo-x86 commit in dev-vcs/colorcvs/files: colorcvs-1.4-prefix.patch Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox