grozin      14/03/09 14:16:24

  Modified:             ChangeLog
  Added:                asdf-3.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.16                 dev-lisp/asdf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   12 Dec 2013 09:52:38 -0000      1.15
+++ ChangeLog   9 Mar 2014 14:16:24 -0000       1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lisp/asdf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.15 2013/12/12 
09:52:38 nimiux Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.16 2014/03/09 
14:16:24 grozin Exp $
+
+*asdf-3.0.3 (09 Mar 2014)
+
+  09 Mar 2014; Andrey Grozin <[email protected]> +asdf-3.0.3.ebuild:
+  Version bump
 
   12 Dec 2013; Chema Alonso <[email protected]> asdf-3.0.2.4.ebuild:
   Revoke stable for amd64 wrt bug #485632



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild?rev=1.1&content-type=text/plain

Index: asdf-3.0.3.ebuild
===================================================================
# Copyright 1999-2014 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.1 
2014/03/09 14:16:24 grozin Exp $

EAPI=5
inherit eutils

DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
HOMEPAGE="http://common-lisp.net/project/asdf/";
SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"

SLOT="0/${PVR}"

DEPEND="!dev-lisp/cl-${PN}
                !dev-lisp/asdf-binary-locations
                !dev-lisp/gentoo-init
                !<dev-lisp/asdf-2.33-r3
                doc? ( virtual/texi2dvi )"
RDEPEND=""
PDEPEND="~dev-lisp/uiop-${PV}"

S="${WORKDIR}"

src_compile() {
        make
        use doc && make doc
}

src_install() {
        insinto /usr/share/common-lisp/source/${PN}
        doins -r build version.lisp-expr
        dodoc README TODO
        dohtml doc/*.{html,css,ico,png}
        if use doc; then
                insinto /usr/share/doc/${PF}
                doins doc/${PN}.pdf
        fi

        insinto /etc/common-lisp
        doins "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf
}




Reply via email to