commit:     c2f2a075a0eff22d26f8968bd767a9281a98a372
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 22:30:50 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 22:30:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2f2a075

dev-lisp: bump to version 2.0.9 and fix headers

 dev-lisp/salza2/salza2-2.0.7.ebuild                          |  4 ++--
 dev-lisp/salza2/salza2-2.0.8.ebuild                          |  4 ++--
 dev-lisp/salza2/{salza2-2.0.8.ebuild => salza2-2.0.9.ebuild} | 12 ++++--------
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild 
b/dev-lisp/salza2/salza2-2.0.7.ebuild
index 64b3ec6..5c3a19b 100644
--- a/dev-lisp/salza2/salza2-2.0.7.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild 
b/dev-lisp/salza2/salza2-2.0.8.ebuild
index a88595c..08d80c0 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild 
b/dev-lisp/salza2/salza2-2.0.9.ebuild
similarity index 61%
copy from dev-lisp/salza2/salza2-2.0.8.ebuild
copy to dev-lisp/salza2/salza2-2.0.9.ebuild
index a88595c..14ad189 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
@@ -8,15 +8,11 @@ inherit common-lisp-3
 
 DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or 
GZIP data formats."
 HOMEPAGE="http://www.xach.com/lisp/salza2/";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dohtml doc/index.html
-}
+S="${WORKDIR}/${PN}-release-${PV}"

Reply via email to