summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cl-drakma/ChangeLog7
-rw-r--r--dev-lisp/cl-drakma/cl-drakma-0.4.0.ebuild29
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-lisp/cl-drakma/ChangeLog b/dev-lisp/cl-drakma/ChangeLog
index 03ed91221601..bb72183e4d94 100644
--- a/dev-lisp/cl-drakma/ChangeLog
+++ b/dev-lisp/cl-drakma/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-drakma
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-drakma/ChangeLog,v 1.7 2006/12/01 04:18:53 mkennedy Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-drakma/ChangeLog,v 1.8 2008/09/02 13:41:08 darkside Exp $
+
+ 02 Sep 2008; Jeremy Olexa <darkside@gentoo.org> -cl-drakma-0.4.0.ebuild:
+ remove cl-drakma-0.4.0, bug #193624
*cl-drakma-0.5.4 (01 Dec 2006)
diff --git a/dev-lisp/cl-drakma/cl-drakma-0.4.0.ebuild b/dev-lisp/cl-drakma/cl-drakma-0.4.0.ebuild
deleted file mode 100644
index cfa81f9c26f1..000000000000
--- a/dev-lisp/cl-drakma/cl-drakma-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-drakma/cl-drakma-0.4.0.ebuild,v 1.1 2006/09/06 02:08:36 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/"
-SRC_URI="mirror://gentoo/${PN/cl-}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-SLOT="0"
-DEPEND="dev-lisp/cl-chunga
- dev-lisp/cl-puri
- >=dev-lisp/cl-base64-3.3.2
- dev-lisp/cl-trivial-sockets
- dev-lisp/cl-plus-ssl"
-
-S=${WORKDIR}/${P/cl-}
-
-CLPACKAGE=drakma
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-system-symlink
- dodoc CHANGELOG*
- dohtml doc/index.html
-}