From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E21B61396D0 for ; Wed, 30 Aug 2017 13:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A341FC0CD; Wed, 30 Aug 2017 13:32:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A5D1FC0CD for ; Wed, 30 Aug 2017 13:32:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6788634164B for ; Wed, 30 Aug 2017 13:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B90487E7 for ; Wed, 30 Aug 2017 13:32:52 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1504099970.c20479e0ba5feb5c4529a056e3e335fa03170564.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/usocket/usocket-0.5.3.ebuild dev-lisp/usocket/usocket-0.6.0.1.ebuild dev-lisp/usocket/usocket-0.6.1.ebuild X-VCS-Directories: dev-lisp/usocket/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c20479e0ba5feb5c4529a056e3e335fa03170564 X-VCS-Branch: master Date: Wed, 30 Aug 2017 13:32:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0021af9-2ae3-4b89-aaa1-4972da1f8eb9 X-Archives-Hash: 80a1f0248794584f173cc929ca59262c commit: c20479e0ba5feb5c4529a056e3e335fa03170564 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Aug 30 13:32:50 2017 +0000 Commit: José María Alonso gentoo 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 -}