From 5d00b3e71015d295624bf6859e8a616dc2dc3b5b Mon Sep 17 00:00:00 2001 From: Raphaël Marichez Date: Mon, 23 Jun 2008 16:41:43 +0200 Subject: Provides rxvt-unicode terminfo files when rxvt-unicode is not installed on your SSH box, see bug 192083 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Marichez --- x11-terms/rxvt-unicode-terminfo/ChangeLog | 7 ++++++ x11-terms/rxvt-unicode-terminfo/Manifest | 6 +++++ x11-terms/rxvt-unicode-terminfo/metadata.xml | 16 ++++++++++++ .../rxvt-unicode-terminfo-8.3.ebuild | 29 ++++++++++++++++++++++ .../rxvt-unicode-terminfo-9.02-r1.ebuild | 29 ++++++++++++++++++++++ .../rxvt-unicode-terminfo-9.05.ebuild | 29 ++++++++++++++++++++++ 6 files changed, 116 insertions(+) create mode 100644 x11-terms/rxvt-unicode-terminfo/ChangeLog create mode 100644 x11-terms/rxvt-unicode-terminfo/Manifest create mode 100644 x11-terms/rxvt-unicode-terminfo/metadata.xml create mode 100644 x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-8.3.ebuild create mode 100644 x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.02-r1.ebuild create mode 100644 x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild diff --git a/x11-terms/rxvt-unicode-terminfo/ChangeLog b/x11-terms/rxvt-unicode-terminfo/ChangeLog new file mode 100644 index 0000000..288c616 --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for x11-terms/rxvt-unicode-terminfo +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 23 Jun 2008; Raphael Marichez ChangeLog: + Initial import, temporary solving bug #192083 + diff --git a/x11-terms/rxvt-unicode-terminfo/Manifest b/x11-terms/rxvt-unicode-terminfo/Manifest new file mode 100644 index 0000000..6a8eda6 --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/Manifest @@ -0,0 +1,6 @@ +DIST rxvt-unicode-8.3.tar.bz2 885212 RMD160 000dbcb1ff297edbff0a8b21dbbba3db30854579 SHA1 cd335c47543ba086585a296ca0fe7445c07120dd SHA256 b65e4b87b39048fafc740d38de72d791e28d12d4a495a6e64f8af7a0db51ab10 +DIST rxvt-unicode-9.02.tar.bz2 862299 RMD160 72caf4a06ea3b32d1bbab3a5cd1fee4189571867 SHA1 f58a851ab4bf2da60a926a4885749302e73a92ed SHA256 234b9a3e3f88c4984b1e909f8028638fc3b61d801d8afaa9cd08154b1a480a31 +DIST rxvt-unicode-9.05.tar.bz2 865815 RMD160 0f4343a9aa0a8b26d10c6049c1afca2cc7569fc3 SHA1 758d57a88c3521f780bcd21c70d3995f53a2f6e3 SHA256 25a85d977c39aa7da615c3b375544e09168d7a5eaddd57c98b9848ca15dd7873 +EBUILD rxvt-unicode-terminfo-8.3.ebuild 641 RMD160 ee88e3cc665f33f6e750e023df6a36d576ab89ec SHA1 81d4bc6d63744e59a7601a0acf9d7b44d55202f1 SHA256 ba79429008f49e8e94a76b8cb6fba42d6687cf966112d0ad2c8dee6a1afd3834 +EBUILD rxvt-unicode-terminfo-9.02-r1.ebuild 641 RMD160 ee88e3cc665f33f6e750e023df6a36d576ab89ec SHA1 81d4bc6d63744e59a7601a0acf9d7b44d55202f1 SHA256 ba79429008f49e8e94a76b8cb6fba42d6687cf966112d0ad2c8dee6a1afd3834 +EBUILD rxvt-unicode-terminfo-9.05.ebuild 642 RMD160 8d8711c6c57d371d67cfdb6f7f37adaf916ecdf5 SHA1 3e2961da29f268d745d32f7e0256fed3549c8630 SHA256 8548bc6a38ad46c1dda8c9f0d7cd3066360c24c151bc798cc19823c09e0d548f diff --git a/x11-terms/rxvt-unicode-terminfo/metadata.xml b/x11-terms/rxvt-unicode-terminfo/metadata.xml new file mode 100644 index 0000000..cb61c5f --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/metadata.xml @@ -0,0 +1,16 @@ + + + + + + falco@gentoo.org + Raphael Marichez + + + Provides rxvt-unicode terminfo files, needed when connecting with + TERM=rxvt-unicode to a server which has not rxvt-unicode installed and + when you don't want to install it on the server. + This should be included in sys-libs/ncurses IMHO, see bug 192083. + + + diff --git a/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-8.3.ebuild b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-8.3.ebuild new file mode 100644 index 0000000..d2442ff --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-8.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Provides terminfo for rxvt-unicode if rxvt-unicode is not installed" +HOMEPAGE="http://software.schmorp.de/" + +PARENT_P="${P/-terminfo/}" +PARENT_PN="${PN/-terminfo/}" +SRC_URI="http://dist.schmorp.de/rxvt-unicode/${PARENT_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="!x11-terms/rxvt-unicode" + +S="${WORKDIR}"/"${PARENT_P}" + +src_compile() { + return +} + +src_install() { + dodoc doc/etc/* + /usr/bin/tic -o "${D}/usr/share/terminfo" doc/etc/rxvt-unicode.terminfo +} diff --git a/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.02-r1.ebuild b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.02-r1.ebuild new file mode 100644 index 0000000..d2442ff --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.02-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Provides terminfo for rxvt-unicode if rxvt-unicode is not installed" +HOMEPAGE="http://software.schmorp.de/" + +PARENT_P="${P/-terminfo/}" +PARENT_PN="${PN/-terminfo/}" +SRC_URI="http://dist.schmorp.de/rxvt-unicode/${PARENT_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="!x11-terms/rxvt-unicode" + +S="${WORKDIR}"/"${PARENT_P}" + +src_compile() { + return +} + +src_install() { + dodoc doc/etc/* + /usr/bin/tic -o "${D}/usr/share/terminfo" doc/etc/rxvt-unicode.terminfo +} diff --git a/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild new file mode 100644 index 0000000..d37e1e4 --- /dev/null +++ b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Provides terminfo for rxvt-unicode if rxvt-unicode is not installed" +HOMEPAGE="http://software.schmorp.de/" + +PARENT_P="${P/-terminfo/}" +PARENT_PN="${PN/-terminfo/}" +SRC_URI="http://dist.schmorp.de/rxvt-unicode/${PARENT_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="!x11-terms/rxvt-unicode" + +S="${WORKDIR}"/"${PARENT_P}" + +src_compile() { + return +} + +src_install() { + dodoc doc/etc/* + /usr/bin/tic -o "${D}/usr/share/terminfo" doc/etc/rxvt-unicode.terminfo +} -- cgit v1.2.3-65-gdbad