[gentoo-commits] repo/gentoo:master commit in: media-sound/kaudiocreator/, profiles/

2020-02-11 Thread Andreas Sturmlechner
commit: 1338125d8dd78935c25763dd1098298469cc34d3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 11 14:24:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 11 14:24:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1338125d

media-sound/kaudiocreator: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/kaudiocreator/Manifest |  1 -
 .../kaudiocreator-1.3_p20190225.ebuild | 67 --
 media-sound/kaudiocreator/metadata.xml | 12 
 profiles/package.mask  |  5 --
 4 files changed, 85 deletions(-)

diff --git a/media-sound/kaudiocreator/Manifest 
b/media-sound/kaudiocreator/Manifest
deleted file mode 100644
index a3f5315f51b..000
--- a/media-sound/kaudiocreator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kaudiocreator-1.3_p20190225.tar.gz 762053 BLAKE2B 
6527d260148ee32d5cb234808ae40205370fc98dd205f32fe74ae1e0958b3f5dffd4e93c338150caa7a990a3818f35a2dc925f351bad1bea98c3b8546840b524
 SHA512 
63d6e24f001b3664c001581f9e1d929adc096bd563d841a10dd9966ac4e56f1d4ae80ad90e4aa5b879529e8e6710242bce69a0a71cbbf5d3cd3d1f67abaa8957

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
deleted file mode 100644
index 1f738fd28d7..000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT="471cab933bf9e5a299d07e7cb1c0851e31e299f2"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/multimedia/kaudiocreator/";
-SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   media-libs/libdiscid
-   media-libs/phonon[qt5(+)]
-   >=media-libs/taglib-1.5
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep audiocd-kio)
-"
-
-DOCS=( Changelog TODO )
-
-pkg_postinst() {
-   local stcnt=0
-
-   has_version media-libs/flac && stcnt=$((stcnt+1))
-   has_version media-sound/lame && stcnt=$((stcnt+1))
-   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
-
-   if [[ ${stcnt} -lt 1 ]] ; then
-   elog "You should emerge at least one of the following packages"
-   elog "for ${PN} to do anything useful."
-   fi
-   elog "Optional runtime dependencies:"
-   elog "FLAC - media-libs/flac"
-   elog "MP3  - media-sound/lame"
-   elog "OGG  - media-sound/vorbis-tools"
-
-   kde5_pkg_postinst
-}
-
-S="${WORKDIR}/${PN}-${COMMIT}"

diff --git a/media-sound/kaudiocreator/metadata.xml 
b/media-sound/kaudiocreator/metadata.xml
deleted file mode 100644
index 901dc7f2836..000
--- a/media-sound/kaudiocreator/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-
-   so...@gentoo.org
-   Gentoo Sound project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 2eb9d7bcdb3..33c52368e9a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -606,11 +606,6 @@ sys-libs/libcxxrt
 # Removal in 30 days.  Bug #705256.
 dev-python/ordereddict
 
-# Andreas Sturmlechner  (2020-01-12)
-# Unmaintained upstream and redundant. Use media-sound/audex instead.
-# Removal in 30 days.
-media-sound/kaudiocreator
-
 # Mart Raudsepp  (2020-01-11)
 # End of life vala:0.42 series, please depclean.
 # This message shall be kept until 2020-02-11.



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

2019-04-01 Thread Michael Palimaka
commit: a866ad84ee1a8591b82d9c426759fb0bb51349d3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Apr  1 10:39:14 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Apr  1 10:39:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a866ad84

media-sound/kaudiocreator: remove 1.3_p20170806

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 media-sound/kaudiocreator/Manifest |  1 -
 .../kaudiocreator-1.3_p20170806.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/media-sound/kaudiocreator/Manifest 
b/media-sound/kaudiocreator/Manifest
index ed67bef77e5..a3f5315f51b 100644
--- a/media-sound/kaudiocreator/Manifest
+++ b/media-sound/kaudiocreator/Manifest
@@ -1,2 +1 @@
-DIST kaudiocreator-1.3_p20170806.tar.xz 706008 BLAKE2B 
62f2a3106c581e43921a1b8abcc78039b45773d618e531d77f00cbcd121722aa2bf8ef0d4f009f656400d55f414aebc69742b2fe736ec5ea08d7106e18573f6e
 SHA512 
0e06092f8519e9a5a1341f828442de5eace4982723fcb466c23e771d4c42f0c67e91bbf59e6a924d0dc9f2cb8b7b04aaa1660ac97a0075ea6aae155f6a4b2533
 DIST kaudiocreator-1.3_p20190225.tar.gz 762053 BLAKE2B 
