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 B93111381F3 for ; Fri, 30 Aug 2013 09:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80047E0B2A; Fri, 30 Aug 2013 09:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ADF0E0B2A for ; Fri, 30 Aug 2013 09: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 EBDBB33EC50 for ; Fri, 30 Aug 2013 09:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 895B4E468F for ; Fri, 30 Aug 2013 09:23:57 +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: <1377854376.6bd4b16404873ab144bdd37b38adb1237891e967.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/ri_cal/ChangeLog dev-ruby/ri_cal/ri_cal-0.8.8.ebuild X-VCS-Directories: dev-ruby/ri_cal/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6bd4b16404873ab144bdd37b38adb1237891e967 X-VCS-Branch: master Date: Fri, 30 Aug 2013 09: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: 893426cf-bb91-4c07-90bf-b3872c27252b X-Archives-Hash: 0fb088345e060d312900594012bb566e commit: 6bd4b16404873ab144bdd37b38adb1237891e967 Author: Hans de Graaff degraaff org> AuthorDate: Fri Aug 30 09:19:36 2013 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 30 09:19:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6bd4b164 Cleanup. Package-Manager: portage-2.1.12.2 --- dev-ruby/ri_cal/ChangeLog | 5 ++++- dev-ruby/ri_cal/ri_cal-0.8.8.ebuild | 34 ---------------------------------- 2 files changed, 4 insertions(+), 35 deletions(-) diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog index 2f62d52..79a924b 100644 --- a/dev-ruby/ri_cal/ChangeLog +++ b/dev-ruby/ri_cal/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/ri_cal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Aug 2013; Hans de Graaff -ri_cal-0.8.8.ebuild: + Cleanup. + *ri_cal-0.8.8-r1 (26 Sep 2012) 26 Sep 2012; Hans de Graaff +ri_cal-0.8.8-r1.ebuild, diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild deleted file mode 100644 index f820d40..0000000 --- a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_TEST="" - -# requires jeweler/ad_agency -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar." -HOMEPAGE="http://github.com/rubyredrick/ri_cal" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -# This gem can use either tzinfo or activesupport and thus doesn't have -# any explicit dependency. We always depend on tzinfo since newer -# versions of activesupport do this as well. -ruby_add_rdepend "dev-ruby/tzinfo" - -ruby_add_bdepend "dev-ruby/rspec:0" - -each_ruby_test() { - ${RUBY} -S spec spec || die -}