public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2013-06-20  7:44 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2013-06-20  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ba3d3830de92e83d5e4f2a8486ccdcc00961e2c0
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 07:44:56 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 07:44:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ba3d3830

dev-lisp/terminfo: bump to version 1.10

---
 dev-lisp/terminfo/terminfo-1.10.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
new file mode 100644
index 0000000..bac0303
--- /dev/null
+++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+MY_PV="${PN}_${PV}"
+
+DESCRIPTION="Common Lisp interface to the terminfo database."
+HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
+SRC_URI="mirror://gentoo/"${MY_PV}".tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		sys-libs/ncurses"
+
+S="${WORKDIR}"/"${MY_PV}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2013-12-07 20:36 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2013-12-07 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     221586ec77d90fe0e626a1ed73024c33d289117e
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 20:37:46 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 20:37:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=221586ec

dev-lisp/terminfo: drop not working version 1.10

---
 dev-lisp/terminfo/terminfo-1.10.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
deleted file mode 100644
index bac0303..0000000
--- a/dev-lisp/terminfo/terminfo-1.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit common-lisp-3
-
-MY_PV="${PN}_${PV}"
-
-DESCRIPTION="Common Lisp interface to the terminfo database."
-HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
-SRC_URI="mirror://gentoo/"${MY_PV}".tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		sys-libs/ncurses"
-
-S="${WORKDIR}"/"${MY_PV}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2013-12-07 20:38 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2013-12-07 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     564944b8394f03475dc940f1008e921479870351
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 20:38:52 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 20:38:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=564944b8

dev-lisp/terminfo: new live ebuild

---
 dev-lisp/terminfo/terminfo-9999.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
