commit:     ab7313cf3187a00ab661cf35dbe63f7da6260ea2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:34:30 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:34:30 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ab7313cf

dev-lisp/drakma: Drops old versions

 dev-lisp/drakma/drakma-1.3.0.ebuild  | 32 --------------------------------
 dev-lisp/drakma/drakma-1.3.14.ebuild | 23 -----------------------
 dev-lisp/drakma/drakma-1.3.2.ebuild  | 33 ---------------------------------
 3 files changed, 88 deletions(-)

diff --git a/dev-lisp/drakma/drakma-1.3.0.ebuild 
b/dev-lisp/drakma/drakma-1.3.0.ebuild
deleted file mode 100644
index 5e0fd2ab..00000000
--- a/dev-lisp/drakma/drakma-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               >=dev-lisp/chunga-1.1.0
-               >=dev-lisp/puri-1.5.0
-               >=dev-lisp/cl-base64-3.3.2
-               >=dev-lisp/flexi-streams-1.0.7
-               >=dev-lisp/usocket-0.4.0
-               dev-lisp/cl-plus-ssl"
-
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dodoc CHANGELOG
-       dohtml doc/index.html
-}

diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild 
b/dev-lisp/drakma/drakma-1.3.14.ebuild
deleted file mode 100644
index d1a42474..00000000
--- a/dev-lisp/drakma/drakma-1.3.14.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/";
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               >=dev-lisp/chunga-1.1.0
-               >=dev-lisp/puri-1.5.0
-               >=dev-lisp/cl-base64-3.3.2
-               >=dev-lisp/flexi-streams-1.0.7
-               >=dev-lisp/usocket-0.4.0
-               dev-lisp/cl-plus-ssl"

diff --git a/dev-lisp/drakma/drakma-1.3.2.ebuild 
b/dev-lisp/drakma/drakma-1.3.2.ebuild
deleted file mode 100644
index 4ba4ff8a..00000000
--- a/dev-lisp/drakma/drakma-1.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               >=dev-lisp/chunga-1.1.0
-               >=dev-lisp/puri-1.5.0
-               >=dev-lisp/cl-base64-3.3.2
-               >=dev-lisp/flexi-streams-1.0.7
-               >=dev-lisp/usocket-0.4.0
-               dev-lisp/cl-plus-ssl"
-
-src_install() {
-       common-lisp-3_src_install
-       #common-lisp-install-sources *.lisp
-       #common-lisp-install-asdf
-       dodoc CHANGELOG
-       dohtml doc/index.html
-}

Reply via email to