From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78DEB138200 for ; Thu, 4 Apr 2013 00:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3E3E07ED; Thu, 4 Apr 2013 00:05:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7819CE07EC for ; Thu, 4 Apr 2013 00:05:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8380933DD1E for ; Thu, 4 Apr 2013 00:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 165E7E4073 for ; Thu, 4 Apr 2013 00:05:19 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <1365032427.26c3373f7a6dd0a8c1b08220bea8e6c0b3e34368.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-binary-locations/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/asdf-binary-locations/asdf-binary-locations-0.3.8-r1.ebuild X-VCS-Directories: dev-lisp/asdf-binary-locations/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 26c3373f7a6dd0a8c1b08220bea8e6c0b3e34368 X-VCS-Branch: master Date: Thu, 4 Apr 2013 00:05:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: add8c984-bf54-42a4-a7fa-0cb6ab8afc7b X-Archives-Hash: cba45ceee9db82d19c4f1b081f9f4eb9 commit: 26c3373f7a6dd0a8c1b08220bea8e6c0b3e34368 Author: Stelian Ionescu cddr org> AuthorDate: Wed Apr 3 23:40:27 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Wed Apr 3 23:40:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=26c3373f Remove asdf-binary-locations It is incompatible with ASDF3 --- .../asdf-binary-locations-0.3.8-r1.ebuild | 23 -------------------- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/dev-lisp/asdf-binary-locations/asdf-binary-locations-0.3.8-r1.ebuild b/dev-lisp/asdf-binary-locations/asdf-binary-locations-0.3.8-r1.ebuild deleted file mode 100644 index 7cf44b5..0000000 --- a/dev-lisp/asdf-binary-locations/asdf-binary-locations-0.3.8-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -inherit common-lisp-3 eutils - -DESCRIPTION="An ASDF extension that manages Common Lisp binaries (FASL files)." -HOMEPAGE="http://common-lisp.net/project/asdf-binary-locations/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/asdf" - -src_install() { - common-lisp-install-sources dev/ - common-lisp-install-asdf ${PN}.asd -}