Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/cl-smtp: ChangeLog cl-smtp-20100505.1.ebuild
Date: Tue, 01 Jun 2010 19:56:26
Message-Id: 20100601194621.AC2F42CE14@corvid.gentoo.org
1 zmedico 10/06/01 19:46:21
2
3 Modified: ChangeLog
4 Added: cl-smtp-20100505.1.ebuild
5 Log:
6 Bug #193627 - 20100505.1 version bump (older version is unfetchable).
7 (Portage version: 2.2_rc67_p165/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-lisp/cl-smtp/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-smtp/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-smtp/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-smtp/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 7 Jan 2009 20:29:16 -0000 1.2
23 +++ ChangeLog 1 Jun 2010 19:46:21 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lisp/cl-smtp
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/ChangeLog,v 1.2 2009/01/07 20:29:16 zmedico Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/ChangeLog,v 1.3 2010/06/01 19:46:21 zmedico Exp $
30 +
31 +*cl-smtp-20100505.1 (01 Jun 2010)
32 +
33 + 01 Jun 2010; Zac Medico <zmedico@g.o> +cl-smtp-20100505.1.ebuild:
34 + Bug #193627 - 20100505.1 version bump (older version is unfetchable).
35
36 07 Jan 2009; Zac Medico <zmedico@g.o> cl-smtp-20060404.1.ebuild:
37 Bug #193627 - Set RESTRICT=fetch since distfiles are unavailable.
38
39
40
41 1.1 dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cl-smtp-20100505.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild,v 1.1 2010/06/01 19:46:21 zmedico Exp $
51
52 EAPI=3
53 inherit common-lisp
54
55 DESCRIPTION="A Common Lisp client library for the SMTP network protocol."
56 HOMEPAGE="http://www.cliki.net/CL-SMTP"
57 SRC_URI="http://common-lisp.net/project/cl-smtp/cl-smtp.tar.gz -> ${P}.tar.gz"
58 LICENSE="LLGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE=""
62 DEPEND="dev-lisp/cl-base64"
63
64 CLPACKAGE=cl-smtp
65
66 S=${WORKDIR}/${PN}
67
68 src_install() {
69 common-lisp-install *.{lisp,asd}
70 common-lisp-system-symlink
71 dodoc CHANGELOG INSTALL *LICENSE README
72 }