public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/
Date: Sat,  5 May 2018 12:15:58 +0000 (UTC)	[thread overview]
Message-ID: <1525522557.5c8fc2882aa33044560cef114dda11517c19fecf.nimiux@gentoo> (raw)

commit:     5c8fc2882aa33044560cef114dda11517c19fecf
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 12:15:57 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat May  5 12:15:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c8fc288

dev-lisp/asdf: Bumps version to 3.3.2

 dev-lisp/asdf/asdf-3.3.2.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/dev-lisp/asdf/asdf-3.3.2.ebuild b/dev-lisp/asdf/asdf-3.3.2.ebuild
new file mode 100644
index 00000000..41961826
--- /dev/null
+++ b/dev-lisp/asdf/asdf-3.3.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils prefix common-lisp-3
+
+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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="doc"
+
+SLOT="0/${PVR}"
+
+DEPEND="!dev-lisp/cl-${PN}
+		!<dev-lisp/asdf-2.33-r3
+		doc? ( virtual/texi2dvi )"
+PDEPEND="virtual/commonlisp
+		~dev-lisp/uiop-${PV}"
+
+install_docs() {
+	(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
+	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
+		(cd doc ; doinfo "${PN}.info" )
+	fi
+}
+
+src_compile() {
+	emake
+	use doc && emake -C doc
+}
+
+src_test() {
+	common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
+	test/run-tests.sh ${CL_BINARY}
+}
+
+src_install() {
+	insinto "${CLSOURCEROOT}/${PN}"
+	doins -r build version.lisp-expr
+	dodoc README.md TODO
+	use doc && install_docs
+	insinto /etc/common-lisp
+	cd "${T}" || die
+	cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
+	eprefixify gentoo-init.lisp source-registry.conf
+	doins gentoo-init.lisp source-registry.conf
+}


             reply	other threads:[~2018-05-05 12:16 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-05 12:15 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-04 18:26 [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/ José María Alonso
2018-06-21 14:39 José María Alonso
2018-05-05 15:30 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-09 16:59 José María Alonso
2018-03-04 20:55 José María Alonso
2018-02-27 20:21 José María Alonso
2017-11-15 18:25 José María Alonso
2017-10-31 20:19 José María Alonso
2017-10-30 19:37 José María Alonso
2017-10-30 15:23 José María Alonso
2017-10-28 13:47 José María Alonso
2017-10-06 21:24 José María Alonso
2017-10-01 21:04 José María Alonso
2017-10-01 21:01 José María Alonso
2017-10-01 18:46 José María Alonso
2017-04-05  7:52 José María Alonso
2017-04-04 17:45 José María Alonso
2017-02-14 22:19 José María Alonso
2017-02-14 22:04 José María Alonso
2017-01-11  9:09 José María Alonso
2016-03-27 19:39 José María Alonso
2016-03-27 19:37 José María Alonso
2016-03-04 22:21 José María Alonso
2016-03-04 20:51 José María Alonso
2013-04-13 18:01 Stelian Ionescu
2013-04-11 13:48 Stelian Ionescu
2013-04-11 13:46 Stelian Ionescu
2011-06-17 14:33 Stelian Ionescu
2011-06-17 14:33 Stelian Ionescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525522557.5c8fc2882aa33044560cef114dda11517c19fecf.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox