From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-571972-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23611198005 for <garchives@archives.gentoo.org>; Fri, 22 Mar 2013 09:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 822ECE0639; Fri, 22 Mar 2013 09:54:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 175B3E0639 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Mar 2013 09:54:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B23A33BE6E for <gentoo-commits@lists.gentoo.org>; Fri, 22 Mar 2013 09:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B724EE4073 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Mar 2013 09:54:24 +0000 (UTC) From: "José María Alonso" <nimiux@gentoo.org> 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" <nimiux@gentoo.org> Message-ID: <1363946090.eaadecc7a749926f31cbd000d96d80cdf275042d.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/md5/md5-2.0.1.ebuild X-VCS-Directories: dev-lisp/md5/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: eaadecc7a749926f31cbd000d96d80cdf275042d X-VCS-Branch: master Date: Fri, 22 Mar 2013 09:54:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c105d3c7-c8dd-4212-aba6-736dc1c488b7 X-Archives-Hash: c30368d39f44d02cae56633559074979 commit: eaadecc7a749926f31cbd000d96d80cdf275042d Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Mar 22 09:54:50 2013 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Mar 22 09:54:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=eaadecc7 dev-lisp/md5: bump to version 2.0.1 --- dev-lisp/md5/md5-2.0.1.ebuild | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild new file mode 100644 index 0000000..8375056 --- /dev/null +++ b/dev-lisp/md5/md5-2.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-3 + +MY_P=${PN}_${PV} + +DESCRIPTION="A fast implementation of MD5" +HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html" +SRC_URI="http://www.pmsf.de/pub/download/${P}.zip" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"