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 49C771396D9 for ; Mon, 16 Oct 2017 21:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE4782BC06F; Mon, 16 Oct 2017 21:19:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8FC0F2BC06F for ; Mon, 16 Oct 2017 21:19:35 +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 CB17133BEC0 for ; Mon, 16 Oct 2017 21:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35893313 for ; Mon, 16 Oct 2017 21:19:33 +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: <1508188776.9ec5beb79db518a536960a498e6d41ad7d0ffd5b.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/madeira-port/madeira-port-9999.ebuild X-VCS-Directories: dev-lisp/madeira-port/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 9ec5beb79db518a536960a498e6d41ad7d0ffd5b X-VCS-Branch: master Date: Mon, 16 Oct 2017 21:19:33 +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: 1eae561c-3667-4592-8f78-30f17cc512ef X-Archives-Hash: 03368beaace0caeb6f778e9abf0e7907 commit: 9ec5beb79db518a536960a498e6d41ad7d0ffd5b Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Oct 16 21:19:36 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Oct 16 21:19:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ec5beb7 dev-lisp/madeira-port: Drops package dev-lisp/madeira-port/madeira-port-9999.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild deleted file mode 100644 index 950ee625..00000000 --- a/dev-lisp/madeira-port/madeira-port-9999.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 git-r3 - -DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system" -HOMEPAGE="https://github.com/nikodemus/madeira-port" -EGIT_REPO_URI="https://github.com/nikodemus/${PN}" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="dev-lisp/eos" -RDEPEND="${DEPEND}"