From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAD96138247 for ; Fri, 6 Dec 2013 21:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A806FE0A49; Fri, 6 Dec 2013 21:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40E8FE0A49 for ; Fri, 6 Dec 2013 21:05:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C3C933F23A for ; Fri, 6 Dec 2013 21:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F498D0878 for ; Fri, 6 Dec 2013 21:05:14 +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: <1386363958.7a90223ba4d5e675ac9d98eff9f42b51f6544dbb.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild X-VCS-Directories: dev-lisp/cl-prevalence/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 7a90223ba4d5e675ac9d98eff9f42b51f6544dbb X-VCS-Branch: master Date: Fri, 6 Dec 2013 21:05:14 +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: 66e0e91d-6b55-4474-88bb-aa63ecbfad85 X-Archives-Hash: 7b00955b280aaae7df1fc06ecc48a5e7 commit: 7a90223ba4d5e675ac9d98eff9f42b51f6544dbb Author: Chema Alonso gentoo org> AuthorDate: Fri Dec 6 21:05:58 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Dec 6 21:05:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7a90223b dev-lisp/cl-prevalence: remove comments --- dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild index aebc929..3618e32 100644 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild @@ -17,13 +17,3 @@ IUSE="" RDEPEND="dev-lisp/s-xml dev-lisp/s-sysdeps" - -#src_unpack() { - #unpack ${A} - #test -f "${S}"/Makefile && rm -f "${S}"/Makefile -#} - -#src_install() { - #common-lisp-install ${PN}.asd src test - #common-lisp-symlink-asdf -#}