diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:56:07 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:56:07 +0000 |
commit | 733244838cc5d53652d27f90eabdf7d6cd0b6929 (patch) | |
tree | 64d12b46f9e66be87674b7ea3678bcadd81ce2d1 /dev-lisp/cl-ssl | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-733244838cc5d53652d27f90eabdf7d6cd0b6929.tar.gz gentoo-2-733244838cc5d53652d27f90eabdf7d6cd0b6929.tar.bz2 gentoo-2-733244838cc5d53652d27f90eabdf7d6cd0b6929.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-ssl')
-rw-r--r-- | dev-lisp/cl-ssl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ssl/cl-ssl-0.2.2003.09.10.ebuild | 46 | ||||
-rw-r--r-- | dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/cl-ssl/files/digest-cl-ssl-0.2.2003.09.10 | 1 |
4 files changed, 9 insertions, 52 deletions
diff --git a/dev-lisp/cl-ssl/ChangeLog b/dev-lisp/cl-ssl/ChangeLog index c86a44ed5f33..b61b85f99e33 100644 --- a/dev-lisp/cl-ssl/ChangeLog +++ b/dev-lisp/cl-ssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-ssl -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/ChangeLog,v 1.4 2004/06/24 23:55:25 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/ChangeLog,v 1.5 2005/04/17 00:51:42 mkennedy Exp $ + + 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-ssl-0.2.2003.09.10.ebuild, cl-ssl-0.2.2004.01.04.ebuild: + Removed old ebuilds; Keywording. 24 Mar 2004; Martin Holzer <mholzer@gentoo.org> cl-ssl-0.2.2003.09.10.ebuild, cl-ssl-0.2.2004.01.04.ebuild: diff --git a/dev-lisp/cl-ssl/cl-ssl-0.2.2003.09.10.ebuild b/dev-lisp/cl-ssl/cl-ssl-0.2.2003.09.10.ebuild deleted file mode 100644 index add29f401aed..000000000000 --- a/dev-lisp/cl-ssl/cl-ssl-0.2.2003.09.10.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/cl-ssl-0.2.2003.09.10.ebuild,v 1.4 2004/07/14 16:16:19 agriffis Exp $ - -inherit common-lisp - -DEB_PV= - -DESCRIPTION="Common Lisp UFFI interface of the OpenSSL library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-ssl.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-ssl/cl-ssl_${PV/.2003/+cvs.2003}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-libs/openssl - dev-lisp/cl-uffi - virtual/commonlisp" - -CLPACKAGE=cl-ssl - -S=${WORKDIR}/${PN}-${PV/.2003/+cvs.2003} - -src_compile() { - cd cl-ssl - make linux || die -} - -src_install() { - common-lisp-install cl-ssl/*.asd cl-ssl/*.lisp - common-lisp-system-symlink - dodoc COPYING README preamble.html - exeinto /usr/lib/cl-ssl - doexe cl-ssl/ssl.so - do-debian-credits -} - - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild b/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild index 297a125a1d91..aa26316a7fc7 100644 --- a/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild +++ b/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild,v 1.5 2005/02/10 09:18:30 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild,v 1.6 2005/04/17 00:51:42 mkennedy Exp $ inherit common-lisp @@ -11,7 +11,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-ssl.html" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-ssl/cl-ssl_${PV/.2004/+cvs.2004}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-libs/openssl dev-lisp/cl-uffi" diff --git a/dev-lisp/cl-ssl/files/digest-cl-ssl-0.2.2003.09.10 b/dev-lisp/cl-ssl/files/digest-cl-ssl-0.2.2003.09.10 deleted file mode 100644 index bd7d0c124cee..000000000000 --- a/dev-lisp/cl-ssl/files/digest-cl-ssl-0.2.2003.09.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 cf22dfe5caed749b686b2507cccc9c55 cl-ssl_0.2+cvs.2003.09.10.tar.gz 16600 |