commit:     1f46239c28a898e214588f6d592a0d052fa7c928
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 19:41:42 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> 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}"
-}

Reply via email to