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 4A1E71382C5 for ; Sun, 18 Mar 2018 16:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A7EE0819; Sun, 18 Mar 2018 16:23:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 12FAEE0819 for ; Sun, 18 Mar 2018 16:23:38 +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 CA6B2335D4D for ; Sun, 18 Mar 2018 16:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2A3239 for ; Sun, 18 Mar 2018 16:23:34 +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: <1521390219.b94e7ee2ae77b138f9e2e64053d63cd716e4d893.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-plus/cl-plus-1.0.ebuild X-VCS-Directories: dev-lisp/cl-plus/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: b94e7ee2ae77b138f9e2e64053d63cd716e4d893 X-VCS-Branch: master Date: Sun, 18 Mar 2018 16:23: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 X-Archives-Salt: e020f3e3-17f4-497b-83c9-0cdcd93eaacb X-Archives-Hash: 44b5a40bdc612db36ce751162efaf47d commit: b94e7ee2ae77b138f9e2e64053d63cd716e4d893 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 16:23:39 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Mar 18 16:23:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b94e7ee2 dev-lisp/cl-plus: Drops package dev-lisp/cl-plus/cl-plus-1.0.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-lisp/cl-plus/cl-plus-1.0.ebuild b/dev-lisp/cl-plus/cl-plus-1.0.ebuild deleted file mode 100644 index 9d8c4e01..00000000 --- a/dev-lisp/cl-plus/cl-plus-1.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Common Lisp extensions such as a DEFCONSTANT wrappers" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-plus" -SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE=""