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 7BABC1388C0 for ; Sun, 21 Feb 2016 09:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BB321C0C6; Sun, 21 Feb 2016 09:37:16 +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 21F6B21C0C7 for ; Sun, 21 Feb 2016 09:37:16 +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 470D5340BB1 for ; Sun, 21 Feb 2016 09:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4650F18A6 for ; Sun, 21 Feb 2016 09:37:12 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1456047424.1fb6ec3b0b8745b0ff265c4c43a7bebf24d0d98b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundconverter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/soundconverter/soundconverter-2.1.5.ebuild X-VCS-Directories: media-sound/soundconverter/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1fb6ec3b0b8745b0ff265c4c43a7bebf24d0d98b X-VCS-Branch: master Date: Sun, 21 Feb 2016 09:37:12 +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: c2094ef4-256e-42b8-b3ba-501db1ac4112 X-Archives-Hash: 2b09d478fb0160a3b7bdba7a746247b2 commit: 1fb6ec3b0b8745b0ff265c4c43a7bebf24d0d98b Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 21 09:35:15 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 21 09:37:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb6ec3b media-sound/soundconverter: Drop old Package-Manager: portage-2.2.27 .../soundconverter/soundconverter-2.1.5.ebuild | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/media-sound/soundconverter/soundconverter-2.1.5.ebuild b/media-sound/soundconverter/soundconverter-2.1.5.ebuild deleted file mode 100644 index 73854e1..0000000 --- a/media-sound/soundconverter/soundconverter-2.1.5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG=no -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 multilib python-single-r1 - -DESCRIPTION="A simple audiofile converter application for the GNOME environment" -HOMEPAGE="http://soundconverter.org/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="aac flac mp3 opus vorbis" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/gconf-python[${PYTHON_USEDEP}] - dev-python/gnome-vfs-python[${PYTHON_USEDEP}] - dev-python/gst-python:0.10[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] - dev-python/libgnome-python[${PYTHON_USEDEP}] - gnome-base/libglade[${PYTHON_USEDEP}] - aac? ( - media-plugins/gst-plugins-faac:0.10 - media-plugins/gst-plugins-faad:0.10 ) - flac? ( media-plugins/gst-plugins-flac:0.10 ) - mp3? ( - media-plugins/gst-plugins-lame:0.10 - media-plugins/gst-plugins-mad:0.10 - media-plugins/gst-plugins-taglib:0.10 ) - vorbis? ( - media-plugins/gst-plugins-ogg:0.10 - media-plugins/gst-plugins-vorbis:0.10 ) - opus? ( media-plugins/gst-plugins-opus:0.10 ) -" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext -" - -src_prepare() { - python_fix_shebang . - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python -}