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 BA55D1392EF for ; Mon, 30 Jun 2014 16:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 510D9E09D7; Mon, 30 Jun 2014 16:21:32 +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 D64C9E09D7 for ; Mon, 30 Jun 2014 16:21:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D3C3401F4 for ; Mon, 30 Jun 2014 16:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 32F44193E6 for ; Mon, 30 Jun 2014 16:21:08 +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: <1403860200.781000c3e118ad81eb5c80e794c13416a72ee52f.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/rvideo/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/rvideo/ChangeLog dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild X-VCS-Directories: dev-ruby/rvideo/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 781000c3e118ad81eb5c80e794c13416a72ee52f X-VCS-Branch: master Date: Mon, 30 Jun 2014 16:21:08 +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: afc1e587-84cb-46f3-bbf9-d67fd1b68f32 X-Archives-Hash: c3ca1b09f04db8447e5c0e77bbc28d03 commit: 781000c3e118ad81eb5c80e794c13416a72ee52f Author: Hans de Graaff degraaff org> AuthorDate: Fri Jun 27 09:10:00 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 27 09:10:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=781000c3 Cleanup. Package-Manager: portage-2.2.8-r1 --- dev-ruby/rvideo/ChangeLog | 5 ++++- dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild | 29 ----------------------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/dev-ruby/rvideo/ChangeLog b/dev-ruby/rvideo/ChangeLog index 6906228..50822bf 100644 --- a/dev-ruby/rvideo/ChangeLog +++ b/dev-ruby/rvideo/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/rvideo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Jun 2014; Hans de Graaff -rvideo-0.9.3-r1.ebuild: + Cleanup. + 24 Sep 2012; Hans de Graaff rvideo-0.9.3-r2.ebuild: Add ruby19 keyword. diff --git a/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild b/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild deleted file mode 100644 index b7096f7..0000000 --- a/dev-ruby/rvideo/rvideo-0.9.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -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="flv" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - -ruby_add_rdepend "flv? ( media-video/flvtool2 )"