6527d260148ee32d5cb234808ae40205370fc98dd205f32fe74ae1e0958b3f5dffd4e93c338150caa7a990a3818f35a2dc925f351bad1bea98c3b8546840b524
 SHA512 
63d6e24f001b3664c001581f9e1d929adc096bd563d841a10dd9966ac4e56f1d4ae80ad90e4aa5b879529e8e6710242bce69a0a71cbbf5d3cd3d1f67abaa8957

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
deleted file mode 100644
index 55c8e84afbb..000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="https://www.kde-apps.org/content/show.php?content=107645";
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   media-libs/libdiscid
-   media-libs/phonon[qt5(+)]
-   >=media-libs/taglib-1.5
-"
-RDEPEND="${DEPEND}
-   $(add_kdeapps_dep audiocd-kio)
-   !media-sound/kaudiocreator:4
-"
-
-DOCS=( Changelog TODO )
-
-pkg_postinst() {
-   local stcnt=0
-
-   has_version media-libs/flac && stcnt=$((stcnt+1))
-   has_version media-sound/lame && stcnt=$((stcnt+1))
-   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
-
-   if [[ ${stcnt} -lt 1 ]] ; then
-   elog "You should emerge at least one of the following packages"
-   elog "for ${PN} to do anything useful."
-   fi
-   elog "Optional runtime dependencies:"
-   elog "FLAC - media-libs/flac"
-   elog "MP3  - media-sound/lame"
-   elog "OGG  - media-sound/vorbis-tools"
-
-   kde5_pkg_postinst
-}



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

2019-04-01 Thread Michael Palimaka
commit: 02ab7d7446ace196c1311ae9b3649e1c65121b2b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Apr  1 10:38:55 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Apr  1 10:39:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ab7d74

media-sound/kaudiocreator: stabilise 1.3_p20190225 for amd64/x86

Closes: https://bugs.gentoo.org/681034
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
index bf29fd9c775..1f738fd28d7 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://kde.org/applications/multimedia/kaudiocreator/";
 SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2019-03-03 Thread Andreas Sturmlechner
commit: fae5f211649f4657f8ece9cf0937d5a57b2e7fea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  3 14:05:13 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  3 15:27:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae5f211

media-sound/kaudiocreator: Add 1.3_p20190225 snapshot, EAPI-7 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/kaudiocreator/Manifest |  1 +
 .../kaudiocreator-1.3_p20190225.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/media-sound/kaudiocreator/Manifest 
b/media-sound/kaudiocreator/Manifest
index 7e11e667960..ed67bef77e5 100644
--- a/media-sound/kaudiocreator/Manifest
+++ b/media-sound/kaudiocreator/Manifest
@@ -1 +1,2 @@
 DIST kaudiocreator-1.3_p20170806.tar.xz 706008 BLAKE2B 
62f2a3106c581e43921a1b8abcc78039b45773d618e531d77f00cbcd121722aa2bf8ef0d4f009f656400d55f414aebc69742b2fe736ec5ea08d7106e18573f6e
 SHA512 
0e06092f8519e9a5a1341f828442de5eace4982723fcb466c23e771d4c42f0c67e91bbf59e6a924d0dc9f2cb8b7b04aaa1660ac97a0075ea6aae155f6a4b2533
+DIST kaudiocreator-1.3_p20190225.tar.gz 762053 BLAKE2B 
6527d260148ee32d5cb234808ae40205370fc98dd205f32fe74ae1e0958b3f5dffd4e93c338150caa7a990a3818f35a2dc925f351bad1bea98c3b8546840b524
 SHA512 
