commit:     5901f35c4eb4c66f6ade480b22baea9d848b0727
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 21:33:27 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 21:33:27 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5901f35c

dev-lisp/cl-routes: Drops old version and updates SRC_URI

 dev-lisp/cl-routes/cl-routes-0.2.4.ebuild | 27 ---------------------------
 dev-lisp/cl-routes/cl-routes-0.2.5.ebuild |  2 +-
 2 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild 
b/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild
deleted file mode 100644
index a6b911dc..00000000
--- a/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Common Lisp implementation of the Rails routes system for mapping 
URLs."
-HOMEPAGE="http://code.google.com/p/cl-routes/";
-SRC_URI="http://cl-routes.googlecode.com/files/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/iterate
-               dev-lisp/puri
-               dev-lisp/split-sequence
-               dev-lisp/lift"
-
-CLSYSTEMS="routes"
-
-src_install() {
-       common-lisp-install-sources src t
-       common-lisp-install-asdf
-}

diff --git a/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild 
b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
index 3d1a2179..983fd8bb 100644
--- a/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
+++ b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
 
 DESCRIPTION="Common Lisp re-implementation of the Rails routes system for 
mapping URLs."
 HOMEPAGE="http://code.google.com/p/cl-routes/";
-SRC_URI="http://cl-routes.googlecode.com/files/${P}.tar.bz2";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cl-routes/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"

Reply via email to