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 E228C1386F1 for ; Sun, 9 Aug 2015 18:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D38F4E07D6; Sun, 9 Aug 2015 18:31:55 +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 5B2EAE07D6 for ; Sun, 9 Aug 2015 18:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B596E340862 for ; Sun, 9 Aug 2015 18:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81089132 for ; Sun, 9 Aug 2015 18:31: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: <1439145093.dcd8d674af6e2d7400b89047fcad68aaf9e66221.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.ebuild X-VCS-Directories: dev-ruby/ruby-shout/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dcd8d674af6e2d7400b89047fcad68aaf9e66221 X-VCS-Branch: master Date: Sun, 9 Aug 2015 18:31: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: 2c05bd05-4060-4819-ba9e-e334ff65952c X-Archives-Hash: 2efcb3b9681edb6d35a0fd673c27c265 commit: dcd8d674af6e2d7400b89047fcad68aaf9e66221 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 9 18:31:33 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 9 18:31:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd8d674 dev-ruby/ruby-shout: cleanup Package-Manager: portage-2.2.20 dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild | 41 ----------------------------- 1 file changed, 41 deletions(-) diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild deleted file mode 100644 index 7b425ee..0000000 --- a/dev-ruby/ruby-shout/ruby-shout-2.2.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.textile" - -inherit multilib ruby-fakegem eutils - -DESCRIPTION="A Ruby interface to libshout2" -HOMEPAGE="http://ruby-shout.rubyforge.org/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND="${RDEPEND} - >=media-libs/libshout-2.0" -DEPEND="${DEPEND} - >=media-libs/libshout-2.0" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die "extconf failed" -} - -each_ruby_compile() { - emake -C ext || die "emake failed" -} - -each_ruby_install() { - each_fakegem_install - - ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) -}