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 D5048138330 for ; Sun, 11 Sep 2016 14:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85886E0AA8; Sun, 11 Sep 2016 14:16:53 +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 63CF3E0AA8 for ; Sun, 11 Sep 2016 14:16:53 +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 4ED28340997 for ; Sun, 11 Sep 2016 14:16:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFC232473 for ; Sun, 11 Sep 2016 14:16:50 +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: <1473603409.6d1c2b83043b8d8f1dd90d6bb7f09b784f2577b2.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.3.ebuild X-VCS-Directories: dev-lisp/md5/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 6d1c2b83043b8d8f1dd90d6bb7f09b784f2577b2 X-VCS-Branch: master Date: Sun, 11 Sep 2016 14:16:50 +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: 9b49b030-c014-4b43-8afb-a5fd786e1e08 X-Archives-Hash: 67e3c3c48e1c66247254be90830a297c commit: 6d1c2b83043b8d8f1dd90d6bb7f09b784f2577b2 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 14:16:49 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 14:16:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6d1c2b83 dev-lisp/md5: Bump to version 2.0.3 dev-lisp/md5/md5-2.0.3.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-lisp/md5/md5-2.0.3.ebuild b/dev-lisp/md5/md5-2.0.3.ebuild new file mode 100644 index 0000000..4a79f43 --- /dev/null +++ b/dev-lisp/md5/md5-2.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit common-lisp-3 + +MY_P=${PN}_${PV} + +DESCRIPTION="A fast implementation of MD5 message-digests" +HOMEPAGE="http://pmsf.eu/resources/lisp/MD5.html + http://www.cliki.net/MD5" +SRC_URI="http://pmsf.eu/pub/download/${P}.zip" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"