commit: c20479e0ba5feb5c4529a056e3e335fa03170564 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 13:32:50 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Aug 30 13:32:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c20479e0
dev-lisp/usocket: Drops old versions dev-lisp/usocket/usocket-0.5.3.ebuild | 28 ---------------------------- dev-lisp/usocket/usocket-0.6.0.1.ebuild | 28 ---------------------------- dev-lisp/usocket/usocket-0.6.1.ebuild | 28 ---------------------------- 3 files changed, 84 deletions(-) diff --git a/dev-lisp/usocket/usocket-0.5.3.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild deleted file mode 100644 index d8611073..00000000 --- a/dev-lisp/usocket/usocket-0.5.3.ebuild +++ /dev/null @@ -1,28 +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="Usocket is a universal socket library for Common Lisp." -HOMEPAGE="http://common-lisp.net/project/usocket/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/split-sequence - dev-lisp/rt" - -CLSYSTEMS="${PN} ${PN}-test" - -src_install() { - common-lisp-install-sources . - common-lisp-install-asdf - dodoc TODO README doc/*.txt - docinto notes && dodoc notes/*.txt -} diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild deleted file mode 100644 index a8304b25..00000000 --- a/dev-lisp/usocket/usocket-0.6.0.1.ebuild +++ /dev/null @@ -1,28 +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="Usocket is a universal socket library for Common Lisp." -HOMEPAGE="http://common-lisp.net/project/usocket/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/split-sequence - dev-lisp/rt" - -CLSYSTEMS="${PN} ${PN}-test" - -src_install() { - common-lisp-install-sources . - common-lisp-install-asdf - dodoc TODO README doc/*.txt - docinto notes && dodoc notes/*.txt -} diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild deleted file mode 100644 index a8304b25..00000000 --- a/dev-lisp/usocket/usocket-0.6.1.ebuild +++ /dev/null @@ -1,28 +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="Usocket is a universal socket library for Common Lisp." -HOMEPAGE="http://common-lisp.net/project/usocket/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/split-sequence - dev-lisp/rt" - -CLSYSTEMS="${PN} ${PN}-test" - -src_install() { - common-lisp-install-sources . - common-lisp-install-asdf - dodoc TODO README doc/*.txt - docinto notes && dodoc notes/*.txt -}
