From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFAF013832E for ; Fri, 22 Jul 2016 19:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4824AE0B12; Fri, 22 Jul 2016 19:05:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB06AE0A41 for ; Fri, 22 Jul 2016 19:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF099340E9B for ; Fri, 22 Jul 2016 19:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE622424 for ; Fri, 22 Jul 2016 19:04:59 +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: <1469214259.4b6a36c0e2316ec147f4cc59e89ea99856425bbf.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simple-rss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simple-rss/simple-rss-1.3.1.ebuild X-VCS-Directories: dev-ruby/simple-rss/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4b6a36c0e2316ec147f4cc59e89ea99856425bbf X-VCS-Branch: master Date: Fri, 22 Jul 2016 19:04:59 +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: c1ee17d0-3180-4375-ab5b-c30b1552ff4e X-Archives-Hash: 54cc173dc6cabb8918ba207345a4f952 commit: 4b6a36c0e2316ec147f4cc59e89ea99856425bbf Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 22 18:28:14 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 22 19:04:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6a36c0 dev-ruby/simple-rss: cleanup Package-Manager: portage-2.2.28 dev-ruby/simple-rss/simple-rss-1.3.1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild b/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild deleted file mode 100644 index 5258c50..0000000 --- a/dev-ruby/simple-rss/simple-rss-1.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit ruby-fakegem - -DESCRIPTION="A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby" -HOMEPAGE="http://simple-rss.rubyforge.org/" -LICENSE="LGPL-2" - -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/rspec )" - -all_ruby_prepare() { - # Avoid dependency on bundler - sed -i -e '/bundler/d' Rakefile || die - - # https://github.com/cardmagic/simple-rss/pull/14 - sed -i -e 's/README/README.markdown/' Rakefile || die -}