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 81845138CDB for ; Wed, 10 Jun 2015 10:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7DBE0858; Wed, 10 Jun 2015 10:37:27 +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 85E9BE083D for ; Wed, 10 Jun 2015 10:37:26 +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 8B03E340C1C for ; Wed, 10 Jun 2015 10:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90205A41 for ; Wed, 10 Jun 2015 10:37:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1433867725.6f55084a211818469f399f223cdfb0bc5b5d15c4.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/gnome-sound-recorder/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild X-VCS-Directories: media-sound/gnome-sound-recorder/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6f55084a211818469f399f223cdfb0bc5b5d15c4 X-VCS-Branch: master Date: Wed, 10 Jun 2015 10:37:23 +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: 5fdecf6d-a8a1-4a7f-acf3-f0d3d49c6c89 X-Archives-Hash: d04955900b81452edb533cc86515b220 commit: 6f55084a211818469f399f223cdfb0bc5b5d15c4 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 16:35:25 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 16:35:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6f55084a media-sound/gnome-sound-recorder: moved to gentoo-x86 .../gnome-sound-recorder-3.16.0.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild deleted file mode 100644 index fe39721..0000000 --- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Simple sound recorder" -HOMEPAGE="https://wiki.gnome.org/ThreePointEleven/Features/SoundRecorder" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -# For the list of plugins, see src/audioProfile.js -COMMON_DEPEND=" - dev-libs/gjs - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.12:3[introspection] -" -RDEPEND="${COMMON_DEPEND} - media-libs/gstreamer:1.0[introspection] - media-libs/gst-plugins-base:1.0[introspection] -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.26 - virtual/pkgconfig -"