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 E8A6D13829C for ; Mon, 30 May 2016 16:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13DAD21C028; Mon, 30 May 2016 16:04:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C2D521C012 for ; Mon, 30 May 2016 16:04:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBF60340A9F for ; Mon, 30 May 2016 16:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2A0795D for ; Mon, 30 May 2016 16:04:17 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464623688.78700b5f42894bf024f5b17f899b4cdb21710637.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/brewtarget/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/brewtarget/Manifest app-misc/brewtarget/brewtarget-2.1.0.ebuild app-misc/brewtarget/metadata.xml X-VCS-Directories: app-misc/brewtarget/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 78700b5f42894bf024f5b17f899b4cdb21710637 X-VCS-Branch: master Date: Mon, 30 May 2016 16:04:17 +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: 3d2dc1f7-5161-40bc-8d72-a1821c5d8ebe X-Archives-Hash: 0eaf0a6b5d6b72020164f60afacda110 commit: 78700b5f42894bf024f5b17f899b4cdb21710637 Author: Davide Pesavento gentoo org> AuthorDate: Mon May 30 15:54:48 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 30 15:54:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78700b5f app-misc/brewtarget: remove old Package-Manager: portage-2.3.0_rc1 app-misc/brewtarget/Manifest | 1 - app-misc/brewtarget/brewtarget-2.1.0.ebuild | 56 ----------------------------- app-misc/brewtarget/metadata.xml | 3 -- 3 files changed, 60 deletions(-) diff --git a/app-misc/brewtarget/Manifest b/app-misc/brewtarget/Manifest index b993881..a9c9e1d 100644 --- a/app-misc/brewtarget/Manifest +++ b/app-misc/brewtarget/Manifest @@ -1,2 +1 @@ -DIST brewtarget_2.1.0.orig.tar.xz 8576552 SHA256 5d34c6ed169d6589c85dd5383850512a0e36ab2b2233f9ed566f3a0fb4adb9be SHA512 980867c7d5d0d9c6a3c7dc659677c384522fa468c4c86b54d2e77e59b577352abdcaa245d04f01ee4d4d433426925f9df472821c81346e13457b6c58a35fe9c5 WHIRLPOOL df22343055dd133efb918afde589bd86bb0596adde2005a3cda70c8c7817392b762d4ae238feb4d026272108e6053743a1becfe953402d2f646f336a17bcf072 DIST brewtarget_2.3.1.orig.tar.xz 9449200 SHA256 1541856e9f835d896045ea3f0aeaf9ed254c8225e9fe0e540a0b4e5bd467ceb0 SHA512 2ff29496df6df1b4507594905f5b3cdedd472a3e767c5f5dda00d306d092a7bec6f9d67350a830416f0ab457553339ba2f9dd2ea8476ed1dfa7dd4c49adda086 WHIRLPOOL c9e539cd91ebb9d48cecf3a2f21cc5522fcd5b04f99d07a32c98af117949cad467621b09ad26e0ca16c91dce411f70ec5523fd98d98e9f28d6efe44e2c27886d diff --git a/app-misc/brewtarget/brewtarget-2.1.0.ebuild b/app-misc/brewtarget/brewtarget-2.1.0.ebuild deleted file mode 100644 index f15a48c..0000000 --- a/app-misc/brewtarget/brewtarget-2.1.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PLOCALES="ca cs da de el en es fr hu it nb nl pl pt ru sv zh" - -inherit cmake-utils l10n - -DESCRIPTION="Application to create and manage beer recipes" -HOMEPAGE="http://www.brewtarget.org/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.orig.tar.xz" - -LICENSE="GPL-3 WTFPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="kde phonon" - -DEPEND=" - >=dev-qt/qtcore-4.8:4 - >=dev-qt/qtgui-4.8:4 - >=dev-qt/qtsql-4.8:4[sqlite] - >=dev-qt/qtsvg-4.8:4 - >=dev-qt/qtwebkit-4.8:4 - phonon? ( - kde? ( media-libs/phonon[qt4] ) - !kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[qt4] ) ) - ) -" -RDEPEND="${DEPEND}" - -remove_locale() { - sed -i -e "/bt_$1.ts/d" CMakeLists.txt || die -} - -src_prepare() { - # Check for new locales, respect LINGUAS - l10n_find_plocales_changes "${S}/translations" bt_ .ts - l10n_for_each_disabled_locale_do remove_locale - - # Tests are bogus, don't build them - sed -i -e '/=Tests=/,/=Installs=/d' src/CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DDO_RELEASE_BUILD=ON - -DNO_MESSING_WITH_FLAGS=ON - $(cmake-utils_use_no phonon) - ) - cmake-utils_src_configure -} diff --git a/app-misc/brewtarget/metadata.xml b/app-misc/brewtarget/metadata.xml index 507b928..3985889 100644 --- a/app-misc/brewtarget/metadata.xml +++ b/app-misc/brewtarget/metadata.xml @@ -5,9 +5,6 @@ pesa@gentoo.org Davide Pesavento - - Enable sound support via media-libs/phonon or dev-qt/qtphonon - Brewtarget/brewtarget