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 A0D5C1396D9 for ; Tue, 31 Oct 2017 20:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA6CE0E20; Tue, 31 Oct 2017 20:21:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 81616E0E20 for ; Tue, 31 Oct 2017 20:21:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 554673416CA for ; Tue, 31 Oct 2017 20:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7545829 for ; Tue, 31 Oct 2017 20:21:23 +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: <1509481277.1a67c52d2f08e4c1e8853a48313c87a5a42b54ce.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/uiop/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/uiop/uiop-3.1.7.ebuild X-VCS-Directories: dev-lisp/uiop/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 1a67c52d2f08e4c1e8853a48313c87a5a42b54ce X-VCS-Branch: master Date: Tue, 31 Oct 2017 20:21:23 +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: e93ff46d-c6d1-4fc2-8ed8-72bf33bba400 X-Archives-Hash: bd8dcc00c998e7ea81fb2c1fb17dc03f commit: 1a67c52d2f08e4c1e8853a48313c87a5a42b54ce Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Oct 31 20:21:17 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Oct 31 20:21:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1a67c52d dev-lisp/uiop: Drops version 3.1.7 dev-lisp/uiop/uiop-3.1.7.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-lisp/uiop/uiop-3.1.7.ebuild b/dev-lisp/uiop/uiop-3.1.7.ebuild deleted file mode 100644 index 5b6164dc..00000000 --- a/dev-lisp/uiop/uiop-3.1.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit common-lisp-3 - -DESCRIPTION="UIOP is a portability layer spun off ASDF3" -HOMEPAGE="http://common-lisp.net/project/asdf/" -SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="~dev-lisp/asdf-${PV}" - -S="${WORKDIR}/${PN}" - -src_install() { - insinto "${CLSOURCEROOT}/${PN}" - doins -r contrib *.lisp ../version.lisp-expr "${PN}.asd" asdf-driver.asd - dodir "${CLSYSTEMROOT}" - dosym "${CLSOURCEROOT}/${PN}/${PN}.asd" "${CLSYSTEMROOT}/${PN}.asd" - dosym "${CLSOURCEROOT}/${PN}/asdf-driver.asd" "${CLSYSTEMROOT}/asdf-driver.asd" -}