gienah      15/01/09 02:42:34

  Modified:             asdf-3.0.3.ebuild ChangeLog
  Log:
  asdf-3.0.3 needs the same prefix changes as asdf-3.1.4 since it uses the same 
config files.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.3                  dev-lisp/asdf/asdf-3.0.3.ebuild

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

Index: asdf-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asdf-3.0.3.ebuild   11 Jul 2014 08:46:18 -0000      1.2
+++ asdf-3.0.3.ebuild   9 Jan 2015 02:42:34 -0000       1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.2 
2014/07/11 08:46:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.3 
2015/01/09 02:42:34 gienah Exp $
 
 EAPI=5
-inherit eutils
+inherit eutils prefix
 
 DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/asdf/";
@@ -43,5 +43,8 @@
        fi
 
        insinto /etc/common-lisp
-       doins "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf
+       cd "${T}"
+       cp "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf .
+       eprefixify gentoo-init.lisp source-registry.conf
+       doins gentoo-init.lisp source-registry.conf
 }



1.22                 dev-lisp/asdf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   9 Jan 2015 01:52:12 -0000       1.21
+++ ChangeLog   9 Jan 2015 02:42:34 -0000       1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/asdf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.21 2015/01/09 
01:52:12 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.22 2015/01/09 
02:42:34 gienah Exp $
+
+  09 Jan 2015; Mark Wright <[email protected]> asdf-3.0.3.ebuild:
+  asdf-3.0.3 needs the same prefix changes as asdf-3.1.4 since it uses the same
+  config files.
 
   09 Jan 2015; redlizard <[email protected]> asdf-3.1.4.ebuild:
   Added prefix keywords.




Reply via email to