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 4EB8C1382C5 for ; Sun, 18 Mar 2018 19:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72056E0855; Sun, 18 Mar 2018 19:41:35 +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 34697E0855 for ; Sun, 18 Mar 2018 19:41:33 +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 36543335D37 for ; Sun, 18 Mar 2018 19:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3186B242 for ; Sun, 18 Mar 2018 19:41:30 +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: <1521402102.1f46239c28a898e214588f6d592a0d052fa7c928.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/terminfo/terminfo-1.10.ebuild dev-lisp/terminfo/terminfo-1.3-r1.ebuild dev-lisp/terminfo/terminfo-9999.ebuild X-VCS-Directories: dev-lisp/terminfo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 1f46239c28a898e214588f6d592a0d052fa7c928 X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:41:30 +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: 3b7787f2-6b40-4374-b234-6da35a9376f6 X-Archives-Hash: e0086cfe05aaf64db3ffc0b86239669a commit: 1f46239c28a898e214588f6d592a0d052fa7c928 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 19:41:42 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Mar 18 19:41:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1f46239c dev-lisp/terminfo: Updates manifest and drops old versions dev-lisp/terminfo/terminfo-1.10.ebuild | 11 ++++++----- dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 21 --------------------- dev-lisp/terminfo/terminfo-9999.ebuild | 22 ---------------------- 3 files changed, 6 insertions(+), 48 deletions(-) diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild index f5ce7b7f..64294693 100644 --- a/dev-lisp/terminfo/terminfo-1.10.ebuild +++ b/dev-lisp/terminfo/terminfo-1.10.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 -LINEDITVERSION="0.17.5" +LINEDITPKG="linedit-0.17.5" DESCRIPTION="Common Lisp interface to the terminfo database." -HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" -SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/linedit/linedit-${LINEDITVERSION}.tar.bz2" +HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html + https://github.com/nikodemus/linedit" +SRC_URI="mirror://gentoo/${LINEDITPKG}.tar.gz" LICENSE="BSD" SLOT="0" @@ -18,7 +19,7 @@ IUSE="" RDEPEND="sys-libs/ncurses" -S="${WORKDIR}"/linedit-"${LINEDITVERSION}" +S="${WORKDIR}"/"${LINEDITPKG}" src_install() { common-lisp-install-sources "${PN}.lisp" diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild deleted file mode 100644 index 50eb8018..00000000 --- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Common Lisp interface to the terminfo database." -HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" -SRC_URI="http://common-lisp.net/project/linedit/files/${PN}_${PV}.tar.gz - ftp://cnic.fr/gentoo-lisp-overlay/${PN}_${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - sys-libs/ncurses" - -S="${WORKDIR}"/${PN}_${PV} diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild deleted file mode 100644 index 7d5a8f15..00000000 --- a/dev-lisp/terminfo/terminfo-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 git-r3 - -DESCRIPTION="Common Lisp interface to the terminfo database." -HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" -EGIT_REPO_URI="https://gitlab.common-lisp.net/linedit/linedit.git" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - sys-libs/ncurses" - -src_install() { - common-lisp-install-sources "${PN}.lisp" - common-lisp-install-asdf "${PN}" -}