summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2014-10-20 14:50:25 +0000
committerAndrey Grozin <grozin@gentoo.org>2014-10-20 14:50:25 +0000
commita32e297d451139f2cd8afcc799b5711457fbcd97 (patch)
tree253fe7a4353832f5412951bf0c45500b48280839 /dev-lisp
parentVersion bump (diff)
downloadgentoo-2-a32e297d451139f2cd8afcc799b5711457fbcd97.tar.gz
gentoo-2-a32e297d451139f2cd8afcc799b5711457fbcd97.tar.bz2
gentoo-2-a32e297d451139f2cd8afcc799b5711457fbcd97.zip
Version bump
(Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/asdf/ChangeLog8
-rw-r--r--dev-lisp/asdf/asdf-3.0.2.1.ebuild46
-rw-r--r--dev-lisp/asdf/asdf-3.0.2.4.ebuild46
-rw-r--r--dev-lisp/asdf/asdf-3.1.4.ebuild (renamed from dev-lisp/asdf/asdf-3.0.1.ebuild)7
4 files changed, 11 insertions, 96 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog
index 845b2a807215..60458a6d6f34 100644
--- a/dev-lisp/asdf/ChangeLog
+++ b/dev-lisp/asdf/ChangeLog
@@ -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 <grozin@gentoo.org> -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 <patrick@gentoo.org> asdf-3.0.3.ebuild:
Stable on amd64 #511170
diff --git a/dev-lisp/asdf/asdf-3.0.2.1.ebuild b/dev-lisp/asdf/asdf-3.0.2.1.ebuild
deleted file mode 100644
index ff4dca885e4a..000000000000
--- a/dev-lisp/asdf/asdf-3.0.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.2.1.ebuild,v 1.1 2013/08/09 12:33:11 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
-}
diff --git a/dev-lisp/asdf/asdf-3.0.2.4.ebuild b/dev-lisp/asdf/asdf-3.0.2.4.ebuild
deleted file mode 100644
index b7de33048e0e..000000000000
--- a/dev-lisp/asdf/asdf-3.0.2.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.2.4.ebuild,v 1.3 2013/12/12 09:52:38 nimiux 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
-}
diff --git a/dev-lisp/asdf/asdf-3.0.1.ebuild b/dev-lisp/asdf/asdf-3.1.4.ebuild
index c25db16e3e25..8885bcc958ac 100644
--- a/dev-lisp/asdf/asdf-3.0.1.ebuild
+++ b/dev-lisp/asdf/asdf-3.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.1.ebuild,v 1.2 2013/05/21 08:14:25 grozin Exp $
+# $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
@@ -34,9 +34,10 @@ src_compile() {
src_install() {
insinto /usr/share/common-lisp/source/${PN}
doins -r build version.lisp-expr
- dodoc README TODO
+ 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