[gentoo-commits] repo/gentoo:master commit in: media-sound/id3v2/

2021-09-26 Thread Marek Szuba
commit: 895b0f1f3b745e0a3dc6745aec4417ca927c7723
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:02:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895b0f1f

media-sound/id3v2: keyword 0.1.12-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/id3v2/id3v2-0.1.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild 
b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
index 40c4ac80907..5b75ae24249 100644
--- a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
+++ b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv x86"
 
 DEPEND="media-libs/id3lib"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/id3v2/

2018-09-09 Thread Mikle Kolyada
commit: 335365780b6d7628d574dface2a2bacf51399afe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep  9 09:50:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep  9 09:50:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33536578

media-sound/id3v2: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/id3v2/id3v2-0.1.12.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/media-sound/id3v2/id3v2-0.1.12.ebuild 
b/media-sound/id3v2/id3v2-0.1.12.ebuild
deleted file mode 100644
index 1231b1e3443..000
--- a/media-sound/id3v2/id3v2-0.1.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A command line editor for id3v2 tags"
-HOMEPAGE="http://id3v2.sourceforge.net/;
-SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/id3lib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   emake clean || die
-}
-
-src_configure() {
-   tc-export CC CXX
-}
-
-src_install() {
-   dobin id3v2 || die
-   doman id3v2.1 || die
-   dodoc README || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/id3v2/

2018-09-09 Thread Mikle Kolyada
commit: f12215a5a9463aaca7c9679752f5b4736dd6d130
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep  9 09:50:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep  9 09:50:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12215a5

media-sound/id3v2: mark stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/id3v2/id3v2-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild 
b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
index 425d6e7587f..b312ca8b970 100644
--- a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
+++ b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
 
 DEPEND="media-libs/id3lib"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/id3v2/

2018-09-07 Thread Andreas Sturmlechner
commit: c94dffbcdb11259e49c102b884621144a685bd67
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Aug 15 20:04:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  7 12:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94dffbc

media-sound/id3v2: add EAPI7 ebuild

Closes: https://bugs.gentoo.org/663720
Closes: https://github.com/gentoo/gentoo/pull/9583

 media-sound/id3v2/id3v2-0.1.12-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild 
b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
new file mode 100644
index 000..425d6e7587f
--- /dev/null
+++ b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A command line editor for id3v2 tags"
+HOMEPAGE="http://id3v2.sourceforge.net/;
+SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+DEPEND="media-libs/id3lib"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   emake clean
+}
+
+src_configure() {
+   tc-export CC CXX
+}
+
+src_install() {
+   dobin id3v2
+   doman id3v2.1
+   einstalldocs
+}