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 E56C61382C5 for ; Sun, 18 Mar 2018 17:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F152DE07F6; Sun, 18 Mar 2018 17:26:51 +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 CA06EE07F6 for ; Sun, 18 Mar 2018 17:26:51 +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 8A547335D46 for ; Sun, 18 Mar 2018 17:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB20239 for ; Sun, 18 Mar 2018 17:26:49 +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: <1521394021.e4b4d76b1ccdc556821d0bc19c52717c82e96055.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-matcher/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/fare-matcher/fare-matcher-20090115.ebuild dev-lisp/fare-matcher/fare-matcher-9999.ebuild X-VCS-Directories: dev-lisp/fare-matcher/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: e4b4d76b1ccdc556821d0bc19c52717c82e96055 X-VCS-Branch: master Date: Sun, 18 Mar 2018 17:26:49 +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: 92400ac4-4549-4458-b1e3-59e54e55c59c X-Archives-Hash: f2bf1f7670d8009a905c83bc865e4b2c commit: e4b4d76b1ccdc556821d0bc19c52717c82e96055 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 17:27:01 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Mar 18 17:27:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e4b4d76b dev-lisp/fare-matcher: Adds live ebuild. Drops old version ...fare-matcher-20090115.ebuild => fare-matcher-9999.ebuild} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild b/dev-lisp/fare-matcher/fare-matcher-9999.ebuild similarity index 69% rename from dev-lisp/fare-matcher/fare-matcher-20090115.ebuild rename to dev-lisp/fare-matcher/fare-matcher-9999.ebuild index 39782669..4a3422be 100644 --- a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild +++ b/dev-lisp/fare-matcher/fare-matcher-9999.ebuild @@ -1,26 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit common-lisp-3 +inherit common-lisp-3 git-r3 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="A library of macros and functions by Fare Rideau." HOMEPAGE="http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs" -SRC_URI="http://fare.tunes.org/files/asdf-packages/${PN}-${MY_PV}.tar.gz" +EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/fare-matcher" LICENSE="No-Problem-Bugroff" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/fare-utils" - -S="${WORKDIR}"/${PN} +RDEPEND="dev-lisp/fare-utils" pkg_postinst() { while read line; do einfo ${line}; done <