commit:     9fe28b2eb5eafdccf64cc569c4c0cb455e7fa82a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:36:43 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> 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"

Reply via email to