From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 815E81381F3 for ; Fri, 19 Jul 2013 13:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13DD9E0A07; Fri, 19 Jul 2013 13:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BB26E0A07 for ; Fri, 19 Jul 2013 13:31:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E70733DAD3 for ; Fri, 19 Jul 2013 13:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 469B2E4B05 for ; Fri, 19 Jul 2013 13:31:26 +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: <1374240690.a2f42a638791057ca151ab100952758ffecf1abc.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 X-VCS-Directories: dev-lisp/chronicity/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a2f42a638791057ca151ab100952758ffecf1abc X-VCS-Branch: master Date: Fri, 19 Jul 2013 13:31:26 +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: 290689db-de86-4f74-befd-5e3477dc92e8 X-Archives-Hash: 9140d0f3e2e91d9638e4f159e49d967d commit: a2f42a638791057ca151ab100952758ffecf1abc Author: Chema Alonso gentoo org> AuthorDate: Fri Jul 19 13:31:30 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 19 13:31:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a2f42a63 dev-lisp/chronicity: move to github. Bump to version 0.2.7 --- dev-lisp/chronicity/chronicity-0.2.6.ebuild | 10 ++++------ .../{chronicity-0.2.6.ebuild => chronicity-0.2.7.ebuild} | 12 +++++------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild index 2d183f1..63e57f3 100644 --- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild +++ b/dev-lisp/chronicity/chronicity-0.2.6.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit common-lisp-2 +EAPI=5 -MY_P=${PN}-v${PV} +inherit common-lisp-2 DESCRIPTION="A natural language date and time parser for Common Lisp." HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/" -SRC_URI="http://chaitanyagupta.com/lisp/${PN}/downloads/${MY_P}.tar.gz" +SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -21,8 +21,6 @@ RDEPEND=">=dev-lisp/cl-ppcre-2.0.0 CLPACKAGES="${PN} ${PN}-test" -S="${WORKDIR}"/${MY_P} - src_install() { common-lisp-install *.asd src test common-lisp-symlink-asdf diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild similarity index 70% copy from dev-lisp/chronicity/chronicity-0.2.6.ebuild copy to dev-lisp/chronicity/chronicity-0.2.7.ebuild index 2d183f1..67c3e20 100644 --- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild +++ b/dev-lisp/chronicity/chronicity-0.2.7.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit common-lisp-2 +EAPI=5 -MY_P=${PN}-v${PV} +inherit common-lisp-3 DESCRIPTION="A natural language date and time parser for Common Lisp." HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/" -SRC_URI="http://chaitanyagupta.com/lisp/${PN}/downloads/${MY_P}.tar.gz" +SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -21,10 +21,8 @@ RDEPEND=">=dev-lisp/cl-ppcre-2.0.0 CLPACKAGES="${PN} ${PN}-test" -S="${WORKDIR}"/${MY_P} - src_install() { - common-lisp-install *.asd src test - common-lisp-symlink-asdf + common-lisp-install-sources src test + common-lisp-install-asdf dodoc README }