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 5A5DA138CA4 for ; Sun, 3 May 2015 21:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBBEE086E; Sun, 3 May 2015 21:26:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E474BE086E for ; Sun, 3 May 2015 21:26:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD44B340B53 for ; Sun, 3 May 2015 21:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC5A98B for ; Sun, 3 May 2015 21:25:58 +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: <1430688346.1cd717c90ca70a9c711ef7797d298b71ba2b580e.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/drakma/drakma-1.3.14.ebuild X-VCS-Directories: dev-lisp/drakma/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 1cd717c90ca70a9c711ef7797d298b71ba2b580e X-VCS-Branch: master Date: Sun, 3 May 2015 21:25:58 +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: 39c255c5-33fb-4586-938e-6a41b60270aa X-Archives-Hash: c37ddd4cfa739a65d74253379b5d8149 commit: 1cd717c90ca70a9c711ef7797d298b71ba2b580e Author: Chema Alonso gentoo org> AuthorDate: Sun May 3 21:25:46 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun May 3 21:25:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1cd717c9 dev-lisp/drakma: drop eutils eclass dev-lisp/drakma/drakma-1.3.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild b/dev-lisp/drakma/drakma-1.3.14.ebuild index 5b40d15..361fd17 100644 --- a/dev-lisp/drakma/drakma-1.3.14.ebuild +++ b/dev-lisp/drakma/drakma-1.3.14.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit common-lisp-3 eutils +inherit common-lisp-3 DESCRIPTION="Drakma is a Common Lisp HTTP client." HOMEPAGE="http://weitz.de/drakma/"