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 DD3F9139694 for ; Tue, 4 Apr 2017 17:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B265BE0DDF; Tue, 4 Apr 2017 17:48:30 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F86AE0DDF for ; Tue, 4 Apr 2017 17:48:30 +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 93BD5341130 for ; Tue, 4 Apr 2017 17:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D68171DC for ; Tue, 4 Apr 2017 17:48:28 +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: <1491328143.317ae9ec44c3623794a1e86dfdc9264f1df4da9e.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-2.33.ebuild X-VCS-Directories: dev-lisp/uiop/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 317ae9ec44c3623794a1e86dfdc9264f1df4da9e X-VCS-Branch: master Date: Tue, 4 Apr 2017 17:48:28 +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: 3d32e72e-ad4d-4a4b-baf4-cfecc0fe93a1 X-Archives-Hash: 6aa9bf5ef81c2cba8a0f5f7ee9f30733 commit: 317ae9ec44c3623794a1e86dfdc9264f1df4da9e Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Apr 4 17:49:03 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Apr 4 17:49:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=317ae9ec dev-lisp/uiop: Drops old version dev-lisp/uiop/uiop-2.33.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-lisp/uiop/uiop-2.33.ebuild b/dev-lisp/uiop/uiop-2.33.ebuild deleted file mode 100644 index f513c7a5..00000000 --- a/dev-lisp/uiop/uiop-2.33.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -inherit eutils 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}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="~dev-lisp/asdf-${PV}" - -S="${WORKDIR}/${PN}" - -src_install() { - common-lisp-install-sources -t all contrib *.lisp version.lisp-expr - common-lisp-install-asdf uiop.asd asdf-driver.asd -}