From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QXa7I-0003WI-SB for garchives@archives.gentoo.org; Fri, 17 Jun 2011 14:33:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660F01C016; Fri, 17 Jun 2011 14:33:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2F99A1C016 for ; Fri, 17 Jun 2011 14:33:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 737AE1BC013 for ; Fri, 17 Jun 2011 14:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C3D358003C for ; Fri, 17 Jun 2011 14:33:34 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/asdf/asdf-1.123.ebuild dev-lisp/asdf/asdf-2.016.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: b2ab89b0ff59fcece12053969cbd5bfe9d217d6f Date: Fri, 17 Jun 2011 14:33:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 82270e60d9a462ab6b7e0ad7c2474f0f commit: b2ab89b0ff59fcece12053969cbd5bfe9d217d6f Author: Stelian Ionescu cddr org> AuthorDate: Fri Jun 17 13:14:04 2011 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Fri Jun 17 13:14:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3Db2ab89b0 dev-lisp/asdf: bump to ASDF2 version 2.016 --- dev-lisp/asdf/asdf-1.123.ebuild | 22 ---------------------- dev-lisp/asdf/asdf-2.016.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/dev-lisp/asdf/asdf-1.123.ebuild b/dev-lisp/asdf/asdf-1.123.e= build deleted file mode 100644 index 43d1116..0000000 --- a/dev-lisp/asdf/asdf-1.123.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils common-lisp-2 - -DESCRIPTION=3D"ASDF is Another System Definition Facility for Common Lis= p" -HOMEPAGE=3D"http://www.cliki.net/asdf" -SRC_URI=3D"http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE=3D"MIT" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" -IUSE=3D"" - -RDEPEND=3D"!dev-lisp/cl-${PN}" - -src_install() { - common-lisp-install {asdf,wild-modules,asdf-install}.lisp - dodoc README - docinto examples && dodoc test/* -} diff --git a/dev-lisp/asdf/asdf-2.016.ebuild b/dev-lisp/asdf/asdf-2.016.e= build new file mode 100644 index 0000000..3636b0a --- /dev/null +++ b/dev-lisp/asdf/asdf-2.016.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 +inherit eutils common-lisp-3 + +DESCRIPTION=3D"ASDF is Another System Definition Facility for Common Lis= p" +HOMEPAGE=3D"http://common-lisp.net/project/asdf/" +SRC_URI=3D"http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" + +LICENSE=3D"MIT" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" +IUSE=3D"" + +RDEPEND=3D"!dev-lisp/cl-${PN}" + +S=3D"${WORKDIR}/${PN}" + +src_install() { + common-lisp-install-sources {asdf,asdf-ecl,wild-modules}.lisp + common-lisp-install-asdf asdf.asd + dodoc README +}