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 1FD6B59CAF for ; Sun, 3 Apr 2016 22:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FBD521C00A; Sun, 3 Apr 2016 22:31:47 +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 2C67C21C011 for ; Sun, 3 Apr 2016 22:31:47 +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 3B479340C20 for ; Sun, 3 Apr 2016 22:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20AEC88 for ; Sun, 3 Apr 2016 22:31:44 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1459722670.63470968698bbc8468af2ab6748b0e964fe0f8db.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/configliere/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/configliere/Manifest dev-ruby/configliere/configliere-0.4.18-r1.ebuild X-VCS-Directories: dev-ruby/configliere/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 63470968698bbc8468af2ab6748b0e964fe0f8db X-VCS-Branch: master Date: Sun, 3 Apr 2016 22:31:44 +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: 9a2f1332-7a29-460b-b972-d1e9150b1607 X-Archives-Hash: 298f7b80174fbfcbba695c4910d9233d commit: 63470968698bbc8468af2ab6748b0e964fe0f8db Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 3 22:31:10 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 3 22:31:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63470968 dev-ruby/configliere: Remove old Package-Manager: portage-2.2.28 dev-ruby/configliere/Manifest | 1 - dev-ruby/configliere/configliere-0.4.18-r1.ebuild | 38 ----------------------- 2 files changed, 39 deletions(-) diff --git a/dev-ruby/configliere/Manifest b/dev-ruby/configliere/Manifest index 1db241f..34ac67a 100644 --- a/dev-ruby/configliere/Manifest +++ b/dev-ruby/configliere/Manifest @@ -1,2 +1 @@ -DIST configliere-0.4.18.gem 52736 SHA256 3d0769ecbb28111b162c704c4bb3c6d3926b6ba2dd609a481d5d4b6e355cdee2 SHA512 b958002290c8e10d562ccc1b5ec33f116d0d87620ef72c6789e9cca5552bee4f74a63949c8f3c11c709098ae2cc23bcb1c423c3a043472b95035056d848f015b WHIRLPOOL 2492c396067a34d5ba00300be8a523069facd364de621c3487cc214b88c27442f74714c8d908c84f06ff37aec73f3336516a863a08366cc7de7632494ed1281e DIST configliere-0.4.22.gem 53760 SHA256 94252eb03bac389b8a9164cf513fcdb0471cbe36368e6a7d8f4f48eecb3d266e SHA512 e5c1acc3bb4a9470bf18071ac2a09407ece4ce6bcb7d6d7931247aae8894f87f2bcfef5890569d9241b6d1fc6dfdbe10ee8fafadf0c9e139a31fad86df88579a WHIRLPOOL 2b522c0ac10ce8fd1d771d8fbd283bd5bdc5344028f24e1766100ea76a958b9a4dd3d9e97f2e7c2f777ad6bf68b0a4ac2ea5923ccde89ad117b666e3dd98a4a0 diff --git a/dev-ruby/configliere/configliere-0.4.18-r1.ebuild b/dev-ruby/configliere/configliere-0.4.18-r1.ebuild deleted file mode 100644 index bf44036..0000000 --- a/dev-ruby/configliere/configliere-0.4.18-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt" - -inherit ruby-fakegem - -DESCRIPTION="Settings manager for Ruby scripts" -HOMEPAGE="https://github.com/infochimps-labs/configliere" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/highline-1.5.2 - >=dev-ruby/multi_json-1.1" - -RUBY_PATCHES=( ${PN}-0.4.17-nobundler.patch ) - -all_ruby_prepare() { - rm Gemfile* || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -}