* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2018-10-01 21:47 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-10-01 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 439458018dd7029fe5b28dfea0a41b94d45c0c9f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 21:34:17 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 21:45:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43945801
media-sound/id3ted: x86 stable (bug #664784)
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
media-sound/id3ted/id3ted-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/id3ted/id3ted-1.0.ebuild b/media-sound/id3ted/id3ted-1.0.ebuild
index 8647777f37f..c4abb128c93 100644
--- a/media-sound/id3ted/id3ted-1.0.ebuild
+++ b/media-sound/id3ted/id3ted-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/muennich/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2018-10-02 14:30 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-10-02 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 73d8341a78430e1d71c1ab5f6a4964bbcbb31fd9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 14:29:58 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 14:29:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d8341a
media-sound/id3ted: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-sound/id3ted/Manifest | 1 -
media-sound/id3ted/id3ted-1.0_beta3.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/media-sound/id3ted/Manifest b/media-sound/id3ted/Manifest
index 07b2e766fdc..26429b33ec3 100644
--- a/media-sound/id3ted/Manifest
+++ b/media-sound/id3ted/Manifest
@@ -1,2 +1 @@
DIST id3ted-1.0.tar.gz 32792 BLAKE2B 3df3a5a48302ecac6dbccbf7ddacb3db193e67f8352159d3c31763d03e6bf48c46c2aaf056b0d08649e33c7d4440f72a0dc1869b3d0978cba470bc2b609ff804 SHA512 ba135779ac8bb7e83d77737babc836a2bbf4cd7efd4ffad5aa982ec9f6c57d0479f0bdf017e62d62dddffcadab88ab7b3f07408d173d013b794d20bccd5218ee
-DIST id3ted-1.0b3.tar.gz 33023 BLAKE2B 441a5d7a4d486d87b2479184aadb6e067f878877e5e8ef25d01139b2d59e1603d52a31646fcbab2f2c228652cb0d67434bca9ce584c6ba02d4841fa9310c3174 SHA512 6478ee5b6ba652687dd17828a039e8b6fc2b593285c01309c32dfcd7ec4e0e24c10288a195e9b95c47689c844f342498d5151904bd2e596de0e5ec73afa0bd7f
diff --git a/media-sound/id3ted/id3ted-1.0_beta3.ebuild b/media-sound/id3ted/id3ted-1.0_beta3.ebuild
deleted file mode 100644
index 58bbc272599..00000000000
--- a/media-sound/id3ted/id3ted-1.0_beta3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-MY_P=${PN}-${PV/_beta/b}
-DESCRIPTION="A Command-line ID3 Tag Editor"
-HOMEPAGE="https://muennich.github.com/id3ted/"
-SRC_URI="mirror://github/muennich/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/taglib
- sys-apps/file"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- export PREFIX="/usr"
- tc-export CXX
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2018-10-02 14:30 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-10-02 14:30 UTC (permalink / raw
To: gentoo-commits
commit: a34bd04094aef4e2f8bb544058d4ed8075864b9e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 2 14:29:14 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 2 14:29:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34bd040
media-sound/id3ted: amd64 stable wrt bug #664784
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-sound/id3ted/id3ted-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/id3ted/id3ted-1.0.ebuild b/media-sound/id3ted/id3ted-1.0.ebuild
index c4abb128c93..d0517031cfc 100644
--- a/media-sound/id3ted/id3ted-1.0.ebuild
+++ b/media-sound/id3ted/id3ted-1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/muennich/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2023-04-10 22:17 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
To: gentoo-commits
commit: ff69197a0871b0b6065ce8436c07cd79a589640f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:13:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:13:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff69197a
media-sound/id3ted: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/id3ted/id3ted-1.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/id3ted/id3ted-1.0.ebuild b/media-sound/id3ted/id3ted-1.0.ebuild
index d0517031cfc7..bc33e7789072 100644
--- a/media-sound/id3ted/id3ted-1.0.ebuild
+++ b/media-sound/id3ted/id3ted-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="A Command-line ID3 Tag Editor"
-HOMEPAGE="https://muennich.github.com/id3ted/"
-SRC_URI="https://github.com/muennich/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/xyb3rt/id3ted"
+SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2023-04-10 22:17 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 9f672e1625f04f80325ca6fd34b639c996469685
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:16:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:16:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f672e16
media-sound/id3ted: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/id3ted/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/id3ted/metadata.xml b/media-sound/id3ted/metadata.xml
index 93423219a5bc..d87d575c05e5 100644
--- a/media-sound/id3ted/metadata.xml
+++ b/media-sound/id3ted/metadata.xml
@@ -5,4 +5,7 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">xyb3rt/id3ted</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 8+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: bd867aa6bc7aebab6b80dfdfe0f1980eef62fbd3
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 13:58:52 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd867aa6
media-sound/id3ted: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/id3ted/id3ted-1.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-sound/id3ted/id3ted-1.0.ebuild b/media-sound/id3ted/id3ted-1.0.ebuild
index bc33e7789072..53f2ab73db34 100644
--- a/media-sound/id3ted/id3ted-1.0.ebuild
+++ b/media-sound/id3ted/id3ted-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="
media-libs/taglib
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2025-01-30 9:57 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-01-30 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 6d940f1b9a133bb68843d6bb550b5f778ab4a795
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 09:56:47 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 09:56:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d940f1b
media-sound/id3ted: Stabilize 1.0-r1 x86, #949039
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/id3ted/id3ted-1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/id3ted/id3ted-1.0-r1.ebuild b/media-sound/id3ted/id3ted-1.0-r1.ebuild
index 6c16c266036b..9f8778561ee8 100644
--- a/media-sound/id3ted/id3ted-1.0-r1.ebuild
+++ b/media-sound/id3ted/id3ted-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="
media-libs/taglib:=
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/
@ 2025-01-30 9:57 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2025-01-30 9:57 UTC (permalink / raw
To: gentoo-commits
commit: d1121c5dd707d56c1e8f62db188b0d945d40ebcc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 09:56:47 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 09:56:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1121c5d
media-sound/id3ted: Stabilize 1.0-r1 amd64, #949039
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/id3ted/id3ted-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/id3ted/id3ted-1.0-r1.ebuild b/media-sound/id3ted/id3ted-1.0-r1.ebuild
index 9f8778561ee8..2e4763de09c3 100644
--- a/media-sound/id3ted/id3ted-1.0-r1.ebuild
+++ b/media-sound/id3ted/id3ted-1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="
media-libs/taglib:=
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-01-30 9:57 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01 21:47 [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2018-10-02 14:30 Mikle Kolyada
2018-10-02 14:30 Mikle Kolyada
2023-04-10 22:17 Sam James
2023-04-10 22:17 Sam James
2024-08-01 7:43 Miroslav Šulc
2025-01-30 9:57 Arthur Zamarin
2025-01-30 9:57 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox