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-mime/
Date: Mon, 02 Dec 2013 15:06:51
Message-Id: 1385996852.7718d9c6aeb1cd2b4641ec7951b1260d09d44f57.nimiux@gentoo
1 commit: 7718d9c6aeb1cd2b4641ec7951b1260d09d44f57
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 15:07:32 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 15:07:32 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7718d9c6
7
8 dev-lisp/cl-mime: fix homepage. Moved to EAPI5 and common-lisp-3
9
10 ---
11 dev-lisp/cl-mime/cl-mime-0.5.3.ebuild | 8 +++++---
12 1 file changed, 5 insertions(+), 3 deletions(-)
13
14 diff --git a/dev-lisp/cl-mime/cl-mime-0.5.3.ebuild b/dev-lisp/cl-mime/cl-mime-0.5.3.ebuild
15 index eb0be8c..7314899 100644
16 --- a/dev-lisp/cl-mime/cl-mime-0.5.3.ebuild
17 +++ b/dev-lisp/cl-mime/cl-mime-0.5.3.ebuild
18 @@ -1,11 +1,13 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 +# Copyright 1999-2013 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 -inherit common-lisp-2
25 +EAPI=5
26 +
27 +inherit common-lisp-3
28
29 DESCRIPTION="A Common Lisp library for constructing and manipulating MIME objects."
30 -HOMEPAGE="http://www.cliki.net/cl-mime/"
31 +HOMEPAGE="http://www.cliki.net/cl-mime"
32 SRC_URI="http://www.bobturf.org/software/${PN}/${P}.tar.gz"
33
34 LICENSE="LLGPL-2.1"