From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9187C1381F3 for ; Tue, 6 Nov 2012 18:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF360E062C; Tue, 6 Nov 2012 18:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54CBBE062C for ; Tue, 6 Nov 2012 18:23:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C42A33D911 for ; Tue, 6 Nov 2012 18:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9AE64E5442 for ; Tue, 6 Nov 2012 18:23:57 +0000 (UTC) From: "Michel Boaventura" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michel Boaventura" Message-ID: <1352226224.e70e3fd59efeefe927247ff24c961656f9c132de.michelboaventura@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/ascii85/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/ascii85/ChangeLog dev-ruby/ascii85/ascii85-1.0.2.ebuild dev-ruby/ascii85/metadata.xml X-VCS-Directories: dev-ruby/ascii85/ X-VCS-Committer: michelboaventura X-VCS-Committer-Name: Michel Boaventura X-VCS-Revision: e70e3fd59efeefe927247ff24c961656f9c132de X-VCS-Branch: master Date: Tue, 6 Nov 2012 18:23: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 X-Archives-Salt: 779d5470-f84e-4717-8552-2e4b21f9c49d X-Archives-Hash: d39cd7aba1160b469112df993520dac3 commit: e70e3fd59efeefe927247ff24c961656f9c132de Author: Michel Boaventura michelboaventura com> AuthorDate: Tue Nov 6 18:23:44 2012 +0000 Commit: Michel Boaventura gmail com> CommitDate: Tue Nov 6 18:23:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=e70e3fd5 Bump ascii85 to 1.0.2 (Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit) --- dev-ruby/ascii85/ChangeLog | 8 ++++++++ dev-ruby/ascii85/ascii85-1.0.2.ebuild | 29 +++++++++++++++++++++++++++++ dev-ruby/ascii85/metadata.xml | 5 +++++ 3 files changed, 42 insertions(+), 0 deletions(-) diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog new file mode 100644 index 0000000..4863ec6 --- /dev/null +++ b/dev-ruby/ascii85/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-ruby/bundler +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ascii85-1.0.2 (06 Nov 2012) + 06 Nov 2012; Michel Boaventura +ascii85-1.0.2.ebuild, + +ChangeLog +Manifest +metadata.xml: + Bump version to 1.0.2 diff --git a/dev-ruby/ascii85/ascii85-1.0.2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2.ebuild new file mode 100644 index 0000000..49efa30 --- /dev/null +++ b/dev-ruby/ascii85/ascii85-1.0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +USE_RUBY="ruby18 ruby19 ree18 jruby" + +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt LICENSE" + +RUBY_FAKEGEM_NAME="Ascii85" + +inherit ruby-fakegem + +DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name." +HOMEPAGE="http://ascii85.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +all_ruby_prepare() { + rm Gemfile || die + sed -i -e '/[Bb]undler/d' Rakefile || die +} diff --git a/dev-ruby/ascii85/metadata.xml b/dev-ruby/ascii85/metadata.xml new file mode 100644 index 0000000..8521361 --- /dev/null +++ b/dev-ruby/ascii85/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby +