From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3F3361384B4 for ; Fri, 18 Dec 2015 22:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9ACE08C5; Fri, 18 Dec 2015 22:28:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 219DDE08C5 for ; Fri, 18 Dec 2015 22:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 965953406C2 for ; Fri, 18 Dec 2015 22:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0CBB33 for ; Fri, 18 Dec 2015 22:27:57 +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: <1450477850.c2f2a075a0eff22d26f8968bd767a9281a98a372.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/salza2/salza2-2.0.7.ebuild dev-lisp/salza2/salza2-2.0.8.ebuild dev-lisp/salza2/salza2-2.0.9.ebuild X-VCS-Directories: dev-lisp/salza2/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c2f2a075a0eff22d26f8968bd767a9281a98a372 X-VCS-Branch: master Date: Fri, 18 Dec 2015 22:27:57 +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: ec566d7b-fea4-460e-99c1-fc508275dbf0 X-Archives-Hash: b15047154d81ceafe8fa21a3a0eb9219 commit: c2f2a075a0eff22d26f8968bd767a9281a98a372 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Dec 18 22:30:50 2015 +0000 Commit: José María Alonso gentoo 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}"