grozin 14/10/20 14:50:25
Modified: ChangeLog
Added: asdf-3.1.4.ebuild
Removed: asdf-3.0.2.1.ebuild asdf-3.0.1.ebuild
asdf-3.0.2.4.ebuild
Log:
Version bump
(Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key
0x3AFFCE974D34BD8C!)
Revision Changes Path
1.18 dev-lisp/asdf/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.18&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.18&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 11 Jul 2014 08:46:18 -0000 1.17
+++ ChangeLog 20 Oct 2014 14:50:25 -0000 1.18
@@ -1,6 +1,12 @@
# 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.17 2014/07/11
08:46:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.18 2014/10/20
14:50:25 grozin Exp $
+
+*asdf-3.1.4 (20 Oct 2014)
+
+ 20 Oct 2014; Andrey Grozin <[email protected]> -asdf-3.0.1.ebuild,
+ -asdf-3.0.2.1.ebuild, -asdf-3.0.2.4.ebuild, +asdf-3.1.4.ebuild:
+ Version bump
11 Jul 2014; Patrick Lauer <[email protected]> asdf-3.0.3.ebuild:
Stable on amd64 #511170
1.1 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.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?rev=1.1&content-type=text/plain
Index: asdf-3.1.4.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.1.4.ebuild,v 1.1
2014/10/20 14:50:25 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.md TODO
dohtml doc/*.{html,css,ico,png}
if use doc; then
dohtml -r doc/${PN}
insinto /usr/share/doc/${PF}
doins doc/${PN}.pdf
fi
insinto /etc/common-lisp
doins "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf
}