commit:     6d1c2b83043b8d8f1dd90d6bb7f09b784f2577b2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 14:16:49 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> 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}"

Reply via email to