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/cl-routes/
Date: Sat, 21 Oct 2017 21:33:17
Message-Id: 1508621607.5901f35c4eb4c66f6ade480b22baea9d848b0727.nimiux@gentoo
1 commit: 5901f35c4eb4c66f6ade480b22baea9d848b0727
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 21:33:27 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 21:33:27 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5901f35c
7
8 dev-lisp/cl-routes: Drops old version and updates SRC_URI
9
10 dev-lisp/cl-routes/cl-routes-0.2.4.ebuild | 27 ---------------------------
11 dev-lisp/cl-routes/cl-routes-0.2.5.ebuild | 2 +-
12 2 files changed, 1 insertion(+), 28 deletions(-)
13
14 diff --git a/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild b/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild
15 deleted file mode 100644
16 index a6b911dc..00000000
17 --- a/dev-lisp/cl-routes/cl-routes-0.2.4.ebuild
18 +++ /dev/null
19 @@ -1,27 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -
25 -inherit common-lisp-3
26 -
27 -DESCRIPTION="Common Lisp implementation of the Rails routes system for mapping URLs."
28 -HOMEPAGE="http://code.google.com/p/cl-routes/"
29 -SRC_URI="http://cl-routes.googlecode.com/files/${P}.tar.bz2"
30 -
31 -LICENSE="LGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lisp/iterate
37 - dev-lisp/puri
38 - dev-lisp/split-sequence
39 - dev-lisp/lift"
40 -
41 -CLSYSTEMS="routes"
42 -
43 -src_install() {
44 - common-lisp-install-sources src t
45 - common-lisp-install-asdf
46 -}
47
48 diff --git a/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
49 index 3d1a2179..983fd8bb 100644
50 --- a/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
51 +++ b/dev-lisp/cl-routes/cl-routes-0.2.5.ebuild
52 @@ -7,7 +7,7 @@ inherit common-lisp-3
53
54 DESCRIPTION="Common Lisp re-implementation of the Rails routes system for mapping URLs."
55 HOMEPAGE="http://code.google.com/p/cl-routes/"
56 -SRC_URI="http://cl-routes.googlecode.com/files/${P}.tar.bz2"
57 +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cl-routes/${P}.tar.bz2"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"