* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2013-03-22 9:54 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-03-22 9:54 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2015-01-01 16:08 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2015-01-01 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 1b41e40265571a05aff4afe8d7916269deddc99a
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 1 16:10:17 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jan 1 16:10:17 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=1b41e402
dev-lisp/md5: update homepage and description
---
dev-lisp/md5/md5-2.0.1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
index 8375056..98ddfc5 100644
--- a/dev-lisp/md5/md5-2.0.1.ebuild
+++ b/dev-lisp/md5/md5-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,9 +6,10 @@ 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"
+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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2016-09-11 14:12 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-09-11 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 382505b194e575c07187e914424e8e99504060c9
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 14:12:23 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 14:12:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=382505b1
dev-lisp/md5: Update header
dev-lisp/md5/md5-1.8.5.ebuild | 4 ++--
dev-lisp/md5/md5-2.0.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/md5/md5-1.8.5.ebuild b/dev-lisp/md5/md5-1.8.5.ebuild
index be237dc..ec8f084 100644
--- a/dev-lisp/md5/md5-1.8.5.ebuild
+++ b/dev-lisp/md5/md5-1.8.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2
diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
index 98ddfc5..4a79f43 100644
--- a/dev-lisp/md5/md5-2.0.1.ebuild
+++ b/dev-lisp/md5/md5-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2016-09-11 14:16 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-09-11 14:16 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2017-02-08 22:29 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-02-08 22:29 UTC (permalink / raw
To: gentoo-commits
commit: ce89552ffc0ea899fc85bf4cc8741ec66c8f9b6b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 22:29:50 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 22:29:50 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ce89552f
dev-lisp/md5: Updates EAPI. Adds missing dependency
dev-lisp/md5/md5-2.0.1.ebuild | 7 +++++--
dev-lisp/md5/md5-2.0.3.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
index 4a79f438..0bd91bea 100644
--- a/dev-lisp/md5/md5-2.0.1.ebuild
+++ b/dev-lisp/md5/md5-2.0.1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=6
+
inherit common-lisp-3
MY_P=${PN}_${PV}
@@ -16,4 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="!dev-lisp/cl-${PN}"
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/flexi-streams"
diff --git a/dev-lisp/md5/md5-2.0.3.ebuild b/dev-lisp/md5/md5-2.0.3.ebuild
index 4a79f438..0bd91bea 100644
--- a/dev-lisp/md5/md5-2.0.3.ebuild
+++ b/dev-lisp/md5/md5-2.0.3.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=6
+
inherit common-lisp-3
MY_P=${PN}_${PV}
@@ -16,4 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="!dev-lisp/cl-${PN}"
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/flexi-streams"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/
@ 2017-07-07 8:53 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-07 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 7c2bde7b35de7f2870077e2e0eb169d5f7dade52
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:53:45 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:53:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7c2bde7b
dev-lisp/md5: Drops old version. Updates header
dev-lisp/md5/md5-1.8.5.ebuild | 20 --------------------
dev-lisp/md5/md5-2.0.1.ebuild | 1 -
dev-lisp/md5/md5-2.0.3.ebuild | 1 -
3 files changed, 22 deletions(-)
diff --git a/dev-lisp/md5/md5-1.8.5.ebuild b/dev-lisp/md5/md5-1.8.5.ebuild
deleted file mode 100644
index ec8f0840..00000000
--- a/dev-lisp/md5/md5-1.8.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Common Lisp package for MD5 Message Digests"
-HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html"
-SRC_URI="mirror://gentoo/cl-${MY_P}.orig.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${P}
diff --git a/dev-lisp/md5/md5-2.0.1.ebuild b/dev-lisp/md5/md5-2.0.1.ebuild
index 0bd91bea..dc4fa1a0 100644
--- a/dev-lisp/md5/md5-2.0.1.ebuild
+++ b/dev-lisp/md5/md5-2.0.1.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
diff --git a/dev-lisp/md5/md5-2.0.3.ebuild b/dev-lisp/md5/md5-2.0.3.ebuild
index 0bd91bea..dc4fa1a0 100644
--- a/dev-lisp/md5/md5-2.0.3.ebuild
+++ b/dev-lisp/md5/md5-2.0.3.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-07-07 8:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 8:53 [gentoo-commits] proj/lisp:master commit in: dev-lisp/md5/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-02-08 22:29 José María Alonso
2016-09-11 14:16 José María Alonso
2016-09-11 14:12 José María Alonso
2015-01-01 16:08 José María Alonso
2013-03-22 9:54 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox