From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5B9F1396D9 for ; Tue, 31 Oct 2017 20:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA49E0E20; Tue, 31 Oct 2017 20:19:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB5D2E0E20 for ; Tue, 31 Oct 2017 20:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A16CE341692 for ; Tue, 31 Oct 2017 20:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 554AE82C for ; Tue, 31 Oct 2017 20:19:32 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1509481169.2557b170d9340758f72eaf5867bb6dc0fe63c4a6.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/asdf/asdf-3.1.7.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2557b170d9340758f72eaf5867bb6dc0fe63c4a6 X-VCS-Branch: master Date: Tue, 31 Oct 2017 20:19:32 +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: b85952db-cfc7-4f56-826c-0d297dc1a90b X-Archives-Hash: 57003f22eb2e64096cb1dbb1537d9255 commit: 2557b170d9340758f72eaf5867bb6dc0fe63c4a6 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Oct 31 20:19:29 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Oct 31 20:19:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2557b170 dev-lisp/asdf-3.1.7 dev-lisp/asdf/asdf-3.1.7.ebuild | 49 ----------------------------------------- 1 file changed, 49 deletions(-) diff --git a/dev-lisp/asdf/asdf-3.1.7.ebuild b/dev-lisp/asdf/asdf-3.1.7.ebuild deleted file mode 100644 index c42d4d1f..00000000 --- a/dev-lisp/asdf/asdf-3.1.7.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils prefix - -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}.tgz" - -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-binary-locations - !dev-lisp/gentoo-init - !