diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-03-07 01:58:47 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-03-07 01:58:47 +0000 |
commit | a57dc6021f2fe5be038f5c8ada8ed898e6aeb3ff (patch) | |
tree | b7acb7977ccbedb0f332373db4d01ade71148b4d /dev-util | |
parent | change to allow extra LDFLAGS to be passed to exim (Manifest recommit) (diff) | |
download | gentoo-2-a57dc6021f2fe5be038f5c8ada8ed898e6aeb3ff.tar.gz gentoo-2-a57dc6021f2fe5be038f5c8ada8ed898e6aeb3ff.tar.bz2 gentoo-2-a57dc6021f2fe5be038f5c8ada8ed898e6aeb3ff.zip |
Adding missing patch
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lincvs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/lincvs/files/lincvs-1.3.0-rc2-gentoo.diff | 14 |
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-util/lincvs/ChangeLog b/dev-util/lincvs/ChangeLog index fb9f9b700b11..14e953ed71c2 100644 --- a/dev-util/lincvs/ChangeLog +++ b/dev-util/lincvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/lincvs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.21 2004/02/15 12:04:58 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lincvs/ChangeLog,v 1.22 2004/03/07 01:58:47 humpback Exp $ + + 07 Mar 2004; Gustavo Felisberto <humpback@gentoo.org>; + files/lincvs-1.3.0-rc2-gentoo.diff: + Adding missing patch file. See addition to bug 35636 15 Feb 2004; David Holm <dholm@gentoo.org> lincvs-1.3.0_rc2.ebuild: Added to ~ppc. diff --git a/dev-util/lincvs/files/lincvs-1.3.0-rc2-gentoo.diff b/dev-util/lincvs/files/lincvs-1.3.0-rc2-gentoo.diff new file mode 100644 index 000000000000..96600ef4dd0d --- /dev/null +++ b/dev-util/lincvs/files/lincvs-1.3.0-rc2-gentoo.diff @@ -0,0 +1,14 @@ +--- LinCVS.orig/lincvs 2003-03-13 04:08:16.000000000 -0500 ++++ LinCVS/lincvs 2003-03-13 04:08:38.000000000 -0500 +@@ -1,9 +1,2 @@ + #!/bin/sh +- +-echo Adapt the absolute path to LinCVS/lincvs.bin +-echo and copy this startscript into a directory +-echo of your PATH! +- +-#exec "/absolute_path_to_LinCVS/AppRun" "$@" +-#for instance +-#exec "/usr/local/apps/LinCVS/AppRun" "$@" +\ No newline at end of file ++exec /usr/share/LinCVS/AppRun |