gienah      15/01/08 03:53:23

  Modified:             source-registry.conf gentoo-init.lisp
  Log:
  Thanks to Ruud Koolen (redlizard) for proving Gentoo prefix support for 
asdf-3.1.4 and for testing on ~amd64-linux
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.2                  dev-lisp/asdf/files/source-registry.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/source-registry.conf?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/source-registry.conf?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/source-registry.conf?r1=1.1&r2=1.2

Index: source-registry.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/files/source-registry.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- source-registry.conf        20 Apr 2013 14:03:59 -0000      1.1
+++ source-registry.conf        8 Jan 2015 03:53:23 -0000       1.2
@@ -1,5 +1,5 @@
 ;; -*- Mode: Lisp; -*-
 
 (:source-registry
- (:directory "/usr/share/common-lisp/systems")
+ (:directory "@GENTOO_PORTAGE_EPREFIX@/usr/share/common-lisp/systems")
  :inherit-configuration)



1.2                  dev-lisp/asdf/files/gentoo-init.lisp

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/gentoo-init.lisp?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/gentoo-init.lisp?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/files/gentoo-init.lisp?r1=1.1&r2=1.2

Index: gentoo-init.lisp
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/files/gentoo-init.lisp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-init.lisp    20 Apr 2013 14:03:59 -0000      1.1
+++ gentoo-init.lisp    8 Jan 2015 03:53:23 -0000       1.2
@@ -5,7 +5,7 @@
       (*compile-verbose* nil)
       #+cmu (ext:*gc-verbose* nil))
   (handler-bind ((warning #'muffle-warning))
-    (load #p"/usr/share/common-lisp/source/asdf/build/asdf.lisp"
+    (load 
#p"@GENTOO_PORTAGE_EPREFIX@/usr/share/common-lisp/source/asdf/build/asdf.lisp"
           :print nil :verbose nil)))
 
 #+(or cmu ccl ecl sbcl)




Reply via email to