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 4CCE1139694 for ; Wed, 5 Jul 2017 21:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5046E0BE5; Wed, 5 Jul 2017 21:13:06 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94DD2E0BE5 for ; Wed, 5 Jul 2017 21:13:06 +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 BE2E034183A for ; Wed, 5 Jul 2017 21:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6435B7466 for ; Wed, 5 Jul 2017 21:13: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: <1499289191.4d992cff546348f11b18031ae2333200f81c96b7.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/chronicity/chronicity-0.2.6.ebuild dev-lisp/chronicity/chronicity-0.2.7.ebuild dev-lisp/chronicity/chronicity-0.3.0.ebuild X-VCS-Directories: dev-lisp/chronicity/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4d992cff546348f11b18031ae2333200f81c96b7 X-VCS-Branch: master Date: Wed, 5 Jul 2017 21:13: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: 4263e938-edb0-49fd-91af-2899529e25f8 X-Archives-Hash: a390d43c39496481f44dceb770f74632 commit: 4d992cff546348f11b18031ae2333200f81c96b7 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Jul 5 21:13:11 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Jul 5 21:13:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d992cff dev-lisp/chronicity: Drops old version. Updates to common-lisp-3 eclass dev-lisp/chronicity/chronicity-0.2.6.ebuild | 28 ---------------------------- dev-lisp/chronicity/chronicity-0.2.7.ebuild | 5 ++--- dev-lisp/chronicity/chronicity-0.3.0.ebuild | 3 +-- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild deleted file mode 100644 index a8f94f36..00000000 --- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit common-lisp-2 - -DESCRIPTION="A natural language date and time parser for Common Lisp." -HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/" -SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lisp/cl-ppcre-2.0.0 - dev-lisp/cl-interpol - >=dev-lisp/local-time-1.0.1" - -CLPACKAGES="${PN} ${PN}-test" - -src_install() { - common-lisp-install *.asd src test - common-lisp-symlink-asdf - dodoc README -} diff --git a/dev-lisp/chronicity/chronicity-0.2.7.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild index 52a02424..c24b82bc 100644 --- a/dev-lisp/chronicity/chronicity-0.2.7.ebuild +++ b/dev-lisp/chronicity/chronicity-0.2.7.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 diff --git a/dev-lisp/chronicity/chronicity-0.3.0.ebuild b/dev-lisp/chronicity/chronicity-0.3.0.ebuild index fc3fbfd4..c24b82bc 100644 --- a/dev-lisp/chronicity/chronicity-0.3.0.ebuild +++ b/dev-lisp/chronicity/chronicity-0.3.0.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6