From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QINup-0000N1-05 for garchives@archives.gentoo.org; Fri, 06 May 2011 16:30:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D93571C047; Fri, 6 May 2011 16:29:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 843631C047 for ; Fri, 6 May 2011 16:29:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3FD21B403B for ; Fri, 6 May 2011 16:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 105B380505 for ; Fri, 6 May 2011 16:29:57 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <45fc7e41ff3db93077c18cd1729bf671aa87e80c.xarthisius@gentoo> Subject: [gentoo-commits] dev/xarthisius:master commit in: dev-ruby/lockfile/, dev-ruby/ncursesw-ruby/files/, mail-client/sup/, ... X-VCS-Repository: dev/xarthisius X-VCS-Files: dev-ruby/lockfile/Manifest dev-ruby/lockfile/lockfile-1.4.3.ebuild dev-ruby/ncursesw-ruby/Manifest dev-ruby/ncursesw-ruby/files/ncursesw-ruby-1.2.4.3-fix-trace.patch dev-ruby/ncursesw-ruby/ncursesw-ruby-1.2.4.3.ebuild mail-client/sup/Manifest mail-client/sup/sup-0.12.1.ebuild X-VCS-Directories: dev-ruby/lockfile/ dev-ruby/ncursesw-ruby/files/ mail-client/sup/ dev-ruby/ncursesw-ruby/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 45fc7e41ff3db93077c18cd1729bf671aa87e80c Date: Fri, 6 May 2011 16:29:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6d0f8a66e20d8902b29524acf7bc6e9c commit: 45fc7e41ff3db93077c18cd1729bf671aa87e80c Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Fri May 6 16:29:47 2011 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri May 6 16:29:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/xarthisius.git= ;a=3Dcommit;h=3D45fc7e41 add mail-client/sup and all deps that are not in g-x86 --- dev-ruby/lockfile/Manifest | 2 + dev-ruby/lockfile/lockfile-1.4.3.ebuild | 22 ++++++++++ dev-ruby/ncursesw-ruby/Manifest | 3 + .../files/ncursesw-ruby-1.2.4.3-fix-trace.patch | 11 +++++ .../ncursesw-ruby/ncursesw-ruby-1.2.4.3.ebuild | 44 ++++++++++++++= ++++++ mail-client/sup/Manifest | 2 + mail-client/sup/sup-0.12.1.ebuild | 35 ++++++++++++++= ++ 7 files changed, 119 insertions(+), 0 deletions(-) diff --git a/dev-ruby/lockfile/Manifest b/dev-ruby/lockfile/Manifest new file mode 100644 index 0000000..02ab579 --- /dev/null +++ b/dev-ruby/lockfile/Manifest @@ -0,0 +1,2 @@ +DIST lockfile-1.4.3.tgz 33146 RMD160 b5718fac2fc72992eaf1100758c60166a07= c20ce SHA1 440b743e45ae35a7ef3c635d1cc6d8d4bf462ac0 SHA256 b25f49b01cda82= 7c60098898c18cd1767b15966a8b0fb759aeffe006d32f7ed7 +EBUILD lockfile-1.4.3.ebuild 485 RMD160 e4765bc425bd090e1a7b78681483c860= b86b815a SHA1 e89857cac7df0e32a4d675194c537c993d7c599a SHA256 4885e5d7dac= d43c3ded1db85a54e03b26ba7aa9127a7f7fdec8b9b7a527cb077 diff --git a/dev-ruby/lockfile/lockfile-1.4.3.ebuild b/dev-ruby/lockfile/= lockfile-1.4.3.ebuild new file mode 100644 index 0000000..ecf5a54 --- /dev/null +++ b/dev-ruby/lockfile/lockfile-1.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +USE_RUBY=3D"ruby18" + +RUBY_FAKEGEM_TASK_DOC=3D"" +RUBY_FAKEGEM_TASK_TEST=3D"" + +inherit ruby-fakegem + +DESCRIPTION=3D"ruby library for creating NFS safe lockfiles" +HOMEPAGE=3D"http://codeforpeople.com/lib/ruby/=20 + http://rubyforge.org/projects/codeforpeople/" +SRC_URI=3D"http://codeforpeople.com/lib/ruby/${PN}/${P}.tgz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" diff --git a/dev-ruby/ncursesw-ruby/Manifest b/dev-ruby/ncursesw-ruby/Man= ifest new file mode 100644 index 0000000..7f9a141 --- /dev/null +++ b/dev-ruby/ncursesw-ruby/Manifest @@ -0,0 +1,3 @@ +AUX ncursesw-ruby-1.2.4.3-fix-trace.patch 319 RMD160 3714ba42d5b1d84e144= 3f9bcb8c9c92c0d95d9c4 SHA1 2169fa4b74854519e2d14a92b6c9dea467e86981 SHA25= 6 ba78c6da6a2826cf2472d2344904298fd49ac512e0b1129f927da1626e6c5faa +DIST ncursesw-1.2.4.3.gem 66560 RMD160 980bcf2708c4d1da6a05f6480ae75ad5d= 9e66523 SHA1 4a3698e727a1de8959da6a180a5d0d37c30c9921 SHA256 3d48edb4100e= bcbac0417febebef3131c69cfb02e4eeb2cd7931149d77e5f155 +EBUILD ncursesw-ruby-1.2.4.3.ebuild 932 RMD160 3200fe3bc63a16fe86fd51a29= ea3096354ced715 SHA1 367b327a69f4edb7932e6787d2732809feab9aa3 SHA256 9c99= 735388fa0043b7d96f865d8d83bd23f1e5095a2495537e7439867d54751c diff --git a/dev-ruby/ncursesw-ruby/files/ncursesw-ruby-1.2.4.3-fix-trace= .patch b/dev-ruby/ncursesw-ruby/files/ncursesw-ruby-1.2.4.3-fix-trace.pat= ch new file mode 100644 index 0000000..479ce3a --- /dev/null +++ b/dev-ruby/ncursesw-ruby/files/ncursesw-ruby-1.2.4.3-fix-trace.patch @@ -0,0 +1,11 @@ +--- ncurses_wrap.c ++++ ncurses_wrap.c +@@ -2394,7 +2394,7 @@ + return Qnil; + } + _tracef("%s", +- STR2CSTR(funcall3(rb_mKernel, rb_intern("sprintf"), argc, a= rgv))); ++ STR2CSTR(rb_funcall3(rb_mKernel, rb_intern("sprintf"), argc= , argv))); + return Qnil; + } + #endif /* HAVE__TRACEF */ diff --git a/dev-ruby/ncursesw-ruby/ncursesw-ruby-1.2.4.3.ebuild b/dev-ru= by/ncursesw-ruby/ncursesw-ruby-1.2.4.3.ebuild new file mode 100644 index 0000000..4095114 --- /dev/null +++ b/dev-ruby/ncursesw-ruby/ncursesw-ruby-1.2.4.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D2 +USE_RUBY=3D"ruby18" + +RUBY_FAKEGEM_TASK_TEST=3D"" +RUBY_FAKEGEM_TASK_DOC=3D"rdoc" +RUBY_FAKEGEM_EXTRADOC=3D"Changes README THANKS TODO" +RUBY_FAKEGEM_NAME=3D"ncursesw" + +inherit multilib ruby-fakegem + +DESCRIPTION=3D"Ruby wrapper for ncurses providing wide character support= ." +HOMEPAGE=3D"https://github.com/rlane/ncursesw-ruby" +SRC_URI=3D"http://gems.rubyforge.org/gems/ncursesw-${PV}.gem" +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"examples" + +DEPEND=3D">=3Dsys-libs/ncurses-5.3" +RDEPEND=3D"${DEPEND}" + +RUBY_PATCHES=3D( "${FILESDIR}"/${P}-fix-trace.patch ) + +each_ruby_configure() { + ${RUBY} extconf.rb || die +} + +each_ruby_compile() { + emake || die + mv ncursesw_bin$(get_modname) lib/ || die +} + +all_ruby_install() { + all_fakegem_install + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples || die + fi +} diff --git a/mail-client/sup/Manifest b/mail-client/sup/Manifest new file mode 100644 index 0000000..573656a --- /dev/null +++ b/mail-client/sup/Manifest @@ -0,0 +1,2 @@ +DIST sup-0.12.1.tgz 130010 RMD160 36de383960b0c64286c2c64c91ce78026357ac= d9 SHA1 40689289dae138fc59a1dc817bd00e340e36774c SHA256 0719ef26c06e7d24b= f7eae1599beb5d3154048f665df3551aa6f8c5aeb7bf450 +EBUILD sup-0.12.1.ebuild 783 RMD160 568f8c1b889577976fa05055dc2293e080e1= 0893 SHA1 7722ce0f05821b3e5a4b7af0184d191bb2c2ab7c SHA256 61e6bb97a3b8e6f= 86d09b18718e8d516696f697eade64d836a6f9ae0449a8741 diff --git a/mail-client/sup/sup-0.12.1.ebuild b/mail-client/sup/sup-0.12= .1.ebuild new file mode 100644 index 0000000..c0779c6 --- /dev/null +++ b/mail-client/sup/sup-0.12.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +USE_RUBY=3D"ruby18" + +RUBY_FAKEGEM_TASK_DOC=3D"" +RUBY_FAKEGEM_TASK_TEST=3D"" +RUBY_FAKEGEM_EXTRADOC=3D"History.txt README.txt ReleaseNotes" + +inherit ruby-fakegem + +DESCRIPTION=3D"console-based email client for people with a lot of mails= " +HOMEPAGE=3D"http://sup.rubyforge.org/" +SRC_URI=3D"mirror://rubyforge/${PN}/${P}.tgz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D"dev-libs/xapian-bindings[ruby]" + +ruby_add_rdepend "dev-ruby/highline + dev-ruby/ncurses-ruby + dev-ruby/ncursesw-ruby + dev-ruby/net-ssh + dev-ruby/trollop + dev-ruby/mime-types + dev-ruby/ruby-gettext + dev-ruby/rubymail + dev-ruby/fastthread + dev-ruby/lockfile" # <- not in portage