summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-31 16:07:51 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-08-01 09:43:14 +0200
commit65261a44d6828719f736503d4d2d57e7f36bdd2b (patch)
treeca979b427958acd49981e70f44247365109f2ebe /media-sound
parentmedia-sound/qastools: fix pkgcheck issues (diff)
downloadgentoo-65261a44d6828719f736503d4d2d57e7f36bdd2b.tar.gz
gentoo-65261a44d6828719f736503d4d2d57e7f36bdd2b.tar.bz2
gentoo-65261a44d6828719f736503d4d2d57e7f36bdd2b.zip
media-sound/qtagger: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
index f85a7a431edc..d03fe2b1e684 100644
--- a/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
+++ b/media-sound/qtagger/qtagger-1.0.1_p20150402.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,11 +10,11 @@ inherit cmake qmake-utils
DESCRIPTION="Simple Qt5 ID3v2 tag editor"
HOMEPAGE="https://github.com/DOOMer/qtagger"
SRC_URI="https://github.com/DOOMer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
BDEPEND="dev-qt/linguist-tools:5"
DEPEND="
@@ -25,8 +25,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
src_prepare() {
# fix doc installation path
sed -i -e "s/doc\/${PN}/doc\/${PF}/" CMakeLists.txt || die