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 382BF1382C5 for ; Sun, 18 Mar 2018 16:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 351A6E082D; Sun, 18 Mar 2018 16:12:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 10B41E082D for ; Sun, 18 Mar 2018 16:12:54 +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 2DFDF335D31 for ; Sun, 18 Mar 2018 16:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F39259 for ; Sun, 18 Mar 2018 16:12:51 +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: <1521389582.6a004397360dae1a8171c6997414d03ad0ffef00.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-libxml2/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild X-VCS-Directories: dev-lisp/cl-libxml2/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 6a004397360dae1a8171c6997414d03ad0ffef00 X-VCS-Branch: master Date: Sun, 18 Mar 2018 16:12:51 +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: 45829e96-4205-42e1-8d28-21a3876f2bee X-Archives-Hash: c866fc4c9f608b7b79eaa2d5ad44d027 commit: 6a004397360dae1a8171c6997414d03ad0ffef00 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 16:13:02 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Mar 18 16:13:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6a004397 dev-lisp/cl-libxml2: Drops package dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild | 41 ----------------------------- 1 file changed, 41 deletions(-) diff --git a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild deleted file mode 100644 index 42f9c0a2..00000000 --- a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils toolchain-funcs - -DESCRIPTION="High-level Common Lisp wrapper around libxml2 and libxslt." -HOMEPAGE="http://code.google.com/p/cl-libxml2/" -SRC_URI="http://cl-libxml2.googlecode.com/files/${P}.tar.bz2" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~ppc ~x86" -IUSE="" - -DEPEND="dev-libs/libxml2 - dev-libs/libxslt" -RDEPEND="${DEPEND} - >=dev-lisp/cffi-0.10.2 - dev-lisp/iterate - dev-lisp/puri - dev-lisp/flexi-streams - dev-lisp/alexandria - >=dev-lisp/garbage-pools-0.1.2 - dev-lisp/metabang-bind - dev-lisp/lift" - -src_compile () { - make -C foreign CC=$(tc-getCC) || die "Cannot build helper library" -} - -src_install () { - common-lisp-install-sources html tree xfactory xoverlay xpath xslt test - common-lisp-install-asdf - - dolib.so foreign/cllibxml2.so - - dodoc ChangeLog - docinto examples && dodoc examples/* -}