Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
Date: Thu, 01 Jan 2015 16:08:30
Message-Id: 1420128617.1b41e40265571a05aff4afe8d7916269deddc99a.nimiux@gentoo
1 commit: 1b41e40265571a05aff4afe8d7916269deddc99a
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 1 16:10:17 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 1 16:10:17 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=1b41e402
7
8 dev-lisp/md5: update homepage and description
9
10 ---
11 dev-lisp/md5/md5-2.0.1.ebuild | 9 +++++----
12 1 file changed, 5 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
15 index 8375056..98ddfc5 100644
16 --- a/dev-lisp/md5/md5-2.0.1.ebuild
17 +++ b/dev-lisp/md5/md5-2.0.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2015 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 @@ -6,9 +6,10 @@ inherit common-lisp-3
25
26 MY_P=${PN}_${PV}
27
28 -DESCRIPTION="A fast implementation of MD5"
29 -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html"
30 -SRC_URI="http://www.pmsf.de/pub/download/${P}.zip"
31 +DESCRIPTION="A fast implementation of MD5 message-digests"
32 +HOMEPAGE="http://pmsf.eu/resources/lisp/MD5.html
33 + http://www.cliki.net/MD5"
34 +SRC_URI="http://pmsf.eu/pub/download/${P}.zip"
35
36 LICENSE="public-domain"
37 SLOT="0"