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 BF66C139694 for ; Sun, 2 Jul 2017 20:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8AC234019; Sun, 2 Jul 2017 20:45:42 +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 0181D234019 for ; Sun, 2 Jul 2017 20:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 26C443418B0 for ; Sun, 2 Jul 2017 20:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C19FC747D for ; Sun, 2 Jul 2017 20:45:39 +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: <1499028335.cc72272b78f3ba2da5b10b581df464fdb54665fd.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/linedit/linedit-0.15.12-r1.ebuild dev-lisp/linedit/linedit-0.17.0.ebuild dev-lisp/linedit/linedit-9999.ebuild X-VCS-Directories: dev-lisp/linedit/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: cc72272b78f3ba2da5b10b581df464fdb54665fd X-VCS-Branch: master Date: Sun, 2 Jul 2017 20:45:39 +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: b27b63fe-29e2-471e-8120-7b5c758928ca X-Archives-Hash: ff8efb02723210acb71450fa7b4eb3b1 commit: cc72272b78f3ba2da5b10b581df464fdb54665fd Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Jul 2 20:45:35 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Jul 2 20:45:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc72272b dev-lisp/linedit: Drops old version. Updates header and EAPI dev-lisp/linedit/linedit-0.15.12-r1.ebuild | 39 ------------------------------ dev-lisp/linedit/linedit-0.17.0.ebuild | 1 - dev-lisp/linedit/linedit-9999.ebuild | 1 - 3 files changed, 41 deletions(-) diff --git a/dev-lisp/linedit/linedit-0.15.12-r1.ebuild b/dev-lisp/linedit/linedit-0.15.12-r1.ebuild deleted file mode 100644 index 6f3336b9..00000000 --- a/dev-lisp/linedit/linedit-0.15.12-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 eutils - -DESCRIPTION="Linedit is a readline-style library written in Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/linedit/" -SRC_URI="ftp://cnic.fr/gentoo-lisp-overlay/${PN}_${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/terminfo - dev-lisp/uffi - dev-lisp/osicat" - -S="${WORKDIR}/${PN}_${PV}" - -src_unpack() { - unpack ${A} - # adds uffi-loader.lisp, removes building .so files - epatch "${FILESDIR}"/${PV}-${PN}.asd-uffi-glue-gentoo.patch - cp "${FILESDIR}"/${PV}-Makefile "${S}"/Makefile -} - -src_compile() { - make || die "Cannot compile shared object helper" -} - -src_install() { - common-lisp-install *.{lisp,asd} version.lisp-expr - common-lisp-symlink-asdf - exeinto /usr/$(get_libdir)/${PN} - doexe *.so -} diff --git a/dev-lisp/linedit/linedit-0.17.0.ebuild b/dev-lisp/linedit/linedit-0.17.0.ebuild index a642304e..a01db9b1 100644 --- a/dev-lisp/linedit/linedit-0.17.0.ebuild +++ b/dev-lisp/linedit/linedit-0.17.0.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 diff --git a/dev-lisp/linedit/linedit-9999.ebuild b/dev-lisp/linedit/linedit-9999.ebuild index af1d7fec..01dcc0d7 100644 --- a/dev-lisp/linedit/linedit-9999.ebuild +++ b/dev-lisp/linedit/linedit-9999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6