public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lisp/clozurecl/files: fix_user-homedir-pathname.patch
@ 2009-12-17 12:16 Andrey Grozin (grozin)
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Grozin (grozin) @ 2009-12-17 12:16 UTC (permalink / raw
  To: gentoo-commits

grozin      09/12/17 12:16:41

  Added:                fix_user-homedir-pathname.patch
  Log:
  Initial import (from the lisp overlay)
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-lisp/clozurecl/files/fix_user-homedir-pathname.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clozurecl/files/fix_user-homedir-pathname.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clozurecl/files/fix_user-homedir-pathname.patch?rev=1.1&content-type=text/plain

Index: fix_user-homedir-pathname.patch
===================================================================
Index: level-1/l1-pathnames.lisp
===================================================================
--- level-1/l1-pathnames.lisp	(revision 11951)
+++ level-1/l1-pathnames.lisp	(working copy)
@@ -624,7 +624,7 @@
   (let* ((native
           (ignore-errors
             (truename
-             (native-to-directory-pathname (or #+ccl-0711 (getenv "HOME")
+             (native-to-directory-pathname (or (getenv "HOME")
                                                (get-user-home-dir (getuid))))))))
     (if (and native (eq :absolute (car (pathname-directory native))))
       native






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lisp/clozurecl/files: fix_user-homedir-pathname.patch
@ 2011-08-04  9:35 Andrey Grozin (grozin)
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Grozin (grozin) @ 2011-08-04  9:35 UTC (permalink / raw
  To: gentoo-commits

grozin      11/08/04 09:35:20

  Removed:              fix_user-homedir-pathname.patch
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha49/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-04  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  9:35 [gentoo-commits] gentoo-x86 commit in dev-lisp/clozurecl/files: fix_user-homedir-pathname.patch Andrey Grozin (grozin)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-17 12:16 Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox