[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cynthiune/

2021-11-06 Thread Bernard Cafarelli
commit: 9e336b2e2d16a437d97249fbe6757d2585132bf3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Nov  6 22:29:20 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Nov  6 22:34:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e336b2e

gnustep-apps/cynthiune: bump EAPI

Closes: https://bugs.gentoo.org/819993
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../cynthiune/{cynthiune-1.0.0-r2.ebuild => cynthiune-1.0.0-r3.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild 
b/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild
similarity index 99%
rename from gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild
rename to gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild
index 93d01cecbec..0ed39cfd4bf 100644
--- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 inherit gnustep-2
 
 MY_P=${P/c/C}



[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cynthiune/

2021-08-16 Thread Sam James
commit: 66baffba8e33ba90faa95e3a892079ef746bbd1e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 21:12:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 21:22:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66baffba

gnustep-apps/cynthiune: add missing slot operator dep (libid3tag)

Signed-off-by: Sam James  gentoo.org>

 .../{cynthiune-1.0.0-r1.ebuild => cynthiune-1.0.0-r2.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild 
b/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild
similarity index 96%
rename from gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
rename to gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild
index 15541c8157d..93d01cecbec 100644
--- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild
@@ -16,10 +16,10 @@ SLOT="0"
 IUSE="alsa ao flac mad modplug musepack oss timidity vorbis"
 
 # musicbrainz disabled upstream for now
-RDEPEND="media-libs/audiofile
+RDEPEND="media-libs/audiofile:=
media-libs/taglib
alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
+   ao? ( media-libs/libao:= )
flac? ( media-libs/flac )
mad? (
media-libs/libid3tag:=



[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cynthiune/

2021-08-16 Thread David Seifert
commit: 4e655192bea3c508bdee5edd08ae6e79ab5187ab
Author: David Seifert  gentoo  org>
AuthorDate: Mon Aug 16 08:52:28 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Aug 16 08:52:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e655192

gnustep-apps/cynthiune: slot op on media-libs/libid3tag

Signed-off-by: David Seifert  gentoo.org>

 .../{cynthiune-1.0.0.ebuild => cynthiune-1.0.0-r1.ebuild}  | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild 
b/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
similarity index 90%
rename from gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild
rename to gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
index f6c3a25f513..15541c8157d 100644
--- a/gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,13 +21,17 @@ RDEPEND="media-libs/audiofile
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
flac? ( media-libs/flac )
-   mad? ( media-libs/libid3tag
-   media-libs/libmad )
+   mad? (
+   media-libs/libid3tag:=
+   media-libs/libmad
+   )
musepack? ( >=media-sound/musepack-tools-444 )
modplug? ( media-libs/libmodplug )
timidity? ( media-sound/timidity++ )
-   vorbis? ( >=media-libs/libogg-1.1.2
-   >=media-libs/libvorbis-1.0.1-r2 )"
+   vorbis? (
+   >=media-libs/libogg-1.1.2
+   >=media-libs/libvorbis-1.0.1-r2
+   )"
 DEPEND="${RDEPEND}
mad? ( virtual/pkgconfig )"