From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtagger/
Date: Wed, 20 May 2020 22:18:04 +0000 (UTC) [thread overview]
Message-ID: <1590013072.b137168024a19fafb2885c4916aed9d9b50064eb.asturm@gentoo> (raw)
commit: b137168024a19fafb2885c4916aed9d9b50064eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 21:48:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 22:17:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1371680
media-sound/qtagger: EAPI-7 bump, switch to cmake, missing DEPEND
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
index 460a0e65440..f85a7a431ed 100644
--- a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
+++ b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
CMAKE_MAKEFILE_GENERATOR="emake"
COMMIT=0e74fe022ddbb689f7bae0460a21be303114029b
-inherit cmake-utils qmake-utils vcs-snapshot
+inherit cmake qmake-utils
DESCRIPTION="Simple Qt5 ID3v2 tag editor"
HOMEPAGE="https://github.com/DOOMer/qtagger"
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+BDEPEND="dev-qt/linguist-tools:5"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -24,12 +25,14 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
src_prepare() {
# fix doc installation path
sed -i -e "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt || die
sed -i -e "s/share%1doc%1qtagger/share%1doc%1${PF}/" src/mainwindow.cpp || die
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
@@ -37,11 +40,11 @@ src_configure() {
-DCMAKE_NO_BUILTIN_CHRPATH:BOOL=ON
-DQT_LRELEASE_EXECUTABLE=$(qt5_get_bindir)/lrelease
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
rm "${ED}"/usr/share/doc/${PF}/LICENSE || die
}
next reply other threads:[~2020-05-20 22:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 22:18 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 0:05 [gentoo-commits] repo/gentoo:master commit in: media-sound/qtagger/ Andreas Sturmlechner
2024-08-01 7:43 Miroslav Šulc
2018-01-14 10:19 Andreas Sturmlechner
2018-01-14 10:19 Andreas Sturmlechner
2018-01-13 1:07 Andreas Sturmlechner
2016-11-24 20:31 Davide Pesavento
2016-06-08 16:24 Michael Palimaka
2016-06-08 16:24 Michael Palimaka
2016-05-30 17:41 Davide Pesavento
2016-05-30 17:41 Davide Pesavento
2015-12-16 10:12 Agostino Sarubbo
2015-12-15 18:26 Michael Palimaka
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=1590013072.b137168024a19fafb2885c4916aed9d9b50064eb.asturm@gentoo \
--to=asturm@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