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 C55CA1396D0 for ; Wed, 30 Aug 2017 13:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDCFE0E2D; Wed, 30 Aug 2017 13:31:18 +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 11EE3E0E2D for ; Wed, 30 Aug 2017 13:31:18 +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 1D67D33BEAE for ; Wed, 30 Aug 2017 13:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3CAA87E6 for ; Wed, 30 Aug 2017 13:31:04 +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: <1504099861.4a1a8fa464f8fb53989c6b75936c6110c9f049da.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/fiveam/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/fiveam/fiveam-1.0.ebuild dev-lisp/fiveam/fiveam-1.1.ebuild X-VCS-Directories: dev-lisp/fiveam/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4a1a8fa464f8fb53989c6b75936c6110c9f049da X-VCS-Branch: master Date: Wed, 30 Aug 2017 13:31:04 +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: e9e0ab81-afae-45af-88d1-4dd1d0dcc300 X-Archives-Hash: cf25f4050111db390dbc9a995c7df8db commit: 4a1a8fa464f8fb53989c6b75936c6110c9f049da Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Aug 30 13:31:01 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Aug 30 13:31:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4a1a8fa4 dev-lisp/fiveam: Drops old versions dev-lisp/fiveam/fiveam-1.0.ebuild | 27 --------------------------- dev-lisp/fiveam/fiveam-1.1.ebuild | 27 --------------------------- 2 files changed, 54 deletions(-) diff --git a/dev-lisp/fiveam/fiveam-1.0.ebuild b/dev-lisp/fiveam/fiveam-1.0.ebuild deleted file mode 100644 index 72e30fa5..00000000 --- a/dev-lisp/fiveam/fiveam-1.0.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 - -MY_PV="v${PV}" - -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp." -HOMEPAGE="http://common-lisp.net/project/fiveam/" -SRC_URI="https://github.com/sionescu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~sparc ~ppc" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - !dev-lisp/cl-${PN}-darcs - dev-lisp/arnesi" - -src_install() { - common-lisp-install-sources -t all src t - common-lisp-install-asdf - dodoc README -} diff --git a/dev-lisp/fiveam/fiveam-1.1.ebuild b/dev-lisp/fiveam/fiveam-1.1.ebuild deleted file mode 100644 index 00b3bdd0..00000000 --- a/dev-lisp/fiveam/fiveam-1.1.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 - -MY_PV="v${PV}" - -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp." -HOMEPAGE="http://common-lisp.net/project/fiveam/" -SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~sparc ~ppc" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - !dev-lisp/cl-${PN}-darcs - dev-lisp/alexandria" - -src_install() { - common-lisp-install-sources -t all docs src t version.lisp-expr - common-lisp-install-asdf - dodoc README -}