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 852F759CAF for ; Fri, 8 Apr 2016 05:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2A0E086E; Fri, 8 Apr 2016 05:21:56 +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 3D016E086B for ; Fri, 8 Apr 2016 05:21:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 037BB340D79 for ; Fri, 8 Apr 2016 05:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37A222B for ; Fri, 8 Apr 2016 05:21:51 +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: <1460092886.e4ab7a29c3b7499db1908a14c86034c439120d8c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild X-VCS-Directories: dev-ruby/ruby-shout/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e4ab7a29c3b7499db1908a14c86034c439120d8c X-VCS-Branch: master Date: Fri, 8 Apr 2016 05:21:51 +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: 1d349a9a-38e3-4aff-9d20-51d825a02f24 X-Archives-Hash: 66f690d0ece83118491480b286cbb241 commit: e4ab7a29c3b7499db1908a14c86034c439120d8c Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 8 05:04:32 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 8 05:21:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ab7a29 dev-ruby/ruby-shout: cleanup Package-Manager: portage-2.2.26 dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild | 40 -------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild deleted file mode 100644 index d860017..0000000 --- a/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ruby22 -> Does not compile -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.textile" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby interface to libshout2" -HOMEPAGE="https://github.com/niko/ruby-shout" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND+=" >=media-libs/libshout-2.0" -DEPEND+=" >=media-libs/libshout-2.0" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake -C ext V=1 -} - -each_ruby_install() { - each_fakegem_install - - ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) -}