63d6e24f001b3664c001581f9e1d929adc096bd563d841a10dd9966ac4e56f1d4ae80ad90e4aa5b879529e8e6710242bce69a0a71cbbf5d3cd3d1f67abaa8957

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
new file mode 100644
index 000..bf29fd9c775
--- /dev/null
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20190225.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+COMMIT="471cab933bf9e5a299d07e7cb1c0851e31e299f2"
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
+HOMEPAGE="https://kde.org/applications/multimedia/kaudiocreator/";
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkcddb)
+   $(add_kdeapps_dep libkcompactdisc)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   media-libs/libdiscid
+   media-libs/phonon[qt5(+)]
+   >=media-libs/taglib-1.5
+"
+RDEPEND="${DEPEND}
+   $(add_kdeapps_dep audiocd-kio)
+"
+
+DOCS=( Changelog TODO )
+
+pkg_postinst() {
+   local stcnt=0
+
+   has_version media-libs/flac && stcnt=$((stcnt+1))
+   has_version media-sound/lame && stcnt=$((stcnt+1))
+   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
+
+   if [[ ${stcnt} -lt 1 ]] ; then
+   elog "You should emerge at least one of the following packages"
+   elog "for ${PN} to do anything useful."
+   fi
+   elog "Optional runtime dependencies:"
+   elog "FLAC - media-libs/flac"
+   elog "MP3  - media-sound/lame"
+   elog "OGG  - media-sound/vorbis-tools"
+
+   kde5_pkg_postinst
+}
+
+S="${WORKDIR}/${PN}-${COMMIT}"



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

2018-03-30 Thread Aaron Bauman
commit: 6839c7c71df3c6bb7dff05abb5290172ade4dd25
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar 30 18:16:13 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 18:46:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6839c7c7

media-sound/kaudiocreator: use HTTPS

 media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
index 8e50d973dcc..55c8e84afbb 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
+HOMEPAGE="https://www.kde-apps.org/content/show.php?content=107645";
 SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2 FDL-1.2"



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

2017-08-19 Thread Andreas Sturmlechner
commit: 53e481244457c5e6b409b334bfd893e17e458d23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 18 21:07:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 08:41:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e48124

media-sound/kaudiocreator: Drop slot 4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-sound/kaudiocreator/Manifest |  1 -
 .../kaudiocreator/kaudiocreator-1.3-r3.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/media-sound/kaudiocreator/Manifest 
b/media-sound/kaudiocreator/Manifest
index 0b71198b160..0d23a20e29f 100644
--- a/media-sound/kaudiocreator/Manifest
+++ b/media-sound/kaudiocreator/Manifest
@@ -1,2 +1 @@
-DIST 107645-kaudiocreator-1.3.tar.bz2 310937 SHA256 
f0f13bea35ef5faf3fa3443701c0671f0fc89b5d3478fe286b32435df598ed70 SHA512 
41df88f9d5a36fb33b516a6559218412e971ea65cdeff18cfb91acc78cf519a5af15821977e427df99c2d8d1b54f18790112a008097b720cd724d15fa8bcaaa0
 WHIRLPOOL 
43628ce619ccaa79d56e792287a42c72839c6d56fbc6df3d5aef4a0012b5525f2d6539db4e408c297aa07158733a206b64fcd3d8aa6a677d0f66af21cf6bab0e
 DIST kaudiocreator-1.3_p20170806.tar.xz 706008 SHA256 
73244d3f8cbd7ae3891994f4a67961afe8969dfe8c33d74b5757b0b35fbb3e77 SHA512 
0e06092f8519e9a5a1341f828442de5eace4982723fcb466c23e771d4c42f0c67e91bbf59e6a924d0dc9f2cb8b7b04aaa1660ac97a0075ea6aae155f6a4b2533
 WHIRLPOOL 
c23b125c3288ad0d804e65be9fb0fda0d3bfc9c526ec744d1ef46f0b29134b8e5ef4090d073ea6bef8a1c127d3957d06f68f2dbfb44db417388f16013eb50b6a

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
deleted file mode 100644
index 00a7dc1a086..000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu
-fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa
-pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg
-th tr ug uk xh zh_CN zh_HK zh_TW"
-inherit kde4-base
-
-DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2";
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   media-libs/libdiscid
-   >=media-libs/taglib-1.5
-"
-RDEPEND="${DEPEND}
-   kde-frameworks/kdelibs:4[udev,udisks(+)]
-   $(add_kdeapps_dep audiocd-kio)
-"
-
-DOCS=( Changelog TODO )
-
-pkg_postinst() {
-   local stcnt=0
-
-   has_version media-libs/flac && stcnt=$((stcnt+1))
-   has_version media-sound/lame && stcnt=$((stcnt+1))
-   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
-
-   if [[ ${stcnt} -lt 1 ]] ; then
-   ewarn "You should emerge at least one of the following packages"
-   ewarn "for ${PN} to do anything useful."
-   fi
-   elog "Optional runtime dependencies:"
-   elog "FLAC - media-libs/flac"
-   elog "MP3  - media-sound/lame"
-   elog "OGG  - media-sound/vorbis-tools"
-
-   kde4-base_pkg_postinst
-}



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

2017-08-18 Thread Michael Palimaka
commit: c9714136a0b97a160dd42149bda8d3d5f233d15b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 18 13:35:41 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 18 13:35:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9714136

media-sound/kaudiocreator: amd64/x86 stable

Gentoo-bug: 628128
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
index 62d8325a0e7..3e54bbcbc8e 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
 SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2017-08-12 Thread Andreas Sturmlechner
commit: 73d95760c45123154c6f8ad13f783ecc5a629e3b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 12 18:30:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 12 18:31:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d95760

media-sound/kaudiocreator: Add missing slot 4 blocker

Gentoo-bug: 627710
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
index 1cce31a2641..62d8325a0e7 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
@@ -40,6 +40,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
$(add_kdeapps_dep audiocd-kio)
+   !media-sound/kaudiocreator:4
 "
 
 DOCS=( Changelog TODO )



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

2017-08-06 Thread Andreas Sturmlechner
commit: e36bef29e29af5924a23142d958e600c33b322fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug  6 21:35:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  6 21:35:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36bef29

media-sound/kaudiocreator: Add 1.3_p20170806 KF5-based snapshot

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-sound/kaudiocreator/Manifest |  1 +
 .../kaudiocreator-1.3_p20170806.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/media-sound/kaudiocreator/Manifest 
b/media-sound/kaudiocreator/Manifest
index 59b804970bf..0b71198b160 100644
--- a/media-sound/kaudiocreator/Manifest
+++ b/media-sound/kaudiocreator/Manifest
@@ -1 +1,2 @@
 DIST 107645-kaudiocreator-1.3.tar.bz2 310937 SHA256 
f0f13bea35ef5faf3fa3443701c0671f0fc89b5d3478fe286b32435df598ed70 SHA512 
41df88f9d5a36fb33b516a6559218412e971ea65cdeff18cfb91acc78cf519a5af15821977e427df99c2d8d1b54f18790112a008097b720cd724d15fa8bcaaa0
 WHIRLPOOL 
43628ce619ccaa79d56e792287a42c72839c6d56fbc6df3d5aef4a0012b5525f2d6539db4e408c297aa07158733a206b64fcd3d8aa6a677d0f66af21cf6bab0e
+DIST kaudiocreator-1.3_p20170806.tar.xz 706008 SHA256 
73244d3f8cbd7ae3891994f4a67961afe8969dfe8c33d74b5757b0b35fbb3e77 SHA512 
0e06092f8519e9a5a1341f828442de5eace4982723fcb466c23e771d4c42f0c67e91bbf59e6a924d0dc9f2cb8b7b04aaa1660ac97a0075ea6aae155f6a4b2533
 WHIRLPOOL 
c23b125c3288ad0d804e65be9fb0fda0d3bfc9c526ec744d1ef46f0b29134b8e5ef4090d073ea6bef8a1c127d3957d06f68f2dbfb44db417388f16013eb50b6a

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
new file mode 100644
index 000..1cce31a2641
--- /dev/null
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3_p20170806.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
+
+LICENSE="GPL-2 FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_kdeapps_dep libkcddb)
+   $(add_kdeapps_dep libkcompactdisc)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   media-libs/libdiscid
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.5
+"
+RDEPEND="${DEPEND}
+   $(add_kdeapps_dep audiocd-kio)
+"
+
+DOCS=( Changelog TODO )
+
+pkg_postinst() {
+   local stcnt=0
+
+   has_version media-libs/flac && stcnt=$((stcnt+1))
+   has_version media-sound/lame && stcnt=$((stcnt+1))
+   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
+
+   if [[ ${stcnt} -lt 1 ]] ; then
+   elog "You should emerge at least one of the following packages"
+   elog "for ${PN} to do anything useful."
+   fi
+   elog "Optional runtime dependencies:"
+   elog "FLAC - media-libs/flac"
+   elog "MP3  - media-sound/lame"
+   elog "OGG  - media-sound/vorbis-tools"
+
+   kde5_pkg_postinst
+}



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

2017-06-04 Thread Andreas Sturmlechner
commit: 6750e73483dd78296a2cb69de29b73a01b2e49ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 21:44:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 21:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6750e734

media-sound/kaudiocreator: Fix elog typo

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
index dcb40b9acb7..00a7dc1a086 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -39,7 +39,7 @@ pkg_postinst() {
has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
 
if [[ ${stcnt} -lt 1 ]] ; then
-   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "You should emerge at least one of the following packages"
ewarn "for ${PN} to do anything useful."
fi
elog "Optional runtime dependencies:"



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

2017-06-04 Thread Andreas Sturmlechner
commit: 02f9caab082f41d7502d5a20ebbac08dbe563356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 20:17:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 20:21:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f9caab

media-sound/kaudiocreator: Add pkg_postinst log about optional RDEPENDs

Reported-by: David Zaslavsky  ellipsix.net>
Gentoo-bug: 604368

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../kaudiocreator/kaudiocreator-1.3-r3.ebuild  | 24 +++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
index 355b11cf5bc..dcb40b9acb7 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian 
sr@Latn sr sv ta tg
 th tr ug uk xh zh_CN zh_HK zh_TW"
 inherit kde4-base
 
-DESCRIPTION="KDE CD ripper and audio encoder frontend"
+DESCRIPTION="CD ripper and audio encoder frontend based on KDE Frameworks"
 HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
 SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2";
 
@@ -24,10 +24,28 @@ DEPEND="
media-libs/libdiscid
>=media-libs/taglib-1.5
 "
-
 RDEPEND="${DEPEND}
kde-frameworks/kdelibs:4[udev,udisks(+)]
$(add_kdeapps_dep audiocd-kio)
 "
 
 DOCS=( Changelog TODO )
+
+pkg_postinst() {
+   local stcnt=0
+
+   has_version media-libs/flac && stcnt=$((stcnt+1))
+   has_version media-sound/lame && stcnt=$((stcnt+1))
+   has_version media-sound/vorbis-tools && stcnt=$((stcnt+1))
+
+   if [[ ${stcnt} -lt 1 ]] ; then
+   ewarn "You you should emerge at least one of the following 
packages"
+   ewarn "for ${PN} to do anything useful."
+   fi
+   elog "Optional runtime dependencies:"
+   elog "FLAC - media-libs/flac"
+   elog "MP3  - media-sound/lame"
+   elog "OGG  - media-sound/vorbis-tools"
+
+   kde4-base_pkg_postinst
+}



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

2016-06-09 Thread Michael Palimaka
commit: 5b988f9ac8f6eb60ed5b18721cb27b56b0ef35f3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 16:43:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 16:44:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b988f9a

media-sound/kaudiocreator: amd64/x86 stable

Package-Manager: portage-2.3.0_rc1

 media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
index c1637b4..da9b210 100644
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2";
 
 LICENSE="GPL-2 FDL-1.2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="



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

2016-06-09 Thread Michael Palimaka
commit: 2c0315b22e91780e1eb3cd9f19d465d6a1f8c2f0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 16:43:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 16:44:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0315b2

media-sound/kaudiocreator: remove old

Package-Manager: portage-2.3.0_rc1

 .../kaudiocreator/kaudiocreator-1.3-r2.ebuild  | 35 --
 1 file changed, 35 deletions(-)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild
deleted file mode 100644
index 6c63505..000
--- a/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu
-fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa
-pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg
-th tr ug uk xh zh_CN zh_HK zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE CD ripper and audio encoder frontend"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2";
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-COMMON_DEPEND="
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   media-libs/libdiscid
-   >=media-libs/taglib-1.5
-"
-
-RDEPEND="${COMMON_DEPEND}
-   $(add_kdebase_dep kdelibs 'udev,udisks(+)')
-   $(add_kdeapps_dep audiocd-kio)
-"
-DEPEND="${COMMON_DEPEND}"
-
-DOCS=( Changelog TODO )



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

2016-04-28 Thread Johannes Huber
commit: c9b890af84e1676300d0065991754bf0abd42d7c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Apr 28 07:17:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Apr 28 07:17:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b890af

media-sound/kaudiocreator: EAPI 6

Package-Manager: portage-2.2.28

 .../kaudiocreator/kaudiocreator-1.3-r3.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild 
b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
new file mode 100644
index 000..c1637b4
--- /dev/null
+++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu
+fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa
+pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg
+th tr ug uk xh zh_CN zh_HK zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE CD ripper and audio encoder frontend"
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645";
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2";
+
+LICENSE="GPL-2 FDL-1.2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+   $(add_kdeapps_dep libkcddb)
+   $(add_kdeapps_dep libkcompactdisc)
+   media-libs/libdiscid
+   >=media-libs/taglib-1.5
+"
+
+RDEPEND="${DEPEND}
+   $(add_kdebase_dep kdelibs 'udev,udisks(+)')
+   $(add_kdeapps_dep audiocd-kio)
+"
+
+DOCS=( Changelog TODO )