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 465C7139694 for ; Fri, 7 Jul 2017 08:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A08542340ED; Fri, 7 Jul 2017 08:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F2FC2340ED for ; Fri, 7 Jul 2017 08:46:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B10FE341870 for ; Fri, 7 Jul 2017 08:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA8A7499 for ; Fri, 7 Jul 2017 08:46:35 +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: <1499417203.0c711fec8687c54e7596ea668e4cf486abbe407f.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild X-VCS-Directories: dev-lisp/cl-ppcre-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 0c711fec8687c54e7596ea668e4cf486abbe407f X-VCS-Branch: master Date: Fri, 7 Jul 2017 08:46:35 +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: 1c153d7e-bc90-4c4d-8096-871aff746a8f X-Archives-Hash: 5cd55266fa2188d6a42cca8e4cc5f642 commit: 0c711fec8687c54e7596ea668e4cf486abbe407f Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 08:46:43 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 08:46:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c711fec dev-lisp/cl-ppcre-unicode: Drops old version. .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild deleted file mode 100644 index 7d3d7f4d..00000000 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit common-lisp-2 - -MY_P=cl-ppcre-${PV} - -DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp." -HOMEPAGE="http://weitz.de/cl-ppcre/ - http://www.cliki.net/cl-ppcre" -SRC_URI="http://common-lisp.net/~sionescu/files/${MY_P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="=dev-lisp/cl-ppcre-${PV}* - dev-lisp/cl-unicode" - -S="${WORKDIR}"/${MY_P} - -src_install() { - common-lisp-install ${PN}.asd ${PN}/ test/unicode* - common-lisp-symlink-asdf - dodoc CHANGELOG - dohtml doc/index.html -}