* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-09-25 3:34 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2019-09-25 3:34 UTC (permalink / raw
To: gentoo-commits
commit: bdbc5811f4f8db00602f9a79197fbc228e6462ad
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 12 08:09:52 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 03:32:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbc5811
media-sound/audiotag: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild
index 4d6d53a136b..0f163d9e904 100644
--- a/media-sound/audiotag/audiotag-0.19.ebuild
+++ b/media-sound/audiotag/audiotag-0.19.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
-DESCRIPTION="A command-line tool for mass tagging/renaming of audio files"
+DESCRIPTION="Command-line tool for mass tagging/renaming of audio files"
HOMEPAGE="https://github.com/Daenyth/audiotag"
SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE="aac flac mp3 vorbis"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-09-25 3:34 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2019-09-25 3:34 UTC (permalink / raw
To: gentoo-commits
commit: 07a5f08c15e92e0492daa816eee07fd2e7241b99
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 12 08:15:34 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 03:32:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a5f08c
media-sound/audiotag: EAPI=7 bump
Closes: https://bugs.gentoo.org/685686
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11976
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
new file mode 100644
index 00000000000..ec257e988de
--- /dev/null
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Command-line tool for mass tagging/renaming of audio files"
+HOMEPAGE="https://github.com/Daenyth/audiotag"
+SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="dev-lang/perl"
+
+src_install() {
+ dobin ${PN}
+ dodoc ChangeLog README
+}
+
+pkg_postinst() {
+ optfeature "for m4a/mp4 support" media-video/atomicparsley media-video/atomicparsley-wez
+ optfeature "for flac support" media-libs/flac
+ optfeature "for mp3 support" media-libs/id3lib
+ optfeature "for vorbis support" media-sound/vorbis-tools
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 94ab5a705e582884282abfc6e9e972a080fc3738
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:58:28 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:58:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ab5a70
media-sound/audiotag: x86 stable wrt bug #696316
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
index 31ea4b8b44a..461f2b5c3b3 100644
--- a/media-sound/audiotag/audiotag-0.19-r1.ebuild
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-10-07 10:38 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 42371e3c4fe583d687d9a2b505bc0c01091f6f2e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 10:38:06 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 10:38:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42371e3c
media-sound/audiotag: ppc64 stable wrt bug #696316
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
index 461f2b5c3b3..90271152c58 100644
--- a/media-sound/audiotag/audiotag-0.19-r1.ebuild
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-10-07 10:44 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 405cd2ea352422f416caf7967c24a87aabb0df95
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 10:43:32 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 10:43:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405cd2ea
media-sound/audiotag: sparc stable wrt bug #696316
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
index 90271152c58..02c0389a093 100644
--- a/media-sound/audiotag/audiotag-0.19-r1.ebuild
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86"
RDEPEND="dev-lang/perl"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2019-10-07 13:53 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-10-07 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 50f1cb2ac8fc2c5d262a42a6cfc1c18ac96dcc2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 13:19:28 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 13:53:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f1cb2a
media-sound/audiotag: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild
deleted file mode 100644
index 0f163d9e904..00000000000
--- a/media-sound/audiotag/audiotag-0.19.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Command-line tool for mass tagging/renaming of audio files"
-HOMEPAGE="https://github.com/Daenyth/audiotag"
-SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE="aac flac mp3 vorbis"
-
-RDEPEND="dev-lang/perl
- flac? ( media-libs/flac )
- vorbis? ( media-sound/vorbis-tools )
- mp3? ( media-libs/id3lib )
- aac? ( || ( media-video/atomicparsley media-video/atomicparsley-wez ) )"
-DEPEND=""
-
-src_install() {
- dobin ${PN} || die
- dodoc ChangeLog README
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2022-03-08 8:58 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-03-08 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 218ed39b26f693c7d64d415a9e07b19b8a98a144
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 08:56:42 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 08:56:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218ed39b
media-sound/audiotag: Remove media-video/atomicparsley-wez reference
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-sound/audiotag/audiotag-0.19-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
index bffb56f6602f..7e58345a74d0 100644
--- a/media-sound/audiotag/audiotag-0.19-r1.ebuild
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ src_install() {
}
pkg_postinst() {
- optfeature "for m4a/mp4 support" media-video/atomicparsley media-video/atomicparsley-wez
+ optfeature "for m4a/mp4 support" media-video/atomicparsley
optfeature "for flac support" media-libs/flac
optfeature "for mp3 support" media-libs/id3lib
optfeature "for vorbis support" media-sound/vorbis-tools
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/
@ 2023-05-01 12:37 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
To: gentoo-commits
commit: b6d912f5949ef81d0f86521fc86fdd8b61aac9fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 11:55:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 12:35:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d912f5
media-sound/audiotag: update SRC_URI to drop github.com/downloads
github.com/downloads was removed 10 years ago. Tarball contents are the same.
Bug: https://bugs.gentoo.org/481382
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/audiotag/Manifest | 2 +-
media-sound/audiotag/audiotag-0.19-r1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/audiotag/Manifest b/media-sound/audiotag/Manifest
index e4f71ed26690..ef27a1756562 100644
--- a/media-sound/audiotag/Manifest
+++ b/media-sound/audiotag/Manifest
@@ -1 +1 @@
-DIST audiotag-0.19.tar.bz2 15016 BLAKE2B d650887a72242d1258fa2d60a876a6c5984369074d16e4f9028468f6520b38afad4a5cf92ba5c2a92f7f2a26b1aaf515998fa1a3fbd6d8d49d15074c68940c14 SHA512 a2e117deb78c3141ca1e17a12ee17033eb762fee822187d8aa708715ee4077b120ea2f7acf09d683d9dd292c0826e1152d09286830976b65d08738ced9a0529e
+DIST audiotag-0.19.tar.gz 15794 BLAKE2B 811630a7eb0888ccc1ce4a7e1dbdc6cc65d98a0c1ab8c4ddc5621cdd6221994098cc8cc48ee94d4ceb8a2e021c50e76ad83e9ba86bdbd07667f8c59c7f111dd2 SHA512 3d3719ed38b931791479846f552ba78e51b0e5f7b97b3f1bf3cce6a78f5fabc3a75d90f7f932a12480cc44f7b2065ea559b998b9daf0b5816847c0b3627bc80a
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild
index 7e58345a74d0..2c09890dab55 100644
--- a/media-sound/audiotag/audiotag-0.19-r1.ebuild
+++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit optfeature
DESCRIPTION="Command-line tool for mass tagging/renaming of audio files"
HOMEPAGE="https://github.com/Daenyth/audiotag"
-SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/Daenyth/audiotag/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-05-01 12:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07 10:38 [gentoo-commits] repo/gentoo:master commit in: media-sound/audiotag/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2023-05-01 12:37 Sam James
2022-03-08 8:58 Jakov Smolić
2019-10-07 13:53 Michał Górny
2019-10-07 10:44 Agostino Sarubbo
2019-10-07 8:59 Agostino Sarubbo
2019-09-25 3:34 Joonas Niilola
2019-09-25 3:34 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox