diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-06-01 19:46:21 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-06-01 19:46:21 +0000 |
commit | 6431e844044e7c8348c9446b1cdfc7249d2c567b (patch) | |
tree | 3f00c0f2233016fa1164df01007d4f8f14910c69 /dev-lisp | |
parent | Really fix bug #293382, llvm-gcc was still in DEPEND (diff) | |
download | gentoo-2-6431e844044e7c8348c9446b1cdfc7249d2c567b.tar.gz gentoo-2-6431e844044e7c8348c9446b1cdfc7249d2c567b.tar.bz2 gentoo-2-6431e844044e7c8348c9446b1cdfc7249d2c567b.zip |
Bug #193627 - 20100505.1 version bump (older version is unfetchable).
(Portage version: 2.2_rc67_p165/cvs/Linux i686)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-smtp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-lisp/cl-smtp/ChangeLog b/dev-lisp/cl-smtp/ChangeLog index f9e748306c16..704907fe84c8 100644 --- a/dev-lisp/cl-smtp/ChangeLog +++ b/dev-lisp/cl-smtp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-smtp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/ChangeLog,v 1.2 2009/01/07 20:29:16 zmedico Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-smtp/ChangeLog,v 1.3 2010/06/01 19:46:21 zmedico Exp $ + +*cl-smtp-20100505.1 (01 Jun 2010) + + 01 Jun 2010; Zac Medico <zmedico@gentoo.org> +cl-smtp-20100505.1.ebuild: + Bug #193627 - 20100505.1 version bump (older version is unfetchable). 07 Jan 2009; Zac Medico <zmedico@gentoo.org> cl-smtp-20060404.1.ebuild: Bug #193627 - Set RESTRICT=fetch since distfiles are unavailable. diff --git a/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild b/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild new file mode 100644 index 000000000000..8fdbe7e160d7 --- /dev/null +++ b/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=3 +inherit common-lisp + +DESCRIPTION="A Common Lisp client library for the SMTP network protocol." +HOMEPAGE="http://www.cliki.net/CL-SMTP" +SRC_URI="http://common-lisp.net/project/cl-smtp/cl-smtp.tar.gz -> ${P}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/cl-base64" + +CLPACKAGE=cl-smtp + +S=${WORKDIR}/${PN} + +src_install() { + common-lisp-install *.{lisp,asd} + common-lisp-system-symlink + dodoc CHANGELOG INSTALL *LICENSE README +} |