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 D620358973 for ; Sun, 7 Feb 2016 09:47:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FB4F21C020; Sun, 7 Feb 2016 09:47:36 +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 0DCEC21C020 for ; Sun, 7 Feb 2016 09:47:35 +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 00932340B27 for ; Sun, 7 Feb 2016 09:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 015AC8F7 for ; Sun, 7 Feb 2016 09:47:33 +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: <1454838404.f45eb4072cb972db17fad1fae1213f59e4ad2ca8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild X-VCS-Directories: sci-electronics/gspeakers/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f45eb4072cb972db17fad1fae1213f59e4ad2ca8 X-VCS-Branch: master Date: Sun, 7 Feb 2016 09:47:33 +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: 303f6a59-15ae-4dc9-a403-0eb38da6ac7c X-Archives-Hash: 893bfe83cabd13cc2c286c551a9de5dc commit: f45eb4072cb972db17fad1fae1213f59e4ad2ca8 Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 7 09:46:27 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 7 09:46:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45eb407 sci-electronics/gspeakers: Drop old Package-Manager: portage-2.2.27 sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild deleted file mode 100644 index 40e73c7..0000000 --- a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils gnome2 autotools - -DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer" -HOMEPAGE="http://gspeakers.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-cpp/gtkmm:2.4 - dev-libs/libxml2:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - || ( sci-electronics/gnucap - sci-electronics/ngspice - sci-electronics/spice )" - -DOCS="AUTHORS ChangeLog NEWS README* TODO" - -src_prepare() { - sed -i -e "s/-O0//" src/Makefile.am - epatch "${FILESDIR}"/${P}-gcc43.patch - epatch "${FILESDIR}"/${P}-glib-single-include.patch - eautoreconf - gnome2_src_prepare -}