summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-yahoo/ChangeLog22
-rw-r--r--dev-lisp/cl-yahoo/Manifest6
-rw-r--r--dev-lisp/cl-yahoo/cl-yahoo-0.4.ebuild23
-rw-r--r--dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild23
-rw-r--r--dev-lisp/cl-yahoo/metadata.xml11
5 files changed, 0 insertions, 85 deletions
diff --git a/dev-lisp/cl-yahoo/ChangeLog b/dev-lisp/cl-yahoo/ChangeLog
deleted file mode 100644
index 053fad8c8d09..000000000000
--- a/dev-lisp/cl-yahoo/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for dev-lisp/cl-yahoo
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yahoo/ChangeLog,v 1.4 2007/02/04 01:24:19 flameeyes Exp $
-
- 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
- Regenerate digest in Manifest2 format.
-
- 24 May 2005; <mkennedy@gentoo.org> cl-yahoo-0.4.ebuild,
- cl-yahoo-0.5.ebuild:
- Keywording ~sparc
-
-*cl-yahoo-0.5 (12 May 2005)
-
- 12 May 2005; Matthew Kennedy <mkennedy@gentoo.org> +cl-yahoo-0.5.ebuild:
- New upstream version.
-
-*cl-yahoo-0.4 (21 Apr 2005)
-
- 21 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml,
- +cl-yahoo-0.4.ebuild:
- Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
-
diff --git a/dev-lisp/cl-yahoo/Manifest b/dev-lisp/cl-yahoo/Manifest
deleted file mode 100644
index d98bf0458bde..000000000000
--- a/dev-lisp/cl-yahoo/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST cl-yahoo-0.4.tar.gz 9131 RMD160 1732dcb2062ca4fc1780de5f0d20502421fcee24 SHA1 b6582df857a841d2837f497a4ba340ac801b2056 SHA256 c0e7d488e9a03e1b553530e27bbbf922d9b253c05ad5084ab86dda73ce1fb0c7
-DIST cl-yahoo-0.5.tar.gz 9162 RMD160 866afc3be94e5d6c584c214905f7e41373b6c95c SHA1 03f4886ac3f7e7e4099024a8e2686af7f07a1712 SHA256 59b15a4e8137aaf77db4cfbdfc422f6145e400f4d79c2c98226b1812c096d89e
-EBUILD cl-yahoo-0.4.ebuild 653 RMD160 05ca9895251bda4816bfd485771cd943f8e880fd SHA1 a796f942145beaf3f52edf5c39eb42c14e629358 SHA256 5e429b611d8b7dd3e64327b0a9355d247dc7a73c14cf078e35cdc7e98fc3834b
-EBUILD cl-yahoo-0.5.ebuild 653 RMD160 f8974add5368e10f24274deeaaca2b3e49ce2834 SHA1 1e95a68d92d39cc5f4d87eb8f758f1d14dbc16cf SHA256 a44919dfe09f39de0c1b421132abe4d5d7fe3c555bbd5ab98a6d3913f4334759
-MISC ChangeLog 745 RMD160 e5aaa7596ed61d16aabd3c3e4f552f90fc2b1ba0 SHA1 aae1253c018028158ac2704828714ca0557b6885 SHA256 224bba2cbc16a32818e2ec84383604525c025870dc0f4cf5970b4505ee59f42f
-MISC metadata.xml 473 RMD160 355f26dd943047dd21a2827b930b6afce0b00165 SHA1 e43ac4d6c1d7bf99018219ebfbd04bdd5ebb440a SHA256 10f1741ec4dc0e3cb308d61444f0aeb59e1be96d4ceae915b9a5169701dfdfef
diff --git a/dev-lisp/cl-yahoo/cl-yahoo-0.4.ebuild b/dev-lisp/cl-yahoo/cl-yahoo-0.4.ebuild
deleted file mode 100644
index 6ec01a536576..000000000000
--- a/dev-lisp/cl-yahoo/cl-yahoo-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yahoo/cl-yahoo-0.4.ebuild,v 1.2 2005/05/24 18:48:37 mkennedy Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="CL-YAHOO is a Common Lisp interface to the Yahoo! API"
-HOMEPAGE="http://www.cliki.net/cl-yahoo"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND="dev-lisp/cl-s-xml
- dev-lisp/cl-trivial-http"
-
-CLPACKAGE=cl-yahoo
-
-src_install() {
- common-lisp-install cl-yahoo.asd *.lisp
- common-lisp-system-symlink
- dodoc README CHANGES COPYING
-}
diff --git a/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild b/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild
deleted file mode 100644
index e24e65f3c5ed..000000000000
--- a/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild,v 1.2 2005/05/24 18:48:37 mkennedy Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="CL-YAHOO is a Common Lisp interface to the Yahoo! API"
-HOMEPAGE="http://www.cliki.net/cl-yahoo"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND="dev-lisp/cl-s-xml
- dev-lisp/cl-trivial-http"
-
-CLPACKAGE=cl-yahoo
-
-src_install() {
- common-lisp-install cl-yahoo.asd *.lisp
- common-lisp-system-symlink
- dodoc README CHANGES COPYING
-}
diff --git a/dev-lisp/cl-yahoo/metadata.xml b/dev-lisp/cl-yahoo/metadata.xml
deleted file mode 100644
index 16e8a8452099..000000000000
--- a/dev-lisp/cl-yahoo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>common-lisp</herd>
-<longdescription>
-CL-YAHOO is a Common Lisp interface to the Yahoo! API, a networking api which
-enables searching the web through Yahoo Web search, Image search, Spelling, News
-search, Local search (search for businesses in your area), Contextual search,
-and Term extraction are supported.
-</longdescription>
-</pkgmetadata>