* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2018-07-26 20:57 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-07-26 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 69cdb6268ca495932debea1600011569220e92d2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 20:57:06 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 20:57:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cdb626
media-sound/taginfo: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/taginfo/taginfo-1.2-r1.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/media-sound/taginfo/taginfo-1.2-r1.ebuild b/media-sound/taginfo/taginfo-1.2-r1.ebuild
deleted file mode 100644
index 47c6440ec43..00000000000
--- a/media-sound/taginfo/taginfo-1.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit toolchain-funcs
-
-DESCRIPTION="a simple ID3 tag reader for use in shell scripts"
-HOMEPAGE="http://freshmeat.net/projects/taginfo"
-SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/taglib"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}" || die
-}
-
-src_install() {
- dobin taginfo || die
- dodoc ChangeLog contrib/mp3-resample.sh README
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2018-07-26 20:57 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-07-26 20:57 UTC (permalink / raw
To: gentoo-commits
commit: 3a1bb07ac44f561cae4fa6ea1adba0ad3761b90e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 20:56:38 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 20:57:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1bb07a
media-sound/taginfo: revision bump (EAPI=7)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/taginfo/taginfo-1.2-r2.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild b/media-sound/taginfo/taginfo-1.2-r2.ebuild
new file mode 100644
index 00000000000..8c20895d3de
--- /dev/null
+++ b/media-sound/taginfo/taginfo-1.2-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A simple ID3 tag reader for use in shell scripts"
+HOMEPAGE="http://freshmeat.net/projects/taginfo"
+SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="media-libs/taglib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}"
+}
+
+src_install() {
+ dobin taginfo
+ dodoc ChangeLog contrib/mp3-resample.sh README
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 7+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 9cd49c9614dad7288d6c1f58508c3619e0b40a10
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:09:19 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd49c96
media-sound/taginfo: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/taginfo/taginfo-1.2-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild b/media-sound/taginfo/taginfo-1.2-r2.ebuild
index 8c20895d3dec..55efb585c09e 100644
--- a/media-sound/taginfo/taginfo-1.2-r2.ebuild
+++ b/media-sound/taginfo/taginfo-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="media-libs/taglib"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2024-12-28 0:05 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2024-12-28 0:05 UTC (permalink / raw
To: gentoo-commits
commit: f0635d320ca66655fc3506dc2426255ae5dd3206
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Dec 25 21:24:59 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 00:04:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0635d32
media-sound/taginfo: Add media-libs/taglib:= slot op, ABI break imminent
update EAPI 7 -> 8
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/taginfo/taginfo-1.2-r3.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/media-sound/taginfo/taginfo-1.2-r3.ebuild b/media-sound/taginfo/taginfo-1.2-r3.ebuild
new file mode 100644
index 000000000000..ad70c339a467
--- /dev/null
+++ b/media-sound/taginfo/taginfo-1.2-r3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A simple ID3 tag reader for use in shell scripts"
+HOMEPAGE="http://freshmeat.net/projects/taginfo"
+SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="media-libs/taglib:="
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}"
+}
+
+src_install() {
+ dobin taginfo
+ dodoc ChangeLog contrib/mp3-resample.sh README
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2025-01-30 9:57 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-01-30 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 0814d7e478cd381eb4b478bc51daee013d0041ae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 09:56:49 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 09:56:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0814d7e4
media-sound/taginfo: Stabilize 1.2-r3 x86, #949042
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/taginfo/taginfo-1.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/taginfo/taginfo-1.2-r3.ebuild b/media-sound/taginfo/taginfo-1.2-r3.ebuild
index ad70c339a467..fb8e1c7bb4f7 100644
--- a/media-sound/taginfo/taginfo-1.2-r3.ebuild
+++ b/media-sound/taginfo/taginfo-1.2-r3.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="http://grecni.com/software/taginfo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="media-libs/taglib:="
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2025-01-30 9:57 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-01-30 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 5d4b73e1fe44c4a56f24e2ce8b93289a97c58631
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 09:56:50 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 09:56:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4b73e1
media-sound/taginfo: Stabilize 1.2-r3 amd64, #949042
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/taginfo/taginfo-1.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/taginfo/taginfo-1.2-r3.ebuild b/media-sound/taginfo/taginfo-1.2-r3.ebuild
index fb8e1c7bb4f7..66a271a78f30 100644
--- a/media-sound/taginfo/taginfo-1.2-r3.ebuild
+++ b/media-sound/taginfo/taginfo-1.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="media-libs/taglib:="
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/
@ 2025-01-30 16:18 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2025-01-30 16:18 UTC (permalink / raw
To: gentoo-commits
commit: ccb77e811dc208a28e85e1a68d909420206fbdd3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 16:10:13 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 16:10:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb77e81
media-sound/taginfo: drop 1.2-r2
Closes: https://bugs.gentoo.org/949042
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/taginfo/taginfo-1.2-r2.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/media-sound/taginfo/taginfo-1.2-r2.ebuild b/media-sound/taginfo/taginfo-1.2-r2.ebuild
deleted file mode 100644
index 55efb585c09e..000000000000
--- a/media-sound/taginfo/taginfo-1.2-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A simple ID3 tag reader for use in shell scripts"
-HOMEPAGE="http://freshmeat.net/projects/taginfo"
-SRC_URI="http://grecni.com/software/taginfo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="media-libs/taglib"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake CC="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS}"
-}
-
-src_install() {
- dobin taginfo
- dodoc ChangeLog contrib/mp3-resample.sh README
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-30 16:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 20:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-07-26 20:57 Mikle Kolyada
2024-08-01 7:43 Miroslav Šulc
2024-12-28 0:05 Andreas Sturmlechner
2025-01-30 9:57 Arthur Zamarin
2025-01-30 9:57 Arthur Zamarin
2025-01-30 16:18 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox