commit: ec67572044d2cf9f7480dc8bd280ef6fe29bf719 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 17:20:30 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 17:20:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ec675720
dev-lisp/salza2: Update DESCRIPTION dev-lisp/salza2/salza2-2.0.7.ebuild | 4 ++-- dev-lisp/salza2/salza2-2.0.8.ebuild | 4 ++-- dev-lisp/salza2/salza2-2.0.9.ebuild | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild b/dev-lisp/salza2/salza2-2.0.7.ebuild index 5c3a19b..411d4b2 100644 --- a/dev-lisp/salza2/salza2-2.0.7.ebuild +++ b/dev-lisp/salza2/salza2-2.0.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit common-lisp-2 -DESCRIPTION="A compression library for creating data in the DEFLATE, ZLIB, or GZIP compression formats." +DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats" HOMEPAGE="http://www.xach.com/lisp/salza2/" SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild index 08d80c0..3f0c6a2 100644 --- a/dev-lisp/salza2/salza2-2.0.8.ebuild +++ b/dev-lisp/salza2/salza2-2.0.8.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,7 +6,7 @@ EAPI=5 inherit common-lisp-3 -DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats." +DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats" HOMEPAGE="http://www.xach.com/lisp/salza2/" SRC_URI="mirror://gentoo/${P}.tar.gz" diff --git a/dev-lisp/salza2/salza2-2.0.9.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild index 14ad189..b45202e 100644 --- a/dev-lisp/salza2/salza2-2.0.9.ebuild +++ b/dev-lisp/salza2/salza2-2.0.9.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,13 +6,15 @@ EAPI=5 inherit common-lisp-3 -DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats." +MY_PV="release-${PV}" + +DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats" HOMEPAGE="http://www.xach.com/lisp/salza2/" -SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz" +SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -S="${WORKDIR}/${PN}-release-${PV}" +S="${WORKDIR}/${PN}-${MY_PV}"