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 7DA3D1396D0 for ; Wed, 30 Aug 2017 19:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B63D5E0CBF; Wed, 30 Aug 2017 19:34:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 837B7E0CBF for ; Wed, 30 Aug 2017 19:34:08 +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 6655233BEC7 for ; Wed, 30 Aug 2017 19:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0870A8844 for ; Wed, 30 Aug 2017 19:34:05 +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: <1504128837.de225b42e6def29ba1d2b116b59d9f6d4a97d79e.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cffi/cffi-0.11.1.ebuild dev-lisp/cffi/cffi-0.11.2.ebuild X-VCS-Directories: dev-lisp/cffi/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: de225b42e6def29ba1d2b116b59d9f6d4a97d79e X-VCS-Branch: master Date: Wed, 30 Aug 2017 19:34:05 +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: c2e3b01e-b31a-4207-bd75-16c85752a591 X-Archives-Hash: a0d82aa7ceb1c3b6ccc763917375ae27 commit: de225b42e6def29ba1d2b116b59d9f6d4a97d79e Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Aug 30 21:33:57 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Aug 30 21:33:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=de225b42 dev-lisp/cffi: Drops old versions dev-lisp/cffi/cffi-0.11.1.ebuild | 48 ---------------------------------------- dev-lisp/cffi/cffi-0.11.2.ebuild | 48 ---------------------------------------- 2 files changed, 96 deletions(-) diff --git a/dev-lisp/cffi/cffi-0.11.1.ebuild b/dev-lisp/cffi/cffi-0.11.1.ebuild deleted file mode 100644 index 74b8c642..00000000 --- a/dev-lisp/cffi/cffi-0.11.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -MY_P=${PN}_${PV} - -DESCRIPTION="The Common Foreign Function Interface (CFFI)" -HOMEPAGE="http://common-lisp.net/project/cffi/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/alexandria - dev-lisp/babel - dev-lisp/trivial-features" - -CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \ - cffi-uffi-compat.asd" - -S="${WORKDIR}"/${MY_P} - -src_compile() { - if use doc ; then - VARTEXFONTS="${T}"/fonts \ - make -C doc manual spec || die "Cannot build docs" - fi -} - -src_install() { - common-lisp-install-sources examples/ src/ uffi-compat/ - common-lisp-install-sources -t all grovel/ tests/ - common-lisp-install-asdf - dodoc README TODO doc/*.txt - if use doc; then - doinfo doc/*.info - rm doc/{spec,manual}/cffi* - insinto /usr/share/doc/${PF}/html - doins -r doc/{spec,manual} - fi -} diff --git a/dev-lisp/cffi/cffi-0.11.2.ebuild b/dev-lisp/cffi/cffi-0.11.2.ebuild deleted file mode 100644 index ac95468c..00000000 --- a/dev-lisp/cffi/cffi-0.11.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -MY_P=${PN}_${PV} - -DESCRIPTION="The Common Foreign Function Interface (CFFI)" -HOMEPAGE="http://common-lisp.net/project/cffi/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-lisp/sbcl virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/alexandria - dev-lisp/babel - dev-lisp/trivial-features" - -CLSYSTEMS="cffi.asd cffi-tests.asd cffi-examples.asd cffi-grovel.asd \ - cffi-uffi-compat.asd" - -S="${WORKDIR}"/${MY_P} - -src_compile() { - if use doc ; then - VARTEXFONTS="${T}"/fonts \ - make -C doc manual spec || die "Cannot build docs" - fi -} - -src_install() { - common-lisp-install-sources examples/ src/ uffi-compat/ - common-lisp-install-sources -t all grovel/ tests/ - common-lisp-install-asdf - dodoc README TODO doc/*.txt - if use doc; then - doinfo doc/*.info - rm doc/{spec,manual}/cffi* || die - insinto /usr/share/doc/${PF}/html - doins -r doc/{spec,manual} - fi -}