gienah 15/01/08 03:53:23 Modified: asdf-3.1.4.ebuild ChangeLog 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/asdf-3.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?r1=1.1&r2=1.2 Index: asdf-3.1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asdf-3.1.4.ebuild 20 Oct 2014 14:50:25 -0000 1.1 +++ asdf-3.1.4.ebuild 8 Jan 2015 03:53:23 -0000 1.2 @@ -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.1.4.ebuild,v 1.1 2014/10/20 14:50:25 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.2 2015/01/08 03:53:23 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/" @@ -11,7 +11,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" IUSE="doc" SLOT="0/${PVR}" @@ -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.19 dev-lisp/asdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 20 Oct 2014 14:50:25 -0000 1.18 +++ ChangeLog 8 Jan 2015 03:53:23 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/asdf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.18 2014/10/20 14:50:25 grozin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.19 2015/01/08 03:53:23 gienah Exp $ + + 08 Jan 2015; Mark Wright <[email protected]> asdf-3.1.4.ebuild, + files/gentoo-init.lisp, files/source-registry.conf: + Thanks to Ruud Koolen (redlizard) for proving Gentoo prefix support for + asdf-3.1.4 and for testing on ~amd64-linux *asdf-3.1.4 (20 Oct 2014)
