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 77DB9138CDC for ; Mon, 22 Jun 2015 05:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABE7E0886; Mon, 22 Jun 2015 05:38:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FEA3E0886 for ; Mon, 22 Jun 2015 05:38:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E174B340BB1 for ; Mon, 22 Jun 2015 05:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950AEA3A for ; Mon, 22 Jun 2015 05:38:01 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1434951457.caf0b45dd16acc5ce5be7c3718f8316ba1b157fe.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/apache_log_parser/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/apache_log_parser/ChangeLog dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild X-VCS-Directories: dev-ruby/apache_log_parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: caf0b45dd16acc5ce5be7c3718f8316ba1b157fe X-VCS-Branch: master Date: Mon, 22 Jun 2015 05:38:01 +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: 96997e76-1ab0-435c-baaa-9654854bb204 X-Archives-Hash: a44c5fa4a2e07635a9b1beeb8d2affec commit: caf0b45dd16acc5ce5be7c3718f8316ba1b157fe Author: Hans de Graaff degraaff org> AuthorDate: Mon Jun 22 05:37:37 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 22 05:37:37 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=caf0b45d Update ruby targets. Package-Manager: portage-2.2.18 dev-ruby/apache_log_parser/ChangeLog | 6 +++++- dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-ruby/apache_log_parser/ChangeLog b/dev-ruby/apache_log_parser/ChangeLog index e3f03e7..9de065a 100644 --- a/dev-ruby/apache_log_parser/ChangeLog +++ b/dev-ruby/apache_log_parser/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-ruby/apache_log_parser -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Jun 2015; Hans de Graaff + apache_log_parser-1.1.0.ebuild: + Update ruby targets. + 30 Jul 2012; Hans de Graaff ChangeLog: Fix Changelog. diff --git a/dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild b/dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild index 371ab88..c200ea8 100644 --- a/dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild +++ b/dev-ruby/apache_log_parser/apache_log_parser-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README.rdoc"