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 7078F59CA3 for ; Sun, 14 Feb 2016 19:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 849B321C039; Sun, 14 Feb 2016 19:29:51 +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 0FC5621C03A for ; Sun, 14 Feb 2016 19:29:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1E74340BCD for ; Sun, 14 Feb 2016 19:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA6C1897 for ; Sun, 14 Feb 2016 19:29:29 +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: <1455474855.4fef03a4969c75ddd68b1de602a4049cdcca31da.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/rvideo/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild X-VCS-Directories: dev-ruby/rvideo/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4fef03a4969c75ddd68b1de602a4049cdcca31da X-VCS-Branch: master Date: Sun, 14 Feb 2016 19:29:29 +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: fcacfef5-8474-4869-b7eb-49c2955c9fcf X-Archives-Hash: 7c6ebba9dd8a3f15588b2fc194792385 commit: 4fef03a4969c75ddd68b1de602a4049cdcca31da Author: Hans de Graaff degraaff org> AuthorDate: Sun Feb 14 18:34:15 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 14 18:34:15 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4fef03a4 dev-ruby/rvideo: cleanup Package-Manager: portage-2.2.26 dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild b/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild deleted file mode 100644 index e3ab922..0000000 --- a/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $ - -EAPI=4 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="ENV ENV2 History.txt README.txt RULES" - -# There are specs but they require an old version of rspec. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRAINSTALL="config" - -inherit ruby-fakegem - -DESCRIPTION="Inspect and process video or audio files." -HOMEPAGE="http://code.google.com/p/rvideo/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-macos" -SLOT="0" -IUSE="doc flv" - -RUBY_PATCHES=( rvideo-ffmpeg.patch ) - -ruby_add_rdepend "flv? ( media-video/flvtool2 )"