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 BC4E91381F3 for ; Mon, 5 Nov 2012 01:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5412BE0128; Mon, 5 Nov 2012 01:53:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B39B6E0128 for ; Mon, 5 Nov 2012 01:53:45 +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 B21E433D902 for ; Mon, 5 Nov 2012 01:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B31DE544D for ; Mon, 5 Nov 2012 01:53:43 +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: <1352080404.4d0b83cd9d986c92b7edd18b10dac31ea15db3cb.michelboaventura@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/xml-simple/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/xml-simple/ChangeLog dev-ruby/xml-simple/metadata.xml dev-ruby/xml-simple/xml-simple-1.1.2.ebuild X-VCS-Directories: dev-ruby/xml-simple/ X-VCS-Committer: michelboaventura X-VCS-Committer-Name: Michel Boaventura X-VCS-Revision: 4d0b83cd9d986c92b7edd18b10dac31ea15db3cb X-VCS-Branch: master Date: Mon, 5 Nov 2012 01:53:43 +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: 8102ff05-df80-411c-bb06-16b851e6034f X-Archives-Hash: 058afcfbbe9f176c5c193ed581a9e353 commit: 4d0b83cd9d986c92b7edd18b10dac31ea15db3cb Author: Michel Boaventura michelboaventura com> AuthorDate: Mon Nov 5 01:53:24 2012 +0000 Commit: Michel Boaventura gmail com> CommitDate: Mon Nov 5 01:53:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=4d0b83cd Bump xml-simple 1.1.2. Package-Manager: portage-2.1.11.31 --- dev-ruby/xml-simple/ChangeLog | 9 +++++++++ dev-ruby/xml-simple/metadata.xml | 6 ++++++ dev-ruby/xml-simple/xml-simple-1.1.2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog new file mode 100644 index 0000000..7f440fa --- /dev/null +++ b/dev-ruby/xml-simple/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/dm-core +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*xml-simple-1.1.2 (04 Nov 2012) + + 04 Nov 2012; Michel Boaventura +ChangeLog, + +xml-simple-1.1.2.ebuild, +Manifest, +metadata.xml: + Bump to version 1.1.2. diff --git a/dev-ruby/xml-simple/metadata.xml b/dev-ruby/xml-simple/metadata.xml new file mode 100644 index 0000000..8ff28fd --- /dev/null +++ b/dev-ruby/xml-simple/metadata.xml @@ -0,0 +1,6 @@ + + + + ruby + + diff --git a/dev-ruby/xml-simple/xml-simple-1.1.2.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.2.ebuild new file mode 100644 index 0000000..f923ae0 --- /dev/null +++ b/dev-ruby/xml-simple/xml-simple-1.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.1-r1.ebuild,v 1.1 2012/09/27 09:27:17 ssuominen Exp $ + +EAPI=2 +USE_RUBY="ruby18 ruby19 jruby ree18" + +# Gem only contains lib code, and no easily accessible upstream repository. +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple." +HOMEPAGE="http://rubyforge.org/projects/xml-simple/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE=""