summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-05-28 19:56:37 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2018-05-28 19:56:37 +0200
commit8aa4959dfbd1ead12d60c5c2de7702a8de221f64 (patch)
treea7a84c074c9bee91c1b015876f58ec75e6a55abf
parentdev-lisp/osicat: Drop uneeded patch (diff)
downloadlisp-8aa4959d.tar.gz
lisp-8aa4959d.tar.bz2
lisp-8aa4959d.zip
dev-lisp/terminfo: Use snapshot ebuild
-rw-r--r--dev-lisp/terminfo/Manifest4
-rw-r--r--dev-lisp/terminfo/terminfo-1.10.ebuild15
2 files changed, 5 insertions, 14 deletions
diff --git a/dev-lisp/terminfo/Manifest b/dev-lisp/terminfo/Manifest
index 04170e22..b0794e50 100644
--- a/dev-lisp/terminfo/Manifest
+++ b/dev-lisp/terminfo/Manifest
@@ -1,2 +1,2 @@
-DIST linedit-0.17.5.tar.gz 36115 BLAKE2B 9aba01de263b26c09650e2fa2873dfd5061bf1272a9fb176ac03812aa8bf2e8271906f8b813844837abb6fd280ce27524105408afa4f1bb30454df1748ace473 SHA512 c434d897bea34b04a08fc75f01741193f0bc6a72c0f656e7f8673771c5388bc7462f2c6980ff9f31dccf436bad6b8133bbbe5ea68e27befc0e8a91e47536a919
-EBUILD terminfo-1.10.ebuild 594 BLAKE2B 9c697c8f685e0d9706b8e4fddac4c7ce4e09b476febc3af5e8085ccc1626a8356747db9f39839b88e7f49f2d92e5554d97ec1af03815b934978d43c3e4f5c1ca SHA512 383a5caeec2683a297f937c737c35f02e9f68c7cf6397330093e76c88268569aec7439eb45bb9192d6754e58d907dd855a1984006c95f4150d7106af128537ae
+DIST terminfo-1.10.tar.bz2 9380 BLAKE2B e565d3f84aab2a2b4a6bc061dfb856d5838e2d4b5fecfe50e84371bb6b74772d3386f6617ef058041aa66bfb169c35c49fb9cf64735cd04073ef14bcc81f0086 SHA512 ccff0af1e189365739bf7bb887e36a38e497df6596c35eb1e4548dd7b96b6ac71e7969badf04900b5b85e862822742edb5a6bf481d2d337cba5c4bc4f9617c27
+EBUILD terminfo-1.10.ebuild 418 BLAKE2B 232be1532f25980135404ea9d99524cb01cbe9074ad1ef7f3a7e8a802f0cf60b1725f8a4ddce828f30f3110de3192fa3b1d5c73ad685c3953a323015b41ca289 SHA512 7cfeb5248fc2fcf5fdd9e17bd4cf7f4f847bb26998a54f441b3e7083c1a8bcf613d8ec283cdee67dd6e8fe352676eff78bff4a57d2e6506140db4d1a9008fb5d
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"
-}