public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexander Weber" <web.alexander@web.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/mediaelch/
Date: Tue, 21 Nov 2023 08:45:16 +0000 (UTC)	[thread overview]
Message-ID: <1700556182.8c3a2a93d6d7a245cbb8445d33065d9115947784.web.alexander@gentoo> (raw)

commit:     8c3a2a93d6d7a245cbb8445d33065d9115947784
Author:     Alexander Weber <web.alexander <AT> web <DOT> de>
AuthorDate: Tue Nov 21 08:43:02 2023 +0000
Commit:     Alexander Weber <web.alexander <AT> web <DOT> de>
CommitDate: Tue Nov 21 08:43:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c3a2a93

media-video/mediaelch: fullfil GURU regulations

Signed-off-by: Alexander Weber <web.alexander <AT> web.de>

 media-video/mediaelch/mediaelch-2.10.4.ebuild | 21 ++++++++++++---------
 media-video/mediaelch/mediaelch-9999.ebuild   | 21 ++++++++++++---------
 2 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/media-video/mediaelch/mediaelch-2.10.4.ebuild b/media-video/mediaelch/mediaelch-2.10.4.ebuild
index 1ecc1e1c10..602f874c17 100644
--- a/media-video/mediaelch/mediaelch-2.10.4.ebuild
+++ b/media-video/mediaelch/mediaelch-2.10.4.ebuild
@@ -1,28 +1,31 @@
-EAPI=7
-inherit cmake
+# Copyright 2021-223 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
-MY_PN=MediaElch
-S=$WORKDIR/$MY_PN-$PV
+EAPI=8
+
+inherit cmake
 
 DESCRIPTION="Video metadata scraper"
 HOMEPAGE="https://www.mediaelch.de/"
 
-IUSE="debug"
+MY_PN=MediaElch
 
 if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/Komet/MediaElch"
+	EGIT_REPO_URI="https://github.com/Komet/$MY_PN"
 	EGIT_BRANCH="master"
 	EGIT_SUBMODULES=()
 	inherit git-r3
-	S="${WORKDIR}/mediaelch-9999"
+	S="${WORKDIR}/${PN}-9999"
 else
 	RESTRICT="mirror"
 	SRC_URI="https://github.com/Komet/$MY_PN/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64"
+	KEYWORDS="~amd64"
+	S=$WORKDIR/${MY_PN}-${PV}
 fi
 
-SLOT="0"
 LICENSE="LGPL-3"
+SLOT="0"
+IUSE="debug"
 
 DEPEND="dev-libs/quazip
 	dev-qt/qtconcurrent:5

diff --git a/media-video/mediaelch/mediaelch-9999.ebuild b/media-video/mediaelch/mediaelch-9999.ebuild
index 1ecc1e1c10..602f874c17 100644
--- a/media-video/mediaelch/mediaelch-9999.ebuild
+++ b/media-video/mediaelch/mediaelch-9999.ebuild
@@ -1,28 +1,31 @@
-EAPI=7
-inherit cmake
+# Copyright 2021-223 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
-MY_PN=MediaElch
-S=$WORKDIR/$MY_PN-$PV
+EAPI=8
+
+inherit cmake
 
 DESCRIPTION="Video metadata scraper"
 HOMEPAGE="https://www.mediaelch.de/"
 
-IUSE="debug"
+MY_PN=MediaElch
 
 if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/Komet/MediaElch"
+	EGIT_REPO_URI="https://github.com/Komet/$MY_PN"
 	EGIT_BRANCH="master"
 	EGIT_SUBMODULES=()
 	inherit git-r3
-	S="${WORKDIR}/mediaelch-9999"
+	S="${WORKDIR}/${PN}-9999"
 else
 	RESTRICT="mirror"
 	SRC_URI="https://github.com/Komet/$MY_PN/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64"
+	KEYWORDS="~amd64"
+	S=$WORKDIR/${MY_PN}-${PV}
 fi
 
-SLOT="0"
 LICENSE="LGPL-3"
+SLOT="0"
+IUSE="debug"
 
 DEPEND="dev-libs/quazip
 	dev-qt/qtconcurrent:5


             reply	other threads:[~2023-11-21  8:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21  8:45 Alexander Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25 18:03 [gentoo-commits] repo/proj/guru:dev commit in: media-video/mediaelch/ Alexander Weber
2023-12-04 10:07 Alexander Weber
2023-12-03 19:12 Alexander Weber
2023-12-03 19:12 Alexander Weber
2023-11-27  7:04 Alexander Weber
2023-11-20 19:23 Alexander Weber

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=1700556182.8c3a2a93d6d7a245cbb8445d33065d9115947784.web.alexander@gentoo \
    --to=web.alexander@web.de \
    --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