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 5698E138330 for ; Sun, 11 Sep 2016 15:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71AC1E0AEE; Sun, 11 Sep 2016 15:36:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53E08E0AEE for ; Sun, 11 Sep 2016 15:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D671340775 for ; Sun, 11 Sep 2016 15:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96272464 for ; Sun, 11 Sep 2016 15:36:45 +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: <1473608203.9fe28b2eb5eafdccf64cc569c4c0cb455e7fa82a.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild X-VCS-Directories: dev-lisp/trivial-garbage/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 9fe28b2eb5eafdccf64cc569c4c0cb455e7fa82a X-VCS-Branch: master Date: Sun, 11 Sep 2016 15:36:45 +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: 00cb3ebe-78a2-41e6-9e9f-88daf312f79c X-Archives-Hash: ee9193465ecc466971c142707186737b commit: 9fe28b2eb5eafdccf64cc569c4c0cb455e7fa82a Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 15:36:43 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 15:36:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9fe28b2e dev-lisp/trivial-garbage: Update header and description dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild | 12 ++++++++---- dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild | 8 +++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild index a0e1ab1..b137dc5 100644 --- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild +++ b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild @@ -1,12 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 + inherit common-lisp-2 -DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers." +MY_P="${PN}_${PV}" + +DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and weak pointers." HOMEPAGE="http://www.cliki.net/trivial-garbage" -SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${PN}_${PV}.tar.gz" +SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz -> ${PF}.tar.gz" LICENSE="public-domain" SLOT="0" @@ -15,4 +19,4 @@ IUSE="" RDEPEND="!dev-lisp/cl-${PN}" -S="${WORKDIR}"/${PN}_${PV} +S="${WORKDIR}"/${MY_P} diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild index 141f964..94e9c78 100644 --- a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild +++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,11 +6,9 @@ EAPI=5 inherit common-lisp-3 -MY_V="v${PV}" - -DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers." +DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and weak pointers." HOMEPAGE="http://www.cliki.net/trivial-garbage" -SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_V}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz" LICENSE="public-domain" SLOT="0"