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 A15DB1382C5 for ; Mon, 19 Feb 2018 18:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E41E09FB; Mon, 19 Feb 2018 18:44:02 +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 A7DAEE09FB for ; Mon, 19 Feb 2018 18:44:02 +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 BDBFB335C2A for ; Mon, 19 Feb 2018 18:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B52215 for ; Mon, 19 Feb 2018 18:43:58 +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: <1519065881.93143374aec42a95a5b501d6da8f4a1b6d19856b.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.2.ebuild dev-lisp/fiveam/fiveam-1.3.ebuild dev-lisp/fiveam/fiveam-1.4.1.ebuild dev-lisp/fiveam/fiveam-1.4.ebuild X-VCS-Directories: dev-lisp/fiveam/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 93143374aec42a95a5b501d6da8f4a1b6d19856b X-VCS-Branch: master Date: Mon, 19 Feb 2018 18:43:58 +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: 87d63419-374c-4cb3-9f76-4ed07f68115c X-Archives-Hash: 520023f48fb4614cfb097b4897e400ce commit: 93143374aec42a95a5b501d6da8f4a1b6d19856b Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Feb 19 18:44:41 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Feb 19 18:44:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=93143374 dev-lisp/fiveam: Bumps version to 1.4.1 and cleans up old versions dev-lisp/fiveam/fiveam-1.2.ebuild | 27 ------------------ dev-lisp/fiveam/fiveam-1.3.ebuild | 33 ---------------------- .../{fiveam-1.4.ebuild => fiveam-1.4.1.ebuild} | 0 3 files changed, 60 deletions(-) diff --git a/dev-lisp/fiveam/fiveam-1.2.ebuild b/dev-lisp/fiveam/fiveam-1.2.ebuild deleted file mode 100644 index 00b3bdd0..00000000 --- a/dev-lisp/fiveam/fiveam-1.2.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 -} diff --git a/dev-lisp/fiveam/fiveam-1.3.ebuild b/dev-lisp/fiveam/fiveam-1.3.ebuild deleted file mode 100644 index 96f0b7fb..00000000 --- a/dev-lisp/fiveam/fiveam-1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - !dev-lisp/cl-${PN}-darcs - dev-lisp/alexandria - dev-lisp/asdf-flv - dev-lisp/trivial-backtrace" - -src_prepare() { - sed -i -e 's/net\.didierverna\.//g' "${PN}.asd" "src/suite.lisp" || die - default -} -src_install() { - common-lisp-install-sources -t all docs src t version.sexp - common-lisp-install-asdf - dodoc README -} diff --git a/dev-lisp/fiveam/fiveam-1.4.ebuild b/dev-lisp/fiveam/fiveam-1.4.1.ebuild similarity index 100% rename from dev-lisp/fiveam/fiveam-1.4.ebuild rename to dev-lisp/fiveam/fiveam-1.4.1.ebuild