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 313F4138330 for ; Sun, 11 Sep 2016 17:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEACAE0B02; Sun, 11 Sep 2016 17:34:12 +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 9FDDCE0B02 for ; Sun, 11 Sep 2016 17:34:12 +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 54B42340845 for ; Sun, 11 Sep 2016 17:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D575E2464 for ; Sun, 11 Sep 2016 17:34:08 +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: <1473615238.3b6a762ac5fd5830530e840b89e53df9dc6600a7.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/ironclad/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/ironclad/ironclad-0.28.ebuild dev-lisp/ironclad/ironclad-0.33.0.ebuild X-VCS-Directories: dev-lisp/ironclad/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 3b6a762ac5fd5830530e840b89e53df9dc6600a7 X-VCS-Branch: master Date: Sun, 11 Sep 2016 17:34:08 +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: d286e452-fb41-4ef3-9a13-3e94658c9cf9 X-Archives-Hash: 8a4e695758b0af6ae15de8554da8a2f5 commit: 3b6a762ac5fd5830530e840b89e53df9dc6600a7 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 17:33:58 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 17:33:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b6a762a dev-lisp/ironclad: Update header dev-lisp/ironclad/ironclad-0.28.ebuild | 5 +++-- dev-lisp/ironclad/ironclad-0.33.0.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-lisp/ironclad/ironclad-0.28.ebuild b/dev-lisp/ironclad/ironclad-0.28.ebuild index e6e66c9..3237474 100644 --- a/dev-lisp/ironclad/ironclad-0.28.ebuild +++ b/dev-lisp/ironclad/ironclad-0.28.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=2 + inherit common-lisp-3 MY_P=${PN}_${PV} diff --git a/dev-lisp/ironclad/ironclad-0.33.0.ebuild b/dev-lisp/ironclad/ironclad-0.33.0.ebuild index a3738a8..fb5ca94 100644 --- a/dev-lisp/ironclad/ironclad-0.33.0.ebuild +++ b/dev-lisp/ironclad/ironclad-0.33.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit common-lisp-3 -MY_P=${PN}_${PV} +MY_P="${PN}_${PV}" DESCRIPTION="Ironclad is a Common Lisp library similar to OpenSSL, GNU TLS or Crypto++" HOMEPAGE="http://method-combination.net/lisp/ironclad/ http://www.cliki.net/Ironclad" -SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz" +SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"