new file mode 100644
index 0000000..02e5536
--- /dev/null
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="Common Lisp interface to the terminfo database."
+HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
+EGIT_REPO_URI="git://common-lisp.net/projects/linedit/linedit.git"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		sys-libs/ncurses"
+
+src_install() {
+	common-lisp-install-sources terminfo.lisp
+	common-lisp-install-asdf terminfo.asd
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2015-05-03 21:39 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-05-03 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     aa0b36a198ef3b59e0bb9f8f46c8bb8cba2c5051
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 21:39:28 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May  3 21:39:28 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aa0b36a1

dev-lisp/terminfo: update live ebuild git uri

 dev-lisp/terminfo/terminfo-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index 02e5536..5a11ea0 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3 git-2
 
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
-EGIT_REPO_URI="git://common-lisp.net/projects/linedit/linedit.git"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/linedit/linedit.git"
 
 LICENSE="BSD-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2015-11-15 18:25 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-11-15 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f6af0e7763aee90fc98addb3b2d0e37aeffa7a78
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 18:27:19 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 18:27:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f6af0e77

dev-lisp/terminfo: fix Id in header

 dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 2 +-
 dev-lisp/terminfo/terminfo-9999.ebuild   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
index 549ce61..1ec9d37 100644
--- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
+++ b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index 5a11ea0..1db0a0f 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
@@ -19,6 +19,6 @@ RDEPEND="!dev-lisp/cl-${PN}
 		sys-libs/ncurses"
 
 src_install() {
-	common-lisp-install-sources terminfo.lisp
-	common-lisp-install-asdf terminfo.asd
+	common-lisp-install-sources "${PN}.lisp"
+	common-lisp-install-asdf "${PN}.asd"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2015-12-30 19:20 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-12-30 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     11aaf28cf0bcb6aa21018452de88eefc7a522111
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 19:22:24 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 19:22:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=11aaf28c

dev-lisp/terminfo: remove KEYWORDS in live ebuild

 dev-lisp/terminfo/terminfo-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index 1db0a0f..017e9ff 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -12,7 +12,6 @@ EGIT_REPO_URI="https://gitlab.common-lisp.net/linedit/linedit.git"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2017-07-05 20:57 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-07-05 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8d1b824e7eb59e856ad4409e852638661ea6bee6
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 20:57:11 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:57:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8d1b824e

dev-lisp/terminfo: Updates to common-lisp-3 eclass

 dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 7 ++++---
 dev-lisp/terminfo/terminfo-9999.ebuild   | 9 ++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
index 1ec9d372..50eb8018 100644
--- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
+++ b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index 017e9ff3..43231779 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html"
@@ -19,5 +18,5 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_install() {
 	common-lisp-install-sources "${PN}.lisp"
-	common-lisp-install-asdf "${PN}.asd"
+	common-lisp-install-asdf
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2017-10-15 20:02 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-10-15 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5061da12a4fc37688ac83c2b6e5b4d487c1cd2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 20:02:10 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 20:02:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eb5061da

dev-lisp/terminfo: Bumps version to 1.10

 dev-lisp/terminfo/terminfo-1.10.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
new file mode 100644
index 00000000..6a0a9817
--- /dev/null
+++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+LINEDITVERSION="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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses"
+
+S="${WORKDIR}"/linedit-"${LINEDITVERSION}"
+
+src_install() {
+	common-lisp-install-sources "${PN}.lisp"
+	common-lisp-install-asdf "${PN}.asd"
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2017-10-15 20:28 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-10-15 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a58161ab0dda48b7f257944e695099624bb59e29
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 20:28:33 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 20:28:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a58161ab

dev-lisp/terminfo: Updates license

 dev-lisp/terminfo/terminfo-1.10.ebuild | 2 +-
 dev-lisp/terminfo/terminfo-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
index 6a0a9817..f5ce7b7f 100644
--- a/dev-lisp/terminfo/terminfo-1.10.ebuild
+++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
@@ -11,7 +11,7 @@ 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"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index 43231779..d5d9692e 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -9,7 +9,7 @@ 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-2"
+LICENSE="BSD"
 SLOT="0"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2017-12-10 19:51 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-12-10 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     003da7d251a77e71df883a58b23c2a9ba6931d72
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 19:51:09 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 19:51:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=003da7d2

dev-lisp/terminfo: Avoids installation of linedit asdf file

 dev-lisp/terminfo/terminfo-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild
index d5d9692e..7d5a8f15 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -18,5 +18,5 @@ RDEPEND="!dev-lisp/cl-${PN}
 
 src_install() {
 	common-lisp-install-sources "${PN}.lisp"
-	common-lisp-install-asdf
+	common-lisp-install-asdf "${PN}"
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2018-03-18 19:41 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-03-18 19:41 UTC (permalink / raw
  To: gentoo-commits

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}"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/
@ 2018-05-28 17:56 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-05-28 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa4959dfbd1ead12d60c5c2de7702a8de221f64
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:56:37 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 28 17:56:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8aa4959d

dev-lisp/terminfo: Use snapshot ebuild

 dev-lisp/terminfo/terminfo-1.10.ebuild | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/dev-lisp/terminfo/terminfo-1.10.ebuild b/dev-lisp/terminfo/terminfo-1.10.ebuild
index 64294693..9f9f730a 100644
--- a/dev-lisp/terminfo/terminfo-1.10.ebuild
+++ b/dev-lisp/terminfo/terminfo-1.10.ebuild
@@ -5,23 +5,14 @@ EAPI=6
 
 inherit common-lisp-3
 
-LINEDITPKG="linedit-0.17.5"
-
 DESCRIPTION="Common Lisp interface to the terminfo database."
 HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html
-	https://github.com/nikodemus/linedit"
-SRC_URI="mirror://gentoo/${LINEDITPKG}.tar.gz"
+	https://www.cliki.net/Terminfo"
+SRC_URI="mirror/gentoo/${P}.tar.bz2"
 
-LICENSE="BSD"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="sys-libs/ncurses"
-
-S="${WORKDIR}"/"${LINEDITPKG}"
-
-src_install() {
-	common-lisp-install-sources "${PN}.lisp"
-	common-lisp-install-asdf "${PN}.asd"
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-28 17:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 19:20 [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-05-28 17:56 José María Alonso
2018-03-18 19:41 José María Alonso
2017-12-10 19:51 José María Alonso
2017-10-15 20:28 José María Alonso
2017-10-15 20:02 José María Alonso
2017-07-05 20:57 José María Alonso
2015-11-15 18:25 José María Alonso
2015-05-03 21:39 José María Alonso
2013-12-07 20:38 José María Alonso
2013-12-07 20:36 José María Alonso
2013-06-20  7:44 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox