public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/brewtarget/
Date: Mon, 30 May 2016 16:04:17 +0000 (UTC)	[thread overview]
Message-ID: <1464623688.78700b5f42894bf024f5b17f899b4cdb21710637.pesa@gentoo> (raw)

commit:     78700b5f42894bf024f5b17f899b4cdb21710637
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 15:54:48 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> 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 @@
 		<email>pesa@gentoo.org</email>
 		<name>Davide Pesavento</name>
 	</maintainer>
-	<use>
-		<flag name="phonon">Enable sound support via <pkg>media-libs/phonon</pkg> or <pkg>dev-qt/qtphonon</pkg></flag>
-	</use>
 	<upstream>
 		<remote-id type="github">Brewtarget/brewtarget</remote-id>
 	</upstream>


             reply	other threads:[~2016-05-30 16:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 16:04 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 21:17 [gentoo-commits] repo/gentoo:master commit in: app-misc/brewtarget/ Andreas Sturmlechner
2020-02-23  0:32 Andreas Sturmlechner
2016-05-13 17:01 Davide Pesavento
2016-05-12 14:13 Davide Pesavento
2016-05-11 19:39 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464623688.78700b5f42894bf024f5b17f899b4cdb21710637